All checks were successful
continuous-integration/drone/push Build is passing
Solution: add solution for copying text from Roam. This formats looks like: - parent - child 1 - child 2 The first line starts with a dash and space. The other lines also start with spaces (multiple of 4 or 0), dash, space. Every 4 spaces is 1 indent in our format. |
||
---|---|---|
.. | ||
spec | ||
CHANGELOG.md | ||
cursor.js | ||
index.js | ||
keymap.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
selection.js | ||
store.js | ||
textarea.autosize.js | ||
util.js |
Wiki List Editor
Installation
First install the package.
npm install wiki-list-editor --save
And then use it in your javascript code.
import editor from 'wiki-list-editor';
let div = document.createElement('div')
let listEditor = editor(div);
document.body.appendChild(div);
Author
Peter Stuifzand peter@p83.nl