mathdown
mathdown copied to clipboard
Collaborative markdown with math
Search engines, or Javascript-less frontends (links, curl) etc. should be getting a at least a plain-text version of the document content (in a text area). Bonus points for: - rendering...
Don't select indentation, nor `1.` or `>` on first press. (Same for Shift+Home.) [Inspired by IDLE and [this review of Texts.io](http://www.xaph.io/2015/12/a-review-of-texts-markdown-editor.html): > Number/bullet management. Hit Tab or Shift-Tab anywhere in...
Currently I won't be notified app on RHcloud/Heroku is overloaded/returning errors (unless it's bad enough for pingdom/uptimerobot check to fail). What's worse, I don't have any good way to observe...
There are low-hanging editor improvements that just require activating a few CM addons. There is way more goodness to be had via simplemde (#64), latex support from Brackets etc. But...
Toolbar
A "Help" link describing markdown syntax is not sufficiently discoverable for users without markdown experience. Should have toolbar with common actions. And of course keyboard shortcuts (which the toolbar should...
http://webdevchecklist.com/
Meta issue for lower barrier to entry: - [ ] "fork this on github" or similar - [ ] CONTRIBUTING.md - [x] easy deploy - #76 - [ ] an...
Yesterday I pushed ad146e171b477753fbcd21555cadc952e2774c7c which updated CodeMirror but not Firepad, resulting in a combination where firepad doesn't sync any changes ("pos exceeds the bounds of the AnnotationList"). I knew all...
Using similar tech to what CodeMirror-MathJax does.
``` > Foo > > 1. bar > 2. baz ``` is not highlighted like a list. Changing the blank line from `>` to really blank fixes the `1.` but...