Skip to content

Instantly share code, notes, and snippets.

@wookiehangover
Created November 5, 2013 01:26
Show Gist options
  • Save wookiehangover/7312352 to your computer and use it in GitHub Desktop.
Save wookiehangover/7312352 to your computer and use it in GitHub Desktop.

Stickies Development

  • make a config module that's not checked in
  • tweak theme colors, transitions
  • TODO list transform v1
  • exports to Gist
  • email

Bugz

Roadmap

  • Context menus

  • Nested todo lists

  • Settings

    • Connected accounts
    • Chrome Sync preferences
    • Credits
  • Popout menu listing stickies + status

    • stickies collection
    • timestamps on create, edit
  • Run as html, without chrome APIs

    • dependency inversion
      • chrome.storage
      • chrome.window
      • chrome.identity / github
  • Fullscreen / zen edit mode

    • bump fontsize, restrict to editory, sticky to A4 size :3
  • better select color, vary by theme

  • export to Dropbox

    • link Dropbox account
  • export to File

  • import

    • browse Gists
    • import from file, write back to file (pandaco.de style)

###Someday...

  • publish to ghost??
  • collaboration (ouch)
  • highlight text to share as tweet?

Refactoring

  • write some effing tests
  • refactor github api methods (should use jquery)
  • component based structure in src/app
  • better keyboard shortcut handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment