Configure Visibility
Events carry a visibility
property to control where content appears.
Visibility options
Section titled “Visibility options”public
– visible in feeds and search.unlisted
– not listed but accessible via permalink.private
– kept in local tools only.secret
– encrypted or restricted projections.
Set defaults
Section titled “Set defaults”Define a default in otsorc.yml
:
defaults: visibility: unlisted
Override per item
Section titled “Override per item”Pass a flag to the CLI when creating or importing:
otso publish note.md --visibility private
Effects
Section titled “Effects”- Only
public
items are syndicated or exposed via APIs. - Search indexes exclude
private
andsecret
content. - Changing visibility emits a new event, allowing audit of who saw what.