1. aral I disagree, "continue" is confusing compared to start. Start = start from a number, continue = what? Continue from a number? So the list should start from that number plus one? Or continue from another ol (perhaps by using an id reference)?

  2. Rolled out usage of the menu element on . I’m looking forward to more browser support for HTML context menus, that will really open up the possibilities for cross-browser extensions

  3. Pushed some styling improvements to individual note pages as a result of some brainstorming earlier today. Splitting the content into Primary, Contextual, Metadata and Network will give me a solid foundation on which to add more information (e.g. mentions).

    One thing I haven’t added is an “actions” section, mainly because of double-click-to-edit. That only applies to the main content, though, and I have some other actions like syndicate to facebook, so I should make a section for those.

  4. I propose this law of system personality:

    Put a system in a box and it becomes a thing. Give a thing a name and it becomes a product. Give a product a brand/atmosphere and it gains a personality.

  5. Pushed lots of note UI updates to today, including porting almost all the to Backbone. Still :

    • Improving location UI: improve cancelled state text, fix located state
    • Make a view for note lists, inc. event handling like add new note to the list when it’s posted from the dialog. This will also minimise the number of requests.
    • Make the backend auto-add hashtags to the note tags property. It should have been this way all along.