conventicule Wiki

Checkout the gitLab repo for documentation.

See the markdown it demo for full range of markdown.

Set the title or not.

---
title: My Title
---
*md* here

Use obsidian callouts if you like.

Some note

Hello world

Use wiki links

[[page name | link text]] or just [[page name]]

click me!

Set navigation and things in data/wikiConfig.js

{
  title: "Your wiki title",
  language: "en",
  mainNav: {                    // label: url
    "page": "/page"
  },
  footer: `
  Whatever you want in the footer
  `
}

image