summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-24 16:07:22 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-24 16:07:22 +0200
commitbbd3b007497925bbc8b3f6fa5f7fc0d948d7540f (patch)
tree19da404afd5b73acff06b5e231cac1acca69f6cd /org-roam-ui.el
parentb066b3f4cdded476b6ac0bf9d6d2c22a4cae1566 (diff)
smoother animation + select animation algo
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r--org-roam-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el
index 5c3d5b6..560315b 100644
--- a/org-roam-ui.el
+++ b/org-roam-ui.el
@@ -77,7 +77,7 @@ This serves the web-build and API over HTTP."
(httpd-stop))))
(defservlet* graph application/json ()
- (let* ((nodes-columns [id file title])
+ (let* ((nodes-columns [id file title level])
(links-columns [source dest])
(nodes-db-rows (org-roam-db-query `[:select ,nodes-columns :from nodes]))
(links-db-rows (org-roam-db-query `[:select ,links-columns :from links :where (= type "id")]))