Minimalist vault separate from demo-vault-v2, designed to introduce new users to Laputa's key features: types, relationships, views, wiki-links, and git sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
893 B
893 B
title, type, Status, Belongs to
| title | type | Status | Belongs to |
|---|---|---|---|
| Task: Set Up Git Sync | Task | Open | Laputa Onboarding |
Your vault is a git repository. Connecting it to a remote lets you back up your notes and sync across devices.
What to try
- Create a new repository on GitHub, GitLab, or any git host
- Open a terminal in your vault directory
- Add the remote:
git remote add origin <your-repo-url> - Push your vault:
git push -u origin main
Using the Changes view
Laputa has a built-in Changes view in the sidebar that shows modified files. From there you can:
- See which files have changed since the last commit
- Commit changes with a message
- Push to the remote
Tip
Git sync means you can edit your vault from any device — even a plain text editor on a computer that does not have Laputa installed. The next time you open Laputa, pull the latest changes and everything updates.