Last update: Fri, Apr 27, 2012 at 10:55 AM.
User control of menubar
    • For important websites, like the Worknotes site, I want to have full control over the menubar.
    • I want to put commands in there that link to my personal About page, and archives, and twitter account, and whatever.
    • It should be easy to edit, and easy to locate.
    • A new menuName attribute says "Get the contents of the menu from this outline."
    • Its value is either the name or URL of an outline. If it's a name, it must be the title of one of the outlines on your Roots page.
    • If it's a URL, it's up to you where to store it. Your Dropbox public folder is a nice place. Not sure Google Drive works for this, because the URLs of their publicly accessible files aren't really to the files. Or so it seems.
    • There's also a root-level pref for this. It goes alongside the setting of the template through a similar mechanism. Already exists, in the Appearance tab.
    • Here's a section of my scratchpad outline that uses a template stored in a Dropbox file.
    • Here's a section that uses a template stored within the same outline it's contained in.
    • I'm using it here on the Worknotes site.
    • worldOutlineSuite.roots.initRoot
    • worldOutlineSuite.roots.viewMenu
    • worldOutlineSuite.data.prefsForRoot2
    • worldOutlineSuite.main