wiki/list-editor
Peter Stuifzand 12ea8c3cc4
All checks were successful
continuous-integration/drone/push Build is passing
Fix todo checkboxes
2020-10-27 00:14:45 +01: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 Fix todo checkboxes 2020-10-27 00:14:45 +01:00
package-lock.json Move transformTable function 2020-10-25 19:49:22 +01: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 Fix bug in store, where not all items were connected properly 2020-10-25 15:18:39 +01: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