Files
org_web/blogs/2026/04-april/making-notes-through-org-noter-06-05.org
Zaine 2b5a23b566
All checks were successful
Build Org Website / build (push) Successful in 47s
fixing stale runs
2026-05-09 18:33:35 +01:00

591 B
Executable File

Making Notes through Org Noter

Recently started taking notes through Org Noter. It's a great tool for taking notes when reading PDFs. I also utilised a similar approach for physical books, by using org-capture templates to note down the page number and the note.

  ("b" "Book Note" entry
   (file+headline (lambda () (buffer-file-name)) "Notes")
   "** p. %^{Page}\n[%^{Type|Insight|Important|Quote|Confusing}] %?\n")