You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cryptpad/www
ansuz aa6bbabc62 prototype a vdom-based markdown editor
avoid unnecessary redraws.

discover a bug, apparently vdom replaces all child elements after an
element which was modified.

As such, changing b in [a, b, c, d] causes b, c, and d to be redrawn.
This is undesirable.
9 years ago
..
code Merge branch 'master' of github.com:ansuz/cryptpad 9 years ago
common sharejs textarea is used by realtime-input.js 9 years ago
input a really basic collaborative input 9 years ago
md Slap marked.js onto a textarea 9 years ago
pad main.js : wait until your editor is defined before trying to reference it. addresses a race condition that caused ckeditor to fail half the time. 9 years ago
sheet Completed adding of customization system and bottom infobar 10 years ago
text A really basic shared text area with encryption. 9 years ago
vdom start on a vdom-based wysiwyg realtime 9 years ago
vmd prototype a vdom-based markdown editor 9 years ago