Slightly frustrated
Phebe Anggreani
anggreani at imap.cc
Wed Jan 15 09:35:01 PST 2003
Ok, got it. My temporarily fix is to use applescript:
==========
tell application "OmniOutliner"
activate
set rowCount to count rows of front document
repeat with i from 1 to rowCount
set aRow to row i of front document
set font of note of aRow to "Verdana"
set size of note of aRow to "11"
end repeat
end tell
==========
You can change the font and the fonts size to match your need. Then
save it inside the OO Scripts folder (~/Library/Application
Support/OmniOutliner/Scripts).
Phebe
On Wednesday, January 15, 2003, at 02:07 am, Jan Erik Moström wrote:
> 2003-01-13 21:48: Phebe Anggreani <anggreani at imap.cc> is believed to
> have typed:
>
>> On Monday, January 13, 2003, at 08:10 am, Jan Erik Moström wrote:
>>
>>> Right now it's actually something very simple. How do I set the
>>> default font/size for notes and how can I change it for every note
> at
>>> once?
>>
>> You need to change the fonts in the info palette:
>> 1. Display these palettes:
>> - Info palette (command-shift-i)
>> - Font panel (command-t)
>> - Color palette (command-shift-c)
>> 2. Highlight 1 of the row levels & change the styles.
>>
>> Styled text wouldn't change though.
>
> For me this changes the header, not the note. Am I missing something
> here?
>
> jem
> --
> Jan Erik Moström jem at mostrom.pp.se www.mostrom.pp.se
>
More information about the OmniOutliner-Users
mailing list