2020-03-23 02:47:25 +02:00
# TinyMCE Joplin Lists Plugin
2020-11-05 18:58:23 +02:00
**As of 2020-11-02 this module no longer builds (a ton of TypeScript errors). No idea why since nothing was changed but should be investigated if modifying this plugin is ever needed.**
2020-03-23 02:47:25 +02:00
This is based on https://github.com/tinymce/tinymce/tree/59748a11303fb7cf00fdb8c9392dcb082ee9d965/modules/tinymce/src/plugins/lists
2020-03-23 03:32:28 +02:00
But with support for Joplin checkboxes.
## Building
2020-11-05 18:58:23 +02:00
Use `npm i && npm run build` to build the plugin, which will also copy the compiled version to the right packages/app-desktop sub-directory.
2020-03-23 03:32:28 +02:00
To test the plugin, use `npm run buildAndStart` , which will build the plugin and start the desktop application.