memex is a small CLI tool for building a minimal meemx/wiki for myself. it was originally written primarily in Nim, but recently i rewrote the main part of it in rust, just for fun.
the memex itself can be seen here
- converts markdown files to html
- creates a recently edited page
- creates a nested hierarchy of
<details>
based on the file layout - allows for you to provide your own HTML templates
- calculates backlinks between entries, appends edit time
- rust edition 2018 and rustc
- optional for
make downscale
:ImageMagick
(7.0.10)