This repository houses several gitit plugins.
- InfoBox — Adds a wikipedia style infobox
- ReplaceCool — Replaces every mention of
cool
withyey
- put plugins in ./plugins/ subfolder of your gitit working directory (from where you start the wiki)
- add
infobox.css
to yourstatic/css
folder and import it in yourcustom.css
with@import url("infobox.css");
- add the plugins to your gitit config like this:
plugins: plugins/InfoBox.hs
- Orphaned pages — Lists pages which are not linked from other pages (to include pages with categories could be a toggle)
- Network Graph — Shows a graph with pages as nodes and links as edges (to include category links could be a toggle)
- Mermaid support — Potentially client side support for mermaid charts