Appearance
Publish
FreshManage Obsidian Publish from inside the desktop app: site info, change status, add, remove, and open files on the published site. To publish without the desktop app, use Headless Publish and the standalone ob command.
Commands for Obsidian Publish.
publish:site
Show publish site info (slug, URL).
publish:list
List published files.
bash
total # return published file countpublish:status
List publish changes.
bash
total # return change count
new # show new files only
changed # show changed files only
deleted # show deleted files onlypublish:add
Publish a file or all changed files (default: active file).
bash
file=<name> # file name
path=<path> # file path
changed # publish all changed filespublish:remove
Unpublish a file (default: active file).
bash
file=<name> # file name
path=<path> # file pathpublish:open
Open file on published site (default: active file).
bash
file=<name> # file name
path=<path> # file pathSee also
- Browse all command groups
- Keyboard shortcuts for the TUI