Welcome to ctxt
Continue to your workspace.
or
Personal vault
Weekly capture
Heading 2
This week
Captured 6 new Sources
Linked 3 notes together
Review
Ship the writing experience
NOTE — Nothing is written to your vault until you approve the diff.
"Your notes are files on your machine. AI can suggest, but only you decide what gets written."
Next
- Claim your public profile handle
- Try the AI panel on this note
- Capture from the Chrome extension
// Sync — captured Sources land as vault files
async function syncSources(root: string) {
const files = await pullCaptures(root);
const filtered = files.filter((p) => !p.endsWith(".pending.md"));
await linkToNotes(root, filtered);
await Promise.all(files.map(indexFile));
}
See also [[Reading list]] · [[Local-first notes]] · [[Vault structure]]