.base file, or embed one directly inside a Markdown note.
Create a new base
- Command palette
- File explorer
- Ribbon
- Open the Command palette (
Ctrl+P/Cmd+P). - Select one of:
- Bases: Create new base — creates a
.basefile in the same folder as the active file. - Bases: Insert new base — creates a base and embeds it in the current note as a code block.
- Bases: Create new base — creates a
Embed a base
Embed a base file in another file
You can embed an existing.base file into any Markdown note or canvas using the standard embed syntax:
#:
Embed a base as a code block
You can also write a base configuration directly inside a note using abase code block and the Bases syntax:
Configure the source
By default, a base includes every file in your vault. Use filters to narrow the source down to the files you care about.Filter by tag
Filter by folder
Combine conditions
and, or, and not operators. Filters are also available through the visual Filter menu in the base toolbar — you don’t need to edit the file directly.
Add and remove properties
Properties (columns in table view, fields in other views) correspond to the frontmatter properties in your notes. To manage which properties are shown:- Click Properties in the base toolbar.
- Toggle properties on or off, or drag them to reorder.
- Click Add formula to create a computed column.