syntax
Wikilinks Reference
Complete guide to using wikilinks in Mycelium
draft: true
Wikilinks Reference
Wikilinks are internal links that connect your notes together.
Basic Syntax
[[note-name]]
Links to a note called “note-name.md”.
With Display Text
[[note-name|Click here]]
Shows “Click here” but links to “note-name”.
With Anchors
[[note-name#section]]
Links to a specific section within a note.
Combined
[[note-name#section|Go to section]]
Display text linking to a specific section.
How It Works
- The wikilink plugin scans your content for
[[...]]patterns - It resolves the note name to an actual URL
- Converts to a standard markdown link
- Renders as a styled internal link