The zetteldeft.org
file in this repository contains documented code for a set of functions for emacs
, which aims to extend the deft
package and turn it into a (very very) basic Zettelkasten note-taking system.
Introduction, documentation, and code can be found in this single .org
file here.
But please, read this in a more convenient format over at efls.github.io/zetteldeft.
zetteldeft
is available on MELPA.
If you use use-package
, installing is as easy as
(use-package zetteldeft
:after deft
:init
(zetteldeft-set-classic-keybindings))
Although I do recommend reading some of the documentation before diving in. Start with “Basic concepts.”
Please note that this was originally written for personal use and that I’m far from an emacs lisp
expert.
That said, contributions and feedback is more than welcome.