summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
AgeCommit message (Expand)Author
2021-08-02build: citelinksThomas F. K. Jorna
2021-08-02feature: citation optionsThomas F. K. Jorna
2021-08-02feature: open org-roam-ui by defaultThomas F. K. Jorna
2021-08-01Convert cite links with an associated node into id links...Currently the `org-roam-ui--send-graphdata` function gets all `id` and `cite` links from the database. They are all sent over the websocket, but nothing is done to handle the cite links, they don't appear in the graph. These are not handled because instead of being an (`id` `id` `type`) tuple, they are (`id` `ref` `type`). This change uses a join in the DB to get the `id` of the node that `ref` is associated with. A map function applied to the list of links converts any cite link whose `ref` has an associated node into an (`id` `id` `type`) tuple (changing the `type` from `"cite"` to `"id"`). This new link is correctly handled and appears in the graph. Brian Lester
2021-08-01made .el MELPA compatibleThomas F. K. Jorna
2021-08-01better docstring and readme for custom themeThomas F. K. Jorna
2021-07-31removed weird function callThomas F. K. Jorna
2021-07-31added clicking without org-protocolThomas F. K. Jorna
2021-07-31maed on save configurableThomas F. K. Jorna
2021-07-31fixed root directiory being set incorrectlyThomas F. K. Jorna
2021-07-31dotted all the ts and crossed the isThomas F. K. Jorna
2021-07-31tried to add expanding follow, and failedThomas F. K. Jorna
2021-07-31added customization for follow behavior'Thomas F. K. Jorna
2021-07-30lots of label customization + fixesThomas F. K. Jorna
2021-07-30Update graph on file saveKirill Rogovoy
2021-07-30Fix node following breaking on minibufferKirill Rogovoy
2021-07-29emacsnode for mlordThomas F. K. Jorna
2021-07-29added proper toggle for followingThomas F. K. Jorna
2021-07-29new functions which do thingsThomas F. K. Jorna
2021-07-29made websocket automatically reconnectThomas F. K. Jorna
2021-07-29added websocket checks and 3d labelsThomas F. K. Jorna
2021-07-29buffer NAMEThomas F. K. Jorna
2021-07-29added minibuf checkThomas F. K. Jorna
2021-07-28added some more tweaksThomas F. K. Jorna
2021-07-28changed theme sync to websocketsThomas F. K. Jorna
2021-07-28added websocket implementationThomas F. K. Jorna
2021-07-27added build files to repoThomas F. K. Jorna
2021-07-27added autoload cookiesThomas F. K. Jorna
2021-07-26minor cleanupsThomas F. K. Jorna
2021-07-26added custom theme for allThomas F. K. Jorna
2021-07-26file viewer, prettier thingsThomas F. K. Jorna
2021-07-25readded theme servletThomas F. K. Jorna
2021-07-25Remove org-roam-ui-link-children-parentsKirill Rogovoy
2021-07-25added parent node viewing toggleThomas F. K. Jorna
2021-07-24added filter and orphan toggleThomas F. K. Jorna
2021-07-24smoother animation + select animation algoThomas F. K. Jorna
2021-07-23Add production buildKirill Rogovoy
2021-07-23Add README and upload production buildKirill Rogovoy
2021-07-23resolving merge conflictsThomas F. K. Jorna
2021-07-23added theme trackingThomas F. K. Jorna
2021-07-22Fix org-roam-id-at-point throwing errors time to timeKirill Rogovoy
2021-07-22Follow the current Emacs node in real timeKirill Rogovoy
2021-07-22added eventsource node trackingThomas F. K. Jorna
2021-07-22updated next-js elisp and switched to mainThomas F. K. Jorna
2021-07-22finished basis for physics tweaksThomas F. K. Jorna
2021-07-20actually have a good let statement instead of working through magicThomas F. K. Jorna
2021-07-20set cors header correctlyThomas F. K. Jorna
2021-07-20fixed let declaration for theme servletThomas F. K. Jorna
2021-07-20WIPKirill Rogovoy
2021-07-19added theme fetchingThomas F. K. Jorna