Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 909 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 909 Bytes

memex

builds.sr.ht status

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

features

  • 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

dependencies

  • rust edition 2018 and rustc
  • optional for make downscale: ImageMagick (7.0.10)

license

WTFPL