Skip to content

Advanced settings

Oleksandr H. edited this page Aug 12, 2024 · 7 revisions

Experimental and advanced settings can be added through the command line interface.

Disables header automatic insertion when "Auto rename by title" is enabled

defaults write co.fluder.FSNotes autoInsertHeader -bool false

Hide/show directories in sidebar (FSNotes 4.9.7+)

xattr -w "es.fsnot.hidden.dir" true path/To/DirName
xattr -w "es.fsnot.hidden.dir" false path/To/DirName

Disables code syntax highlighter (FSNotes 4.9.11+)

By default: enabled

defaults write co.fluder.FSNotes codeBlocksWithSyntaxHighlighting -bool false 

Disables words highlighting on search

defaults write co.fluder.FSNotes searchHighlighting -bool false

Maximum sub directories limit

https://github.com/glushchenko/fsnotes/issues/1418

defaults write co.fluder.FSNotes maxChildDirs -integer 500