Hey guys, I think I get the basic idea, but I have a few questions…

  1. How do I just open up a note to check it out? I can see just opening the file regularly, but having each file start with a long sting of numbers leads me to think there’s some nicer, easier way.

  2. How do I go about having multiple “networks” one for work and one for home, etc. Do I just use folders?

Thanks guys!

You are viewing a single thread.
View all comments
0 points
  1. You can use org-roam-node-find which (maybe depending on your default completion framework, I use doom emacs btw. so some things are preset) let you type substrings of the actual title of the node to find it.
  2. This is a bit complicated, because there is no built-in way for having distinct buckets in Org-roam. But you can set directory-local variables in .dir-locals.el to achieve this.

For example, put this inside the file /home/username/work/.dir-locals.el:

;; -*- mode: emacs-lisp; -*-

((nil . ((org-roam-directory . "/home/username/work")
         (org-roam-db-location . "/home/username/work/org-roam.db"))))

Whenever Emacs opens a file inside the work directory, it will load and apply any variables in this file. Therefore you first must open a file inside the folder to access this files; open a file outside the directory to access the default ones.

permalink
report
reply

Emacs

!emacs@lemmy.ml

Create post

Our infinitely powerful editor.

Community stats

  • 84

    Monthly active users

  • 53

    Posts

  • 58

    Comments