Skip to content

lenzls/gitit-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

This repository houses several gitit plugins.

Plugins

  • InfoBox — Adds a wikipedia style infobox
  • ReplaceCool — Replaces every mention of cool with yey

Usage

  1. put plugins in ./plugins/ subfolder of your gitit working directory (from where you start the wiki)
  2. add infobox.css to your static/css folder and import it in your custom.css with @import url("infobox.css");
  3. add the plugins to your gitit config like this: plugins: plugins/InfoBox.hs

Plugin Ideas

  • 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

About

Adds a wikipedia style infobox to Gitit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published