summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02update feature backlogThomas F. K. Jorna
2021-08-02feature: tag coloring and filteringThomas F. K. Jorna
2021-08-02feature: rudimentary tag filtering in placeThomas F. K. Jorna
2021-08-02feature: tag filtering lotic and uiThomas F. K. Jorna
2021-08-02feature: make 3d persistantThomas F. K. Jorna
2021-08-02merge: the final oneThomas F. K. Jorna
2021-08-02build: citelinksThomas F. K. Jorna
2021-08-02feature: citation optionsThomas F. K. Jorna
2021-08-02Merge pull request #26 from blester125/mainThomas F. K. Jorna
Convert cite links with an associated node into id links
2021-08-02merge:Thomas F. K. Jorna
2021-08-02feature: open org-roam-ui by defaultThomas F. K. Jorna
2021-08-02fix: changed readme info about hooksThomas F. K. Jorna
2021-08-01Convert cite links with an associated node into id linksBrian 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-02build: fix the never option crashingThomas F. K. Jorna
2021-08-02fix: selecting never will not throw error anymoreThomas F. K. Jorna
2021-08-01fix: made local mode zoom more consistentThomas F. K. Jorna
2021-08-01made .el MELPA compatibleThomas F. K. Jorna
2021-08-01really should add the build by defaultThomas F. K. Jorna
2021-08-01better docstring and readme for custom themeThomas F. K. Jorna
2021-08-01fixed dirty links and included buildThomas F. K. Jorna
2021-08-01fixed filtering for dirty linksThomas F. K. Jorna
2021-08-01removed logs, maybe included complete buildThomas F. K. Jorna
2021-08-01fixed arrow color and added buildThomas F. K. Jorna
2021-08-01added arrowsThomas F. K. Jorna
2021-08-01fixed missing links issueThomas F. K. Jorna
2021-08-01fixed missing links issueThomas F. K. Jorna
2021-07-31removed weird function callThomas F. K. Jorna
2021-07-31removed weird function callThomas F. K. Jorna
2021-07-31added manifest.jsonThomas F. K. Jorna
2021-07-31Update README.mdThomas F. K. Jorna
2021-07-31straight usepackage instructionsThomas F. K. Jorna
2021-07-31Merge pull request #11 from shaunsingh/mainThomas F. K. Jorna
README Fixes
2021-07-31Update README.mdshaunsingh
2021-07-31fixed recipe nameThomas F. K. Jorna
2021-07-31Update README.mdThomas F. K. Jorna
2021-07-31development guidelinesThomas F. K. Jorna
2021-07-31added gpl licenseThomas F. K. Jorna
2021-07-31corrected installation instructionsThomas F. K. Jorna
2021-07-31removed org-protocol referencesThomas F. K. Jorna
2021-07-31moved features because bigThomas F. K. Jorna
2021-07-31add snazzynessThomas F. K. Jorna
2021-07-31included new buildThomas F. K. Jorna
2021-07-31added clicking without org-protocolThomas F. K. Jorna
2021-07-31added pwa compatibilityThomas 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-31include all buildThomas F. K. Jorna
2021-07-31moved themecontext and included buildThomas 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