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 5850c556c8
continuous-integration/drone/push Build is passing Details
Use webpack 5
2 years ago
..
spec Rotate items to moveBefore 3 years ago
CHANGELOG.md Include list-editor 3 years ago
README.md Include list-editor 3 years ago
cursor.js Don't move cursor after remove 3 years ago
index.js Add next and previous actions for calendar 2 years ago
keymap.js Add vim key commands 3 years ago
package-lock.json Move transformTable function 3 years ago
package.json Use webpack 5 2 years ago
selection.js Remove items below removed item 3 years ago
store.js Better copy and paste 3 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