wiki/list-editor
Peter Stuifzand c4bd5107eb
All checks were successful
continuous-integration/drone/push Build is passing
Move item to the last position stays there
2020-10-15 22:47:51 +02:00
..
spec Include list-editor 2020-10-14 23:43:52 +02:00
CHANGELOG.md Include list-editor 2020-10-14 23:43:52 +02:00
cursor.js Include list-editor 2020-10-14 23:43:52 +02:00
index.js Disable spellcheck 2020-10-15 22:38:52 +02:00
package-lock.json Include list-editor 2020-10-14 23:43:52 +02:00
package.json Include list-editor 2020-10-14 23:43:52 +02:00
README.md Include list-editor 2020-10-14 23:43:52 +02:00
selection.js Include list-editor 2020-10-14 23:43:52 +02:00
store.js Move item to the last position stays there 2020-10-15 22:47:51 +02:00
textarea.autosize.js Include list-editor 2020-10-14 23:43:52 +02:00

Node.js Package

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