org-roam-ql
org-roam-ql copied to clipboard
Query language for org-roam
Results
2
org-roam-ql issues
Sort by
recently updated
recently updated
newest added
Hello Currently, while using dynamic blocks, the titles of columns of the resulting org-table are generated like this: ```elisp (insert "|" (if no-link "" "|") (string-join (--map (pcase it ((pred...
The Org-roam-ql approach to querying org-roam notes is great. There is just one missing piece to the puzzle - a query option to search the body of the notes. There...