|
|
|
|
|
by mttyng
2111 days ago
|
|
Oh man, I’ve found this sorta stuff will send me down rabbit holes for days. For whatever reason I find setting up personal knowledge bases as addicting as configuring my editor, so here’s my current drug of choice: I have a wiki.JS instance which pulls/pushes to a got repo I have of org and markdown files. I have a keybinding attached to an elisp function (did I mention I use Emacs?) that creates or opens a templates, date-named org file with a save hooks that converts it to markdown and pushes it to my repo. Now I have an easy way to share a page with anyone, look it up (and edit!) while I’m not on my machine, and lose _countless_ hours tweaking both my Emacs setup and wiki setup collectively. Drug of choice indeed. |
|