Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Deploy docs / Build VitePress site (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Deploy docs / Deploy to GitHub Pages (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
Source snapshot: 514ab1975951d94342ea38e64101d5a0f1c51c77
37 lines
2.0 KiB
Markdown
37 lines
2.0 KiB
Markdown
# Getting Started Vault
|
|
|
|
Source: start/getting-started-vault.md
|
|
URL: /start/getting-started-vault
|
|
|
|
# Getting Started Vault
|
|
|
|
The Getting Started vault is a small public sample vault hosted at [refactoringhq/tolaria-getting-started](https://github.com/refactoringhq/tolaria-getting-started).
|
|
|
|
It exists to show Tolaria's conventions without requiring you to restructure your own notes first.
|
|
|
|
## What It Demonstrates
|
|
|
|
- Markdown notes with YAML frontmatter.
|
|
- Types such as Project, Person, Topic, and Procedure.
|
|
- Wikilinks in note bodies.
|
|
- Relationship fields in frontmatter.
|
|
- A local Git repository that can be connected to a remote later.
|
|
- Vault guidance files for AI agents.
|
|
|
|
## Local-Only By Default
|
|
|
|
When Tolaria clones the sample, it removes the remote from the local copy. This makes the sample vault disposable. You can edit it freely, commit locally, and delete it later.
|
|
|
|
To connect a vault to your own remote, use the bottom status bar remote chip or run `Add Remote` from the command palette.
|
|
|
|
Tolaria also repairs starter-vault guidance files when needed. `AGENTS.md` is the canonical guidance file, `CLAUDE.md` is kept as a compatibility shim, and `GEMINI.md` is only created when you explicitly restore Antigravity/Gemini guidance.
|
|
|
|
## Use It Alongside Your Own Vaults
|
|
|
|
You can keep the Getting Started vault open while working in your own notes. Enable `Settings` -> `Vaults` -> `Use multiple vaults at the same time`, then use the bottom-left vault menu to include both the sample vault and your real vault in the unified graph.
|
|
|
|
This lets search, quick open, note lists, backlinks, and wikilink navigation span both vaults. Git actions still stay scoped to each vault's own repository, and new notes go to the default vault you choose in `Manage vaults`.
|
|
|
|
## When To Move On
|
|
|
|
After you understand the sample, open your own vault. Tolaria does not require a special folder structure: a folder of Markdown files is enough to start. You can remove the sample from Tolaria's vault list later without deleting its files from disk. |