.md files. Because it uses Obsidian-style [[wikilinks]] for internal links, you can open the wiki folder in Obsidian and get full bidirectional link navigation out of the box.
Open your wiki in Obsidian
- Open Obsidian and choose Open folder as vault.
- Select your wiki output directory (the
outputpath in.wiki-compiler.json). - Open
INDEX.mdto see all compiled topics with bidirectional links.
INDEX.md you can navigate to any topic article, follow cross-references, and jump to concept articles that span multiple topics.
Link style configuration
Thelink_style field in .wiki-compiler.json controls the format of internal links:
To switch link styles, edit
.wiki-compiler.json:
/wiki-compile --full to regenerate all articles with the new link format.
What Obsidian shows
Because the wiki is just files on disk, Obsidian reads them directly — there is no sync step. Each time you run
/wiki-compile, the files update and Obsidian reflects the changes immediately.