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