Wikilinks
Manual installation
-
Install BrainDB
-
Install
@braindb/remark-wiki-link
-
Configure Astro
Example
Backlinks Example of broken link
Further Improvements
- Anchors in wikilinks (
[[page#anchor]]
,[[page#anchor|alias]]
)- Do we need to URL-encode anchors?
- Do we need to slugify anchors?
- Check that anchors correspond to a header in the target document.
- What about ambiguous links (
bdb.documentsSync({ slug: permalink }).length > 1
)? - Image wikilinks (
![[some.jpg]]
)