click on the image to have the hq version
SoS正 (aka SoSIE for Westeners) shows how to inject embed and configure tools;
There are mainly the same steps as Editor.js
git clone https://github.com/sosie-js/editor.js.gitPlugins are stored into plugins/ and can be installed like for tools using git sub modules
yarn installBrowse index.html
| Plugin | Description |
|---|---|
| *embed@4.0.0 | Add the WANTED (#36+#16+#11) inline INTERACTIVE injector to Embed tool (requires block-plugin) |
| *tool-configurator | Add the NEEDED rule configuration started from #1280+#1157 avoiding #1115 |
| *script-loader@3.0.0 | Add the HELPFUL Dynamic script Loader to simplify dev/prod switching and more! (v3.0.0 ) |
| file-plugin@1.1.0 | Save, Open (as .json) and clear feature |
| *block-plugin@2.0.0'' | Block position and caret selection (requires undo-plugin) |
| *undo-plugin@1.0.0' | Undo/Redo plugin with position tracking, (requires undo) |
| view-plugin@1.0.0' | Export to html (minimalistic) |
*mandatory
yarn build- We used editor js (https://editorjs.io) as core, SoSIE is just a wrapper for initialisation facilities.
