Skip to content

Instantly share code, notes, and snippets.

@vincentwoo
Last active August 29, 2015 14:01
Show Gist options
  • Save vincentwoo/816bbcc5bb4bad1a9798 to your computer and use it in GitHub Desktop.
Save vincentwoo/816bbcc5bb4bad1a9798 to your computer and use it in GitHub Desktop.
FirePad TODOs

HIGH

  • 125 (to-do checklists broken) - looks like some rich text gnarliness
  • 109 (error when undoing in specific case) - looks like some rich text gnarliness
  • 112 (CodeMirror 4 support) - doable but may be tricky to support backwards compatability
  • 126 (node.js module to export content server-side; shouldn’t be too hard) - not sure exactly what this means but sounds doable

MEDIUM

  • 107 (line numbers partially hidden) - sounds like a fixable css thing
  • 96 (ACE adapter doesn’t display cursors at end-of-line) - i don't know a thing about ACE. I'll take a shot but this one is a "maybe"
  • 117 (getHtml() doesn’t return latest content) - interesting one. not sure why
  • 89 (users disappear when focus lost) - deffffinitely should fix this
  • 79 (move cursor to end of text after insertText) - i think my PR fixes this already, but not 100% sure
  • 104 (specify default text when initializing firepad) - i want this one
  • 44 (truncate or wrap toolbar when too long) - doable if we do the cheap thing and wrap or truncate silently
  • 48 (investigate issues with mobile safari) - i don't have an iphone and the thought of trying to debug mobile is terrifying
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment