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.
wiki/list-editor
Peter Stuifzand 726f3c944b
Problem: negative branch was first
2 years ago
..
spec Problem: moving up from closed item, moved too far 2 years ago
CHANGELOG.md Include list-editor 4 years ago
README.md Include list-editor 4 years ago
cursor.js Don't move cursor after remove 3 years ago
index.js Problem: Markdown takes some time to process 2 years ago
keymap.js Remove keymap logging 3 years ago
package-lock.json Copy and paste HTML as Markdown 2 years ago
package.json Copy and paste HTML as Markdown 2 years ago
selection.js Remove items below removed item 3 years ago
store.js Problem: negative branch was first 2 years ago
textarea.autosize.js Fix height of textarea to multiple of 24px 3 years ago
util.js Small changes for javascript formatted and structure 3 years ago

README.md

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