Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.15 KB

README.org

File metadata and controls

25 lines (18 loc) · 1.15 KB

Zetteldeft

http://melpa.org/packages/zetteldeft-badge.svg

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.