firepad
firepad copied to clipboard
Collaborative Text Editor Powered by Firebase
"t" is missing from history", "rev" should be "id" fro checkpoint.
Automatically detects a bullet point or ordered list when a users starts typing it.
tracking https://github.com/brianmcd/contextify/issues/180
@iclems reported this error: Error: transaction failed: Data returned contains a string greater than 10485760 utf8 bytes in prose… (thrown by Firebase: throw new Error(errorPrefix + "contains a string greater...
I'm testing with latest firepad and codemirror, configured for rich text as in the "userlist" example (which I am running a modified copy of). I'm on a Mac and using...
The following should work for allowing a firepad to automatically resize to fit it's contents ("By setting an editor's height style to auto and giving the viewportMargin a value of...
http://demo.firepad.io/#apn5HDHawZ `foo` now copy something to the clipboard, e.g. "+" now go to start of a line, press Ctrl+V, then Space. you should get: `+ foo` what you get on...
I'm initializing a new rich text pad via setText with many long lines: https://github.com/cben/firepad/commit/7a43c0e32110650d92f7771c9c55d80bb4644620 => https://rawgit.com/cben/firepad/patch-2/examples/richtext.html For come reason codemirror doesn't render enough lines to cover the viewport:  ([live...
There's an atom branch that Anant created ages ago, but I'm not really sure what the state of it is. Would be nice to get it fixed up and merged....