joplin-plugin-typograms
v1.0.1
Published
This plugin allows you to create Typogram diagrams using the notation defined in https://google.github.io/typograms/.
Downloads
8
Readme
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.