We did some work today on the community feed server.
If you want to post to the feed, you need to reload Fargo.
Be sure you're running 0.72.
In Fargo 0.71 there's a new Settings panel called Code, with a place to enter JavaScript that runs when Fargo starts up. Screen shot.
Note of caution: If you're a programmer, be careful. If you're not a programmer, be much more careful. This is potentially a very powerful feature which means it is also potentially a very dangerous feature.
Be sure you know what the code you're entering does, and that you trust the person who gave it to you. When in doubt, don't.
With that caveat... we look forward to seeing what people do with this feature.
Lots of little chotchkas in this release.
Heart menu
We use a lot of toolkits provided by some very generous developers and designers. The heart menu is where we thank them for their generosity. Screen shot.
It's divided into three sections:
Suitcase icon
There's a new icon in the left sidebar, the suitcase. Screen shot.
When you click it, the Edit Attributes dialog opens.
By popular demand, from the best users in the universe!
Save button hidden
The Save button which was new in Fargo 0.65 would be visible even when viewing read-only outlines.
Now it is only visible on outlines that you can edit.
Fix in Set Name command
If you try to set the name of a new outline that did not have a title, before we assign the name, we set the title to the name you chose.
A few users set the name of the first outline they created in their first use of Fargo. When the outline got a title, we automatically change the name of the file from untitled.opml to title.opml. This would break their named outline.
In 0.69, we added support for a new attribute, cssTextClass. If present, when we render the headline in Fargo, we add the class to the text. So this allows you to control the styling of text in Fargo on a per-headline basis.
An example
Using the CSS setting, I added this class:
.greenText {
color: green !important;
}
Then I set a cssTextClass attribute on a headline to greenText.
As you might imagine, the text is now displayed in green when I view it in Fargo.
BTW, it didn't work until I added the !important bit to the declaration. If at first you try a style and it doesn't seem to take, try adding this bit. I don't really understand what it does, but it seems to help.
Why separate worknote?
There's a new strikethrough icon in the left margin. Screen shot.
It marks the selected text with a strikethrough.
If you're in structure mode when you click the icon, the whole headline is changed.
Doing it again "unstrikes" the text (if that's a word).
Phone-friendly
Comments in WordPress blog posts
Custom icons are now grayed
Fargo now grays custom icons the same way it grays wedges.
If an item is collapsed and has subs the icon is displayed in black.
Otherwise it's gray.
Fargo docs updated
Watched outlines
A bit of terminology.
There are two kinds of outlines in Fargo.
Editable outlines live in the Fargo sub-folder of your Dropbox Apps folder. Open them with the File/Open command.
Watched outlines live elsewhere. You can open them in read-only mode via the Open By URL command, also in the File menu. When they update, your view of them updates. Until now you had to keep the URLs of these outlines somewhere else, or leave the tabs open all the time.
Bookmarks menu
The Bookmarks menu is for watched outlines.
It behaves more or less like the Bookmarks menu in a web browser. When you have opened an outline that you want to remember, choose Add Bookmark from the Bookmarks menu. A dialog appears asking what you want to call the bookmark. We suggest the title of the outline (or the long title if it has one).
When you choose Edit Bookmarks, a new tab opens with the contents of the menu in an outline. You can edit the bookmarks there. The menu contains link nodes. You can change the text, or the URLs associated with the items, and reorganize the menu in any way you like.
Only the top level headlines are included in the Bookmarks menu.
Changes in the Icon Chooser
The OK button changes to Close, to more accurately indicate what it does.
We added a link to the wonderful Font Awesome github repo in the dialog.
We open sourced our dialog, so other people may include the Icon Chooser in their apps. It's licensed under the GPL.
Icon Chooser dialog
There's a new Choose Icon command in the Outliner menu. It brings up a dialog with several tabs. In each tab are 35 awesome icons. Screen shot.
Click on one of the icons to set the icon of the bar cursor headline.
Click Close to dismiss the dialog without setting an icon.
Save Button
There's a new Save button in the right sidebar.
It has two states:
This way you can see at a glance if your outline needs to be saved, whether or not you have AutoSave turned on.
We hope, with this change, to prevent some data loss for users.
New commands
There are two new commands in Fargo's Outliner menu.
Add Include prompts for a URL and turns the bar cursor headline into an include node. The URL must point to an OPML file, though the command does not verify this.
Add Feed turns the bar cursor headline into a node of type rss. A collection of these nodes forms a standard OPML subscription list. The URL should point to a feed, in RSS or Atom formats. Again, no attempt is made by Fargo to verify the format of the file being pointed to.
Clipboard
Troubleshooting link