Notes relating to org-roam https://org-roam.discourse.group/t/fast-and-scalable-sub-second-ivy-completion-for-v2-with-thousands-of-zettels/1584 https://org-roam.discourse.group/t/how-to-put-all-the-org-roam-dailies-in-one-file-with-a-date-tree-structure/1561/4 https://github.com/org-roam/org-roam/wiki/Hitchhiker's-Rough-Guide-to-Org-roam-V2

Check deft?

OR https://tero.hasu.is/notdeft/

Org and Org-Roam capture templates

These use https://github.com/progfolio/doct

(setq org-capture-templates
      (doct '(("Todo [journal]"
               :keys "t"
               :file "~/todo/journal.org"
               :template ("* [ ] %i%?"))
              ("Garden Daily"
               :keys "d"
               :function org-roam-dailies-capture-today))))

Org-roam tutorial (OUTDATED)

Defs

Fleeting notes

A slip-box requires a method for quickly capturing ideas. These are called fleeting notes: they are simple reminders of information or ideas that will need to be processed later on, or trashed. This is typically accomplished using org-capture (see (org)Capture), or using Org-roam’s daily notes functionality (see Daily-notes). This provides a central inbox for collecting thoughts, to be processed later into permanent notes.

Permanent notes

Permanent notes are further split into two categories: literature notes and concept notes. Literature notes can be brief annotations on a particular source (e.g. book, website or paper), that you’d like to access later on. Concept notes require much more care in authoring: they need to be self-explanatory and detailed. Org-roam’s templating system supports the addition of different templates to facilitate the creation of these notes.

org-id-store-link copy id etc. Org-store link should work but it doesn’t for now

Unlinked References

org-roam-unlinked-references

C-SPC in these [ [ | ] ] : complete for file title [ [roam: ] ]: complete for file title [ [ * ]]: headline in file [ [ foo* ]]: headline within foo [ [ roam: foo* ]] headline within the file with title foo

#+roam_alias (eg World War II => WWII)

#+roam_key File refs

Templates

Roam-Protocol

org-roam-unlinked-references

org-roam-doctor (universal argument for all files)

Export org-roam

Org-roam Aliases

https://jethrokuan.github.io/org-roam-guide/