Knowledge let's you transform your markdown files into a knowledge base
- Download a release
- Make it executable
- Launch it in any folder containing your notes
Your (default) web browser will open and let you browse your files by tags
A yaml header containing at least a title and a tag is required :
---
title: Knowledge transform your markdown files into a knowledge base
tags:
- rust
- elm
- markdown
- GPL licence
---
# My markdown content
...
- walk all sub-directories and discover all well-formatted files
- handle relative links between "articles"
- handle local and distant images
- use a random port to avoid conflicts
- more complex tag combination search
- update on file change
- handle local svg
- update frontend on change
- cross-compile to OSX & Windows
a nix-shell is available at the root of this folder
start the backend with the flag -d
, then
make front-serve