Skip to content
/ notzettel Public

Some functions to make notdeft a more suitable zettelkasten tool

Notifications You must be signed in to change notification settings

jd-m/notzettel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Setup notdeft first.

Basic usage

Start a search

M-x notzettel

Search

Type to search

Follow view

C-c C-f when in search

Viewing Files in Notdeft Search

Tab to find file in view mode. Tab got back to search.

New notes

notzettel-new-note: make a new note. notzettel-new-note-in-place: make a new note, kill content of active region, leave a link behind and insert content into new note.

Follow link

notzettel-follow-link-at-point: search for id of link at point and open it if found

Example config

(add-to-list ‘load-path “~/.emacs.d/notzettel”) (require ‘notzettel) (define-key global-map (kbd “C-c z n”) ‘notzettel-new-note) (defalias ‘nz ‘notzettel-notdeft-start)

About

Some functions to make notdeft a more suitable zettelkasten tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published