BIBLIOGRAPHY

Andrei Sukhovskii. 2024a. โ€œA Joker in Zettelkasten.โ€ Medium. February 19, 2024. https://qnnnp.medium.com/a-joker-in-zettelkasten-79967d13a025.

โ€”โ€”โ€”. 2024b. โ€œSubstack - Qnnnp.โ€ June 16, 2024. https://qnnnp.substack.com/archive?sort=new.

โ€œEmulating Howm Notes with Denote and Consult - System Crafters.โ€ n.d. Accessed March 7, 2025. https://systemcrafters.net/live-streams/march-7-2025/.

โ€œHowm: Note-Taking Tool on Emacs.โ€ n.d. Accessed May 30, 2024. https://kaorahi.github.io/howm/.

โ€œLeah Blogs: Note Taking in Emacs with Howm.โ€ n.d. Accessed May 30, 2024. https://leahneukirchen.org/blog/archive/2022/03/note-taking-in-emacs-with-howm.html.

Sukhovskii. 2025a. โ€œEmacs101/Howm-Manual: Note-Taking in Emacs with Howm Package.โ€ https://github.com/Emacs101/howm-manual.

โ€”โ€”โ€”. 2025b. โ€œะะฝะดั€ะตะน ะกัƒั…ะพะฒัะบะธะน | Substack.โ€ 2025. https://substack.com/@qnnnp/notes.

โ€”โ€”โ€”. 2025c. โ€œQnnnp | ะะฝะดั€ะตะน ะกัƒั…ะพะฒัะบะธะน | Substack.โ€ February 24, 2025. https://qnnnp.substack.com/?utm_medium=web.

RelatedNotes

History

  • [2025-03-08 Sat 11:22] howm

ะะฝะดั€ะตะน ะกัƒั…ะพะฒัะบะธะน | Substack

(Sukhovskii 2025b)

  • Substack - qnnnp
  • Andrei Sukhovskii
  • 2025
  • ๊ฐœ์ธ

qnnnp | ะะฝะดั€ะตะน ะกัƒั…ะพะฒัะบะธะน | Substack

(Sukhovskii 2025c)

  • Sukhovskii
  • quod non nลvit, non prลficit. Click to read qnnnp, by ะะฝะดั€ะตะน ะกัƒั…ะพะฒัะบะธะน, a Substack publication with hundreds of subscribers.
  • 2025

A Joker in Zettelkasten

  • (Andrei Sukhovskii 2024a)
  • In Niklas Luhmannโ€™s slip box, in one chain of his thoughts, there is an interesting observation about the nature of Zettelkasten (It is theโ€ฆ
  • 2024

Substack - qnnnp

(Andrei Sukhovskii 2024b)

  • Andrei Sukhovskii

  • Full archive of all the posts from qnnnp.

  • 2024

Emacs101/howm-manual: Note-taking in Emacs with howm package

(Sukhovskii 2025a)

howm: note-taking tool on Emacs

(โ€œHowm: Note-Taking Tool on Emacsโ€ n.d.)

Emulating Howm Notes with Denote and Consult - System Crafters

(โ€œEmulating Howm Notes with Denote and Consult - System Craftersโ€ n.d.)

Emulating Howm with Denote and Consult What will we be trying to replicate?

  • Searching for notes in most-recent-edit order
  • Searching for notes from today, yesterday, specific date
  • Following search query links
(consult-denote-mode 1)
 
(let ((tab (make-hash-table :test 'equal)))
  (puthash "Foo" "foo.org" tab)
  (gethash (completing-read "Yes: "  tab) tab))
 
(defun denote-howmish-find-file ()
  (declare (interactive-only t))
  (interactive)
  (let* ((sorted-files (sort (mapcar (lambda (file)
                                       (cons (file-attribute-modification-time
                                              (file-attributes file))
                                             file))
                                     (denote-directory-files))
                             (lambda (left right)
                               (not
                                (time-less-p (car left)
                                             (car right))))))
         (table (make-hash-table :test 'equal))
         (options
          (mapcar (lambda (file)
                    (puthash (denote-retrieve-title-or-filename (cdr file) 'org)
                             (cdr file)
                             table))
                  sorted-files))
         (result
          (consult--read table
                         :prompt "Note: "
                         :sort nil
                         :require-match t
                         :add-history (thing-at-point 'filename)
                         :state (consult--file-preview)
                         :category 'file
                         :history '(:input consult--find-history))))
    (when result
      (find-file (gethash result table)))))

leah blogs: Note taking in Emacs with howm

(โ€œLeah Blogs: Note Taking in Emacs with Howmโ€ n.d.)

2025-03-08 W09

@user howm: note-taking tool on Emacs์— ๋Œ€ํ•ด์„œ ์•Œ๋ ค์ค˜. ๊ทธ๋ฆฌ๊ณ  Denote์™€ ์–ด๋–ค ์ ์—์„œ ์ฐจ์ด๊ฐ€ ์žˆ๋Š”์ง€ ๊ถ๊ธˆํ•ด

@assistant howm๊ณผ Denote๋Š” ๋ชจ๋‘ Emacs์—์„œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๋…ธํŠธ ์ž‘์„ฑ ๋„๊ตฌ์ž…๋‹ˆ๋‹ค. ๋‘ ๋„๊ตฌ์˜ ์ฃผ์š” ํŠน์ง•๊ณผ ์ฐจ์ด์ ์€ ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค:

howm:

  1. 20๋…„ ์ด์ƒ์˜ ์—ญ์‚ฌ๋ฅผ ๊ฐ€์ง„ ์˜ค๋ž˜๋œ ํŒจํ‚ค์ง€์ž…๋‹ˆ๋‹ค.
  2. ๋‹จ์ˆœํ•˜๊ณ  ์šฐ์•„ํ•œ ๋…ธํŠธ ์ž‘์„ฑ ์†”๋ฃจ์…˜์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
  3. ๋งํฌ๋ฅผ ๊ฒ€์ƒ‰ ํŠธ๋ฆฌ๊ฑฐ๋กœ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.
  4. ๋ฉ”๋‰ด์™€ ์š”์•ฝ ๋ฒ„ํผ๋ฅผ ํ†ตํ•ด ๋…ธํŠธ์— ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
  5. ์ผ์ • ๊ด€๋ฆฌ์™€ ํ•  ์ผ ๋ชฉ๋ก ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
  6. ๋‹ค์–‘ํ•œ ํŒŒ์ผ ํ˜•์‹์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.

Denote:

  1. ์ตœ๊ทผ์— ๊ฐœ๋ฐœ๋œ ๋น„๊ต์  ์ƒˆ๋กœ์šด ํŒจํ‚ค์ง€์ž…๋‹ˆ๋‹ค.
  2. ์˜ˆ์ธก ๊ฐ€๋Šฅํ•˜๊ณ  ์„ค๋ช…์ ์ธ ํŒŒ์ผ ๋ช…๋ช… ๊ทœ์น™์— ์ค‘์ ์„ ๋‘ก๋‹ˆ๋‹ค.
  3. ๋…ธํŠธ๋ฟ๋งŒ ์•„๋‹ˆ๋ผ ๋ชจ๋“  ์œ ํ˜•์˜ ํŒŒ์ผ์— ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
  4. Org ๋ชจ๋“œ์— ์˜์กดํ•˜์ง€ ์•Š๊ณ  ๋‹ค์–‘ํ•œ ํŒŒ์ผ ํ˜•์‹์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค.
  5. ํŠน์ • ๋…ธํŠธ ์ž‘์„ฑ ๋ฐฉ๋ฒ•๋ก ์„ ๊ฐ•์š”ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.
  6. ์™ธ๋ถ€ ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค ์—†์ด ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค.

์ฃผ์š” ์ฐจ์ด์ :

  1. ์ ‘๊ทผ ๋ฐฉ์‹: howm์€ ๋งํฌ์™€ ๊ฒ€์ƒ‰์— ์ค‘์ ์„ ๋‘๋Š” ๋ฐ˜๋ฉด, Denote๋Š” ํŒŒ์ผ ๋ช…๋ช… ๊ทœ์น™์— ์ค‘์ ์„ ๋‘ก๋‹ˆ๋‹ค.
  2. ๊ธฐ๋Šฅ ๋ฒ”์œ„: howm์€ ์ผ์ • ๊ด€๋ฆฌ ๊ธฐ๋Šฅ์„ ํฌํ•จํ•˜์ง€๋งŒ, Denote๋Š” ์ˆœ์ˆ˜ํ•œ ๋…ธํŠธ ์ž‘์„ฑ์— ์ง‘์ค‘ํ•ฉ๋‹ˆ๋‹ค.
  3. ์„ค๊ณ„ ์ฒ ํ•™: Denote๋Š” ์˜ˆ์ธก ๊ฐ€๋Šฅ์„ฑ, ๊ตฌ์„ฑ ๊ฐ€๋Šฅ์„ฑ, ์œ ์—ฐ์„ฑ์„ ํ•ต์‹ฌ ์›์น™์œผ๋กœ ์‚ผ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
  4. ์‚ฌ์šฉ ํŽธ์˜์„ฑ: howm์€ ์˜ค๋žœ ๊ธฐ๊ฐ„ ๋™์•ˆ ๊ฐœ์„ ๋˜์–ด ์™”์ง€๋งŒ, Denote๋Š” ํ˜„๋Œ€์ ์ด๊ณ  ๋‹จ์ˆœํ•œ ์ ‘๊ทผ ๋ฐฉ์‹์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

๋‘ ๋„๊ตฌ ๋ชจ๋‘ Emacs์—์„œ ํšจ๊ณผ์ ์ธ ๋…ธํŠธ ์ž‘์„ฑ์„ ์ง€์›ํ•˜์ง€๋งŒ, ์‚ฌ์šฉ์ž์˜ ์„ ํ˜ธ๋„์™€ ํ•„์š”์— ๋”ฐ๋ผ ์„ ํƒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

@user