b81d72d ←c10c46aantonApr 5, 2026 api

edit obsidian.md via macOS

M /docs/undefined +0 -0
✎ modified code block cd my-vault git init git add . && git commit -m "initial" gi...
✎ modified paragraph your vault is now browsable at sublimated.com/{your-space}/v...
M /docs/undefined +0 -0
52 unmodified lines
53```bash
54cd my-vault
55git init
56git add . && git commit -m "initial"
57git remote add origin https://sublimated.com/anton/notes.git
57git remote add origin https://sublimated.com/{your-space}/vault.git
58git push -u origin main
59```
60
61your vault is now browsable at `sublimated.com/anton/notes` with all wikilinks and embeds working. see [git](../git/) for more on cloning and pushing.
61your vault is now browsable at `sublimated.com/{your-space}/vault` with all wikilinks and embeds working. see [git](../git/) for more on cloning and pushing.
62
63## what's different
64
65- sublimated resolves wikilinks from the space root, not relative to the current file
2 unmodified lines