View Single Post
Quote:
Originally Posted by Ken Case View Post
Any image greater than 512 pixels in width or height will be represented by a file icon. This is configurable via the hidden OSImageAttachmentMaximumSize default. For example, if you'd like to change this limit to 1000 pixels, you would enter this in a Terminal window:

Code:
defaults write com.omnigroup.OmniFocus OSImageAttachmentMaximumSize -int 1000
After doing this, quit and relaunch OmniFocus to see larger images inline.

(I knew we'd posted this information somewhere at some point, but it took me a while before I found it buried in the release notes archive…)
Excuse me, I'm completely new at this and have never written a code. Where would I find "the hidden OSImageAttachmentMaximumSize default", and also where would I find the Terminal window to write this code? Thanks.