Diving back into Org-roam
I am experimenting with using Org-roam again for my notes.
I am experimenting with using Org-roam again for my notes.
How about I stick QR codes on index cards as a way to quickly find the original reference?
Howm and TiddlyWiki share some features that I like
howm is an Emacs package for taking notes. It was recommended to me recently, so I thought I’d take a look. The project page says “howm: Write fragmentarily and read collectively.” Worth a shot, right? I haven’t seen too many people talking about howm. The best introductions I’ve found are from Leah Neukirchen and Andrei Sukhovskii. I installed it via use-package with the following ;; howm package config (use-package howm :ensure t :config (setq howm-directory "~/Documents/howm/") (setq howm-home-directory "~/Documents/howm/") (setq howm-keyword-file (expand-file-name ".howm-keys" howm-home-directory)) (setq howm-history-file (expand-file-name ".howm-history" howm-home-directory)) (setq howm-view-use-grep t)) ;; (setq howm-view-grep-command "/opt/homebrew/bin/rg")) ;; Fix for help bindings (define-key howm-menu-mode-map "\C-h" nil) (define-key riffle-summary-mode-map "\C-h" nil) (define-key howm-view-contents-mode-map "\C-h" nil) ;; Sensible buffer names (add-hook 'howm-mode-hook 'howm-mode-set-buffer-name) (add-hook 'after-save-hook 'howm-mode-set-buffer-name) I couldn’t get the rg settings to work, so I’m still using grep. It’s fast enough for this test. ...
The first book I read with my Antinet in mind was “Camera Lucida: Reflections on Photography” by Roland Barthes. I’m not doing a book review here, but I wanted to say a few things about the process of reading with the goal “installing” notes into my Antinet. I’m not someone who needs a Zettelkasten. I’m not working on a book or paper or anything. I want to use what I’ve read. Even better, I’d like to integrate the things I’ve read with my own thoughts. I want to learn. ...
I’ve been testing the hot new Tana app for the past week, and I’m exhausted. First, I don’t need a Zettelkasten. If you’re being honest, you probably don’t either. And yet, we spend hours or days learning the “proper” way to build one. Then we set up our new system, using paper or digital or both, roll up our sleeves, and waste time putting stuff into it. The worst part isn’t the putting of stuff into my PKM (Personal Knowledge Management) system. The worst part is all of the tinkering around where to put stuff and how to classify/tag/organize it. ...
The more notes I put into Org-roam, the more I want to put there. My Org-roam directory has always been in ~/org/roam, meaning that my database was limited to files I put in that directory. The rest of my org files have been in ~/org, so they’re out of “reach” of Org-roam. Sometimes, though, I wanted link from, say, my Daybook.org file to one of my Org-roam files, thereby making that daybook entry part of my org-roam database. ...