wiki/list-editor
Peter Stuifzand 252d877f1c
All checks were successful
continuous-integration/drone/push Build is passing
Use the element itself instead of one earlier
2020-10-29 23:13:57 +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 Insert new item after closed folds 2020-10-28 20:56:40 +01:00
index.js Update indent after moving items 2020-10-29 23:09:42 +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 Remove items below removed item 2020-10-28 20:12:04 +01:00
store.js Use the element itself instead of one earlier 2020-10-29 23:13:57 +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