summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-13feat: node scale oom invarianceThomas F. K. Jorna
2021-09-12chore: buildThomas F. K. Jorna
2021-09-12feat: #70 label text wrappingThomas F. K. Jorna
2021-09-12fix: #81 Ui now loads on empty dbThomas F. K. Jorna
2021-09-12fix: #87. Correct heading linking and highlighting.Thomas F. K. Jorna
Unfortunately reintroduces #67 slightly.
2021-09-11Merge pull request #84 from Hrothgar32/node-in-new-windowThomas F. K. Jorna
Note opens in new window, if current isn't Roam
2021-09-11fix: don't open roam buffers on top of other buffers #82Thomas F. K. Jorna
2021-09-07Note opens in new window, if current isn't RoamZediu Almos
2021-08-30fix: heading in feature requestsThomas F. K. Jorna
2021-08-30fix: update readme to recommend unpinning org-roamThomas F. K. Jorna
2021-08-30Update README.md (#79)David Thole
2021-08-30fix: #78 handle pre-org-cite org-roam-dbThomas F. K. Jorna
2021-08-29feat: support org-cite and new org-roam-db citationsThomas F. K. Jorna
2021-08-24fix: changed org-roam version checkThomas F. K. Jorna
2021-08-20fix: follow mode breaks on org-capture #74Thomas F. K. Jorna
2021-08-20fix: remove service worker. Possibly fixes #61Thomas F. K. Jorna
2021-08-19fix: #73 Remove empty :hook from install suggestionsThomas F. K. Jorna
2021-08-18reverted README deletionThomas F. K. Jorna
2021-08-18Delete README.mdThomas F. K. Jorna
2021-08-17Extract org-roam-ui-open command from minor mode (#69)Damien Pollet
* Extract org-roam-ui-open command from minor mode The new command allows reopening the web UI without toggling the whole mode off and on again. Eliminates hardcoded port in URL string, using org-roam-ui-port variable instead. IMHO a better distribution of responsibilities: - org-roam-ui-open opens the web UI (and that may require enabling the minor mode) - org-roam-ui-mode makes web service and websocket available * misc: change function prefix to orui Co-authored-by: Thomas F. K. Jorna <[email protected]>
2021-08-16fix: #67, correctly skip non-node headlinesThomas F. K. Jorna
2021-08-16Delete feature_request.mdThomas F. K. Jorna
2021-08-16Update issue templatesThomas F. K. Jorna
2021-08-16Fix: reword feature request sectionThomas F. K. Jorna
2021-08-16feat: link children to parent heading #62 #53 #49Thomas F. K. Jorna
2021-08-16feat: support all citationsThomas F. K. Jorna
2021-08-16fix: local mode yielded error sometimesThomas F. K. Jorna
2021-08-16chore: build and mergeThomas F. K. Jorna
2021-08-16fix:#65 include citet and citep keywordsThomas F. K. Jorna
2021-08-10Fix: #58Thomas F. K. Jorna
2021-08-09Lighter name should be prefixed by space (#54)Bram Schoenmakers
Convention appears to be that the name is prefixed by a space, not suffixed.
2021-08-09fix: #56 org-preformat-keywords not containing keywordsThomas F. K. Jorna
2021-08-09fix: mostly pass checkdocThomas F. K. Jorna
2021-08-09chore: updated emacs version dep to 27.1Thomas F. K. Jorna
2021-08-09chore: update build filesKirill Rogovoy
2021-08-09fix: broken lock files + double clickKirill Rogovoy
2021-08-09doc: README manual installation (#51)Noboru Ota
- Add installing `simple-httpd` I had an error loading org-roam-ui (on Emacs 27.2 vanilla) - Remove `(require 'webisocket) Redundant; it's required at the top of org-roam-ui) I confirm that this works on my end -- Emacs 27.2 vanilla on Windows. Thank you.
2021-08-09chore: solve merge conflictsThomas F. K. Jorna
2021-08-08chore: buildThomas F. K. Jorna
2021-08-08feat: much smoother local modeThomas F. K. Jorna
2021-08-08refactor: housekeepingKirill Rogovoy
2021-08-08chore: build fixThomas F. K. Jorna
2021-08-08fix: #39 and similar issuesThomas F. K. Jorna
2021-08-07chore: buildThomas F. K. Jorna
2021-08-07fix: correct label background text and .el cleanupThomas F. K. Jorna
2021-08-07feat: configurable label size and lengthThomas F. K. Jorna
2021-08-07chore: remove test filesThomas F. K. Jorna
2021-08-07fix: no bare boundp in ifletThomas F. K. Jorna
2021-08-06chore: mergeThomas F. K. Jorna
2021-08-06fix: set orb-keywords if not thereThomas F. K. Jorna