Setup notdeft first.
M-x notzettel
Type to search
C-c C-f when in search
Tab to find file in view mode. Tab got back to search.
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.
notzettel-follow-link-at-point: search for id of link at point and open it if found
(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)