summaryrefslogtreecommitdiff
path: root/pages
AgeCommit message (Collapse)Author
2021-08-07fix: no bare boundp in ifletThomas F. K. Jorna
2021-08-06features!: context menu, better ui, and smoother updatesThomas F. K. Jorna
2021-08-05feature: added slider for node scaleThomas F. K. Jorna
2021-08-05fix: update notes smoothlyThomas F. K. Jorna
2021-08-05feature: context menu and slightly less jumpy graphThomas F. K. Jorna
2021-08-04fix: added ref/cite colors to highlight memoThomas F. K. Jorna
2021-08-03fix: fixed filtering with citation nodesThomas F. K. Jorna
2021-08-03Merge branch 'main' into mainThomas F. K. Jorna
2021-08-03feature: citelink highlight colorThomas F. K. Jorna
2021-08-03feature: tagwhitelist + better compatibility with existing filtersThomas F. K. Jorna
2021-08-03fix: set tags to [] if no tags are foundThomas F. K. Jorna
2021-08-02Process org-roam-bibtex citations links differently depending on if theyBrian Lester
have an associated node. It is easy to imagine how overlapping citations could clue one into connections about otherwise un-related work and generate insights. However, `org-roam-ui` currently only shows citation links when the `target` of the link has an associated node, that is, a node with a matching `:ROAM_REFS:` property. Often one doesn't have a note for every single thing they cite, and requiring them to create an empty note is a bad user experience and something that would often be forgotten. Without having citations links without associated nodes, connections in a users notes will most likely be missed. This change splits the handling of `org-roam-bibtex` citations links into two categories, a citation link (when the target of the link does not have an associated node, a node with a matching `:ROAM_REFS:`) and a reference link (when the target of the link does have a node). Reasoning for the naming is that a citation in a paper is generally just a link to it, there is no extra commentary from you when that link if followed, while a reference sound more like something you would refer to for information, i.e. the notes you took in the attached node. I am willing to flip the names if we want though. Citations and References are customizable separately, with new menu items for node/link color and dashed links added for Reference links. A new filter option has also been added, the new switch `Citations without note files` will remove all Citation nodes (and links to them) when activated. On the emacs side, this in implemented by using a new link type keyword, `"ref"`, for any cite link where the target has an underlying node (a node with a matching `:ROAM_REFS:` property). Links with this new type are styled according to the new Ref styles in the UI. Any cite link where the target does _not_ have an underlying node is left as a `"cite"` link. Additionally, this set of link targets without associated nodes is used to create fake nodes. These fake nodes have the `ref` key (the link target) as their `id`, `file`, `title`, and `.properties.ROAM_REFS`. Their `level` is set to `0`, and a new property, `FILELESS`, is set to `t`. Their id is used for actually connecting links in the UI, and the new `.properties.FILELESS` is used to styling a Citation vs a Reference node. Theoretically, if we wanted to depend on `org-roam-bibtex`, and pay the cost of look up citation information in the bibliography, we could use the citation key to look up an actual title in the bibtex bibliography during node creation, but that seems like it could get heavy for large numbers of citations.
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-02feature: citation optionsThomas F. K. Jorna
2021-08-01fix: made local mode zoom more consistentThomas F. K. Jorna
2021-08-01fixed filtering for dirty linksThomas 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-07-31added clicking without org-protocolThomas 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
2021-07-31removed debugging messages which made things slowThomas F. K. Jorna
2021-07-31refactoringThomas F. K. Jorna
2021-07-31added click customizationThomas F. K. Jorna
2021-07-31paddingThomas F. K. Jorna
2021-07-31more ui improvements, better defaultsThomas F. K. Jorna
2021-07-31removed ! which made orphans failThomas F. K. Jorna
2021-07-31ui updatesThomas F. K. Jorna
2021-07-30added extra check for wanting labels in 3dThomas F. K. Jorna
2021-07-30removed notworking slider customizationThomas F. K. Jorna
2021-07-30lots of label customization + fixesThomas F. K. Jorna
2021-07-30Update graph on file saveKirill Rogovoy
2021-07-30Prevent graph from shivering on clickKirill Rogovoy
2021-07-30Fix node following breaking on minibufferKirill Rogovoy
2021-07-29emacsnode for mlordThomas F. K. Jorna
2021-07-29onBackgroundClick: don't cause unneccessary rerenders + reset hoverNodeKirill Rogovoy
2021-07-29Bring back label backgroundsKirill Rogovoy
2021-07-29zooommmThomas F. K. Jorna
2021-07-29Refactoring: simplify another useMemoKirill Rogovoy
2021-07-29Refactoring: kill superfluous useMemoKirill Rogovoy
2021-07-29forward graphRef to the top componentKirill Rogovoy
2021-07-29Refactoring: scopedLinksKirill Rogovoy
2021-07-29solve merge conflictsThomas F. K. Jorna
2021-07-29solve merge conflictsThomas F. K. Jorna
2021-07-29new functions which do thingsThomas F. K. Jorna