Appearance
Bases
FreshCommands for working with Obsidian Bases databases.
Commands for Bases.
bases
List all .base files in the vault.
base:views
List views in the current base file.
base:create
Create a new item in a base. Defaults to the active base view if no file is specified.
bash
file=<name> # base file name
path=<path> # base file path
view=<name> # view name
name=<name> # new file name
content=<text> # initial content
open # open file after creating
newtab # open in new tabbase:query
Query a base and return results.
bash
file=<name> # base file name
path=<path> # base file path
view=<name> # view name to query
format=json|csv|tsv|md|paths # output format (default: json)See also
- Browse all command groups
- Keyboard shortcuts for the TUI