You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
2 years ago | |
---|---|---|
.. | ||
spec | 3 years ago | |
CHANGELOG.md | 3 years ago | |
README.md | 3 years ago | |
cursor.js | 3 years ago | |
index.js | 2 years ago | |
keymap.js | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 2 years ago | |
selection.js | 3 years ago | |
store.js | 3 years ago | |
textarea.autosize.js | 3 years ago | |
util.js | 3 years ago |
README.md
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