Skip to content

Unexposed Preferences

scrod edited this page Mar 30, 2011 · 2 revisions

The following NSUserDefaults keys will be honored by Notational Velocity but are not currently accessible from the Preferences window:

  • AutoFormatsDoneTag (Boolean)
  • AutoFormatsListBullets (Boolean)
  • AutoIndentsNewLines (Boolean)
  • NumberOfSpacesInTab (Integer)
  • UseInsecureTempEditing (Boolean)

They can be enabled/disabled like so:

defaults write net.notational.velocity AutoFormatsDoneTag -bool FALSE