You can add your own menu to the menubar -- the Scripts menu
Follow into
Save into
Point one new config setting, urlMenuOpml, at an OPML file on the web, and the app builds menus from it: every top-level node in the outline becomes a menu in the menubar after Docs, nesting becomes submenus, a node whose text is a single hyphen draws a divider, and comment nodes stay invisible. Choosing a command branches on the node's type -- today a type="link" node opens its url in a new tab; other types get their behaviors later. The name says where this is going: it comes from Frontier and Drummer, where the menus run scripts. To change your menus, edit the outline and reload the app -- the server doesn't restart, because the file is read fresh each time the app starts up. The first one is live on rss.chat now, the DW menu, and demo.rss.chat runs DW's test menu -- testmenu.opml, which is also the example to start your own from. Questions and reports go in issue 20. Your server needs to be at v0.6.10 to hand the setting to the client -- see the server worknotes.