mathdown
mathdown copied to clipboard
Collaborative markdown with math
They approximately line up but would be nice to line up _exactly_. This is one of many things required to be able to present directly from mathdown (#28). For that...
- [ ] A way to even open cached mathdown when you're offline. Look into app manifest / chrome extension / firefox OS app? - [ ] Cache last seen...
Should offer autocomplete when typing `\foo`. - [ ] Autocomplete dollars when outside math: `\al` -> `$\alpha$` (with cursor before closing `$` if possible). - [ ] Bag-of-words search &...
Idea: Store seen bot user-agents and referers under the firepad, show warning to user if it includes things like googlebot. To be really useful this requires ability to re-take control...
[See also ideas on #7. But this deserves it's own tracking issue.] WebPageTest, e.g. http://www.webpagetest.org/result/150210_D3_EYF/ has a lot of useful things to say. - [ ] client-side caching is bad...
- [ ] Keyboard access to everything. Notably there is no current way to tab out of the editor! `accesskey` works, not sure how to make it discoverable. - [...
Getting lists right is tricky for markdown newcomers. - Enter should probably continue list item; second Enter would start new item; third Enter would close list. - List items should...
Random things that might make CM's search better: - [ ] Use nifty `showMatchesOnScrollbar` added in CM 4.9. - [ ] Add _some_ UI for Next Match. Perhaps rewrite search...
Almost not an issue now but blocker for #9: Since the URL is secret, directly linking to external sites would expose the URL in Referer: header. Should probably use an...