Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-02 | merge: the final one | Thomas F. K. Jorna | |
2021-08-02 | build: citelinks | Thomas F. K. Jorna | |
2021-08-02 | feature: citation options | Thomas F. K. Jorna | |
2021-08-02 | Merge pull request #26 from blester125/main | Thomas F. K. Jorna | |
Convert cite links with an associated node into id links | |||
2021-08-02 | merge: | Thomas F. K. Jorna | |
2021-08-02 | feature: open org-roam-ui by default | Thomas F. K. Jorna | |
2021-08-02 | fix: changed readme info about hooks | Thomas F. K. Jorna | |
2021-08-01 | Convert cite links with an associated node into id links | Brian Lester | |
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. | |||
2021-08-02 | build: fix the never option crashing | Thomas F. K. Jorna | |
2021-08-02 | fix: selecting never will not throw error anymore | Thomas F. K. Jorna | |
2021-08-01 | fix: made local mode zoom more consistent | Thomas F. K. Jorna | |
2021-08-01 | made .el MELPA compatible | Thomas F. K. Jorna | |
2021-08-01 | really should add the build by default | Thomas F. K. Jorna | |
2021-08-01 | better docstring and readme for custom theme | Thomas F. K. Jorna | |
2021-08-01 | fixed dirty links and included build | Thomas F. K. Jorna | |
2021-08-01 | fixed filtering for dirty links | Thomas F. K. Jorna | |
2021-08-01 | removed logs, maybe included complete build | Thomas F. K. Jorna | |
2021-08-01 | fixed arrow color and added build | Thomas F. K. Jorna | |
2021-08-01 | added arrows | Thomas F. K. Jorna | |
2021-08-01 | fixed missing links issue | Thomas F. K. Jorna | |
2021-08-01 | fixed missing links issue | Thomas F. K. Jorna | |
2021-07-31 | removed weird function call | Thomas F. K. Jorna | |
2021-07-31 | removed weird function call | Thomas F. K. Jorna | |
2021-07-31 | added manifest.json | Thomas F. K. Jorna | |
2021-07-31 | Update README.md | Thomas F. K. Jorna | |
2021-07-31 | straight usepackage instructions | Thomas F. K. Jorna | |
2021-07-31 | Merge pull request #11 from shaunsingh/main | Thomas F. K. Jorna | |
README Fixes | |||
2021-07-31 | Update README.md | shaunsingh | |
2021-07-31 | fixed recipe name | Thomas F. K. Jorna | |
2021-07-31 | Update README.md | Thomas F. K. Jorna | |
2021-07-31 | development guidelines | Thomas F. K. Jorna | |
2021-07-31 | added gpl license | Thomas F. K. Jorna | |
2021-07-31 | corrected installation instructions | Thomas F. K. Jorna | |
2021-07-31 | removed org-protocol references | Thomas F. K. Jorna | |
2021-07-31 | moved features because big | Thomas F. K. Jorna | |
2021-07-31 | add snazzyness | Thomas F. K. Jorna | |
2021-07-31 | included new build | Thomas F. K. Jorna | |
2021-07-31 | added clicking without org-protocol | Thomas F. K. Jorna | |
2021-07-31 | added pwa compatibility | 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 | include all build | Thomas F. K. Jorna | |
2021-07-31 | moved themecontext and included build | 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-31 | removed debugging messages which made things slow | Thomas F. K. Jorna | |
2021-07-31 | got rid of type errors | Thomas F. K. Jorna | |
2021-07-31 | refactoring | Thomas F. K. Jorna | |
2021-07-31 | added click customization | Thomas F. K. Jorna | |