mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
.. | ||
src/main/ts | ||
.gitignore | ||
global.d.ts | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
yarn.lock |
TinyMCE Joplin Lists Plugin
This is based on 59748a1130/modules/tinymce/src/plugins/lists
But with support for Joplin checkboxes.
Building
Use npm run build
to build the plugin, which will also copy the compiled version to the right ElectronClient sub-directory.
To test the plugin, use npm run buildAndStart
, which will build the plugin and start the desktop application.