Age | Commit message (Expand) | Author |
---|---|---|
2021-08-01 | Convert 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-01 | made .el MELPA compatible | Thomas F. K. Jorna |
2021-08-01 | better docstring and readme for custom theme | Thomas F. K. Jorna |
2021-07-31 | removed weird function call | Thomas F. K. Jorna |
2021-07-31 | added clicking without org-protocol | Thomas F. K. Jorna |
2021-07-31 | maed on save configurable | Thomas F. K. Jorna |
2021-07-31 | fixed root directiory being set incorrectly | Thomas F. K. Jorna |
2021-07-31 | dotted all the ts and crossed the is | Thomas F. K. Jorna |
2021-07-31 | tried to add expanding follow, and failed | Thomas F. K. Jorna |
2021-07-31 | added customization for follow behavior' | Thomas F. K. Jorna |
2021-07-30 | lots of label customization + fixes | Thomas F. K. Jorna |
2021-07-30 | Update graph on file save | Kirill Rogovoy |
2021-07-30 | Fix node following breaking on minibuffer | Kirill Rogovoy |
2021-07-29 | emacsnode for mlord | Thomas F. K. Jorna |
2021-07-29 | added proper toggle for following | Thomas F. K. Jorna |
2021-07-29 | new functions which do things | Thomas F. K. Jorna |
2021-07-29 | made websocket automatically reconnect | Thomas F. K. Jorna |
2021-07-29 | added websocket checks and 3d labels | Thomas F. K. Jorna |
2021-07-29 | buffer NAME | Thomas F. K. Jorna |
2021-07-29 | added minibuf check | Thomas F. K. Jorna |
2021-07-28 | added some more tweaks | Thomas F. K. Jorna |
2021-07-28 | changed theme sync to websockets | Thomas F. K. Jorna |
2021-07-28 | added websocket implementation | Thomas F. K. Jorna |
2021-07-27 | added build files to repo | Thomas F. K. Jorna |
2021-07-27 | added autoload cookies | Thomas F. K. Jorna |
2021-07-26 | minor cleanups | Thomas F. K. Jorna |
2021-07-26 | added custom theme for all | Thomas F. K. Jorna |
2021-07-26 | file viewer, prettier things | Thomas F. K. Jorna |
2021-07-25 | readded theme servlet | Thomas F. K. Jorna |
2021-07-25 | Remove org-roam-ui-link-children-parents | Kirill Rogovoy |
2021-07-25 | added parent node viewing toggle | Thomas F. K. Jorna |
2021-07-24 | added filter and orphan toggle | Thomas F. K. Jorna |
2021-07-24 | smoother animation + select animation algo | Thomas F. K. Jorna |
2021-07-23 | Add production build | Kirill Rogovoy |
2021-07-23 | Add README and upload production build | Kirill Rogovoy |
2021-07-23 | resolving merge conflicts | Thomas F. K. Jorna |
2021-07-23 | added theme tracking | Thomas F. K. Jorna |
2021-07-22 | Fix org-roam-id-at-point throwing errors time to time | Kirill Rogovoy |
2021-07-22 | Follow the current Emacs node in real time | Kirill Rogovoy |
2021-07-22 | added eventsource node tracking | Thomas F. K. Jorna |
2021-07-22 | updated next-js elisp and switched to main | Thomas F. K. Jorna |
2021-07-22 | finished basis for physics tweaks | Thomas F. K. Jorna |
2021-07-20 | actually have a good let statement instead of working through magic | Thomas F. K. Jorna |
2021-07-20 | set cors header correctly | Thomas F. K. Jorna |
2021-07-20 | fixed let declaration for theme servlet | Thomas F. K. Jorna |
2021-07-20 | WIP | Kirill Rogovoy |
2021-07-19 | added theme fetching | Thomas F. K. Jorna |
2021-07-17 | Clear out unused code | Kirill Rogovoy |
2021-07-17 | made server host on root | Thomas F. K. Jorna |
2021-07-17 | Add a servlet to serve the web app build | Kirill Rogovoy |