summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-21chore: move filter panel to separate componentThomas F. K. Jorna
2021-09-21Merge branch 'main' of https://github.com/org-roam/org-roam-uiThomas F. K. Jorna
2021-09-21fix: make org-roam-version check more robustThomas F. K. Jorna
2021-09-21Merge pull request #88 from AloisJanicek/indirect-buffer-fix...fix: make follow-mode work with indirect buffersThomas F. K. Jorna
2021-09-19fix: make follow-mode work with indirect buffers...Same as in `org-roam-buffer-p`, call `buffer-file-name` with `buffer-base-buffer` which ensures that file name is determined under all circumstances. Alois Janíček
2021-09-15fix: #82 split windows sensibly in exwm/webkitThomas F. K. Jorna
2021-09-15fix: #82 split windows sensibly in exwm/webkitThomas F. K. Jorna
2021-09-13fix: labels did not scale anymoreThomas F. K. Jorna
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....Unfortunately reintroduces #67 slightly. Thomas F. K. Jorna
2021-09-11Merge pull request #84 from Hrothgar32/node-in-new-window...Note opens in new window, if current isn't RoamThomas F. K. Jorna
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)...* 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]>Damien Pollet
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)...Convention appears to be that the name is prefixed by a space, not suffixed.Bram Schoenmakers
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)...- 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.Noboru Ota
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