1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/Modules/TinyMCE/JoplinLists
2020-05-04 23:08:36 +01:00
..
src/main/ts Desktop: TinyMCE: Fixed clicking a link within a checkbox label 2020-05-04 23:08:36 +01:00
.gitignore Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00
global.d.ts Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00
Gruntfile.js Refactor note editor 2020-05-02 16:41:07 +01:00
LICENSE.txt Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00
package.json Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00
README.md Desktop: TinyMCE: Added localisation support 2020-05-03 23:55:41 +00:00
tsconfig.json Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00
tslint.json Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00
yarn.lock Desktop: Added support for checkboxes and fixed various issues with WYSIWYG editor 2020-03-23 00:47:25 +00:00

TinyMCE Joplin Lists Plugin

This is based on 59748a1130/modules/tinymce/src/plugins/lists

But with support for Joplin checkboxes.

Building

Use npm i && 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.