All Projects → EFLS → Zetteldeft

EFLS / Zetteldeft

Licence: gpl-3.0
A Zettelkasten system! Or rather, some functions on top of the emacs deft package.

Projects that are alternatives of or similar to Zetteldeft

Org Superstar Mode
Make org-mode stars a little more super
Stars: ✭ 271 (-4.58%)
Mutual labels:  emacs, org-mode
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (-17.25%)
Mutual labels:  emacs, org-mode
Toc Org
toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
Stars: ✭ 202 (-28.87%)
Mutual labels:  emacs, org-mode
Orgro
An org-mode file viewer for iOS and Android
Stars: ✭ 175 (-38.38%)
Mutual labels:  emacs, org-mode
Spacehammer
Hammerspoon config inspired by Spacemacs
Stars: ✭ 280 (-1.41%)
Mutual labels:  emacs, spacemacs
Go Org
Org mode parser with html & pretty printed org rendering. also shitty static site generator.
Stars: ✭ 177 (-37.68%)
Mutual labels:  emacs, org-mode
Doct
DOCT: Declarative Org Capture Templates for Emacs
Stars: ✭ 210 (-26.06%)
Mutual labels:  emacs, org-mode
Ac Php
emacs auto-complete & company-mode for php
Stars: ✭ 157 (-44.72%)
Mutual labels:  emacs, spacemacs
Ob Async
Asynchronous src_block execution for org-babel
Stars: ✭ 249 (-12.32%)
Mutual labels:  emacs, org-mode
Evil Org Mode
Supplemental evil-mode keybindings to emacs org-mode
Stars: ✭ 241 (-15.14%)
Mutual labels:  emacs, org-mode
Mu4e Dashboard
A dashboard for mu4e (mu for emacs)
Stars: ✭ 259 (-8.8%)
Mutual labels:  emacs, org-mode
Org Transclusion
(alpha) Emacs package to enable transclusion with Org Mode
Stars: ✭ 251 (-11.62%)
Mutual labels:  emacs, org-mode
Spacemacs Rocks
Happy Hacking Emacs & Spacemacs (Simplified Chinese)
Stars: ✭ 2,003 (+605.28%)
Mutual labels:  emacs, spacemacs
Org Books
Reading list management with org mode
Stars: ✭ 186 (-34.51%)
Mutual labels:  emacs, org-mode
Org Pdftools
A custom org link type for pdf-tools
Stars: ✭ 165 (-41.9%)
Mutual labels:  emacs, org-mode
Verb
Organize and send HTTP requests from Emacs
Stars: ✭ 205 (-27.82%)
Mutual labels:  emacs, org-mode
Org Msg
OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
Stars: ✭ 153 (-46.13%)
Mutual labels:  emacs, org-mode
Hexo Renderer Org
Hexo renderer plugin for emacs org-mode
Stars: ✭ 157 (-44.72%)
Mutual labels:  emacs, org-mode
Git Link
Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
Stars: ✭ 239 (-15.85%)
Mutual labels:  emacs, spacemacs
Cloudmacs
Selfhost your Emacs and access it in browser
Stars: ✭ 277 (-2.46%)
Mutual labels:  emacs, spacemacs

#+title: Zetteldeft #+author: EFLS #+HTML_HEAD:

[[http://melpa.org/#/zetteldeft][file: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.

To learn key concepts and basic functions of this package, check out an introduction here: [[https://efls.github.io/zetteldeft/][efls.github.io/zetteldeft]].

Or learn how to install and use Zetteldeft by cloning the =zd-tutorial= repository available at https://github.com/EFLS/zd-tutorial.

Documentation, code and further technical details can be found in the =.org= file of this repository, or can be read in a more convenient format over at [[https://efls.github.io/zetteldeft/zetteldeft.html][efls.github.io/zetteldeft/zetteldeft.html]].

=zetteldeft= is available on [[https://melpa.org/#/zetteldeft][MELPA]]. If you use =use-package=, installing is as easy as

#+begin_src emacs-lisp (use-package zetteldeft :after deft :config (zetteldeft-set-classic-keybindings)) #+end_src

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 are more than welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].