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.git
Plugins are stored into plugins/ and can be installed like for tools using git sub modules
yarn install
Browse index.html
Plugin | Description |
---|---|
*[email protected] | 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 |
*[email protected] | Add the HELPFUL Dynamic script Loader to simplify dev/prod switching and more! (v3.0.0 ) |
[email protected] | Save, Open (as .json) and clear feature |
*[email protected]'' | Block position and caret selection (requires undo-plugin) |
*[email protected]' | Undo/Redo plugin with position tracking, (requires undo) |
[email protected]' | Export to html (minimalistic) |
*mandatory
yarn build
- We used editor js (https://editorjs.io) as core, SoSIE is just a wrapper for initialisation facilities.