2023-04-01

Last modified: Apr 05, 2023
Word count: 82

deleted garden/websites/*, with clojure help

Not too bad! Clojure rocks.

(comment
  (->>
    "~/todo/garden/websites/*.org"
    r.zsh/expand-many
    (map org-crud/path->nested-item)
    (remove nil?)
    (map (fn [website-note]
           (str (:org/name-string website-note)
                "\n\n" (:org/body-string website-note))))
    (string/join "\n\n--\n\n")
    (spit (str (fs/home) "/todo/garden/old_website_notes.org"))))

DONE roam autocomplete insert - only root files, not every node

DONE org insert-tab on bullets - do autocomplete

feels good iron out some long-annoying emacs bindings!

Some ergonomics and tools posts: