Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Break it down into smaller functions.
|
|
* Root directory of the org-roam-ui project.
|
|
* Add custom functions to decouple org-roam-ui from org-roam.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A roam node is no longer necessarily an entire file. It can be a file,
or any heading with an id.
Fixes #106
|
|
There is no other instance of the name `org-roam-dailies-dir` in either `org-roam-ui` and `org-roam` itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Same as in `org-roam-buffer-p`, call `buffer-file-name` with
`buffer-base-buffer` which ensures that file name is determined
under all circumstances.
|
|
|