Skip to content

AtomicNess123/zetteldeft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 100.0%