1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/Assets/TinyMCE/JoplinLists
2020-12-10 15:04:54 +00:00
..
src/main/ts Chore: Fixed a few links that were broken after Lerna upgrade 2020-12-10 15:04:54 +00:00
.gitignore All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
global.d.ts All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
Gruntfile.js All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
LICENSE.txt All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
package.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
README.md All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
tsconfig.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
tslint.json All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00
yarn.lock All: Use Lerna to manage monorepo 2020-11-05 16:58:23 +00:00

TinyMCE Joplin Lists Plugin

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.

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 packages/app-desktop sub-directory.

To test the plugin, use npm run buildAndStart, which will build the plugin and start the desktop application.