Description
Render Typogram diagrams inside your Joplin notes.
Additional Information
Links: | |
---|---|
Maintainers: | cwesson |
Version: | 1.0.1 |
Minimum app version: | 2.11 |
Downloads: This version: | 251 |
Last updated: | 2024-07-09T01:38:22Z |
Joplin Plugin Typograms
This plugin allows you to create Typogram diagrams using the notation defined in https://google.github.io/typograms/.
Installation
Automatic Installation
Search for "typograms" in the Joplin plugin manager.
Manual Installation
- Download the latest release from GitHub
- Open
Joplin > Options > Plugins > Install from File
- Select the jpl file downloaded from GitHub
Markdown Syntax
Example syntax:
```typogram
+----+ o | o * * .----------.
*-+---. '-* -+- | v ^ \ / |.--------.|
| '---> +----+ ->*<- / .-+->*<-o--+ |'------> ||
<-' *---+ |<----->| +----' | ^ \ '---------'|
|__| v *----------'
```
Produces:
Building
The plugin may be built with:
npm run dist
This will generate a jpl file in the publish directory.