mirror of
https://github.com/org-roam/org-roam
synced 2025-09-18 16:06:49 -05:00
* (feat) cond display relative subdir in title for selection A title can now be constructed as ‘subdir/file-title’ where ‘subdir’ is the sub-directory relative from ‘org-roam-directory’. When ‘org-roam-title-include-subdirs’ is non-nil, ‘org-roam--extract-titles’ now outputs titles in this format. * (fix) improve docstrings * (feat) add var for modifying subdir-separator * (fix) nitpick docstring * (doc) document subdir creation in templates with :file-name * (feat) make subdir-format accept a function * (fix) respect docstring one-line-description * (fix) address checkdoc errors * (fix) also add subdirs when db--update-titles * (feat) improve modularisation `org-roam--extract-titles' is now reverted to its default definition, i.e. it doesn’t format the titles. In its stead, `org-roam--extract-and-format-titles' is created to both extract the titles and process all of them with `org-roam--format-title', which is a much better way to do this. * Refactor with ->> * Refactor with let* Pretty sure I got confused because I thought I needed to use the result of the db-queryr. * Remove useless ->>