Skip to content

Linbreux/wikmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3594a34 · Feb 19, 2024
May 23, 2023
Dec 5, 2023
Dec 8, 2023
Feb 18, 2024
Feb 19, 2024
Feb 19, 2024
Jan 15, 2023
Dec 8, 2023
Apr 4, 2022
Nov 25, 2020
Dec 8, 2023
Sep 6, 2022
Jan 11, 2023
Sep 5, 2022
Feb 19, 2024
Dec 30, 2023
Jan 15, 2023
Sep 11, 2022
Feb 25, 2023
Feb 25, 2023
Mar 30, 2023
Jan 16, 2023
Feb 19, 2024
Feb 19, 2024

Repository files navigation

wikmd

GitHub Workflow Status GitHub Repo stars GitHub release (latest by date) GitLab

ℹ️ Information can be found in the docs: https://linbreux.github.io/wikmd/

What is it?

It’s a file-based wiki that aims to simplicity. Instead of storing the data in a database I chose to have a file-based system. The advantage of this system is that every file is directly readable inside a terminal etc. Also when you have direct access to the system you can export the files to anything you like.

To view the documents in the browser, the document is converted to html.

preview

Features

  • knowledge graph
  • NEW plugin system: drawio integration, alerts, embedded pages
  • git support (version control)
  • image support including sizing and referencing
  • math/latex
  • code highlight
  • file searching
  • file based
  • dark theme
  • codemirror for editing
  • password protection

Using the wiki

Installation

Detailed installation instruction can be found here.

Plugins & Knowledge graph (beta)

More info can be found in the docs.