summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-07fix: make daily toggle usefulThomas F. K. Jorna
2021-10-07feat(preview): hover links + ui upgradeThomas F. K. Jorna
2021-10-06feat: filter dailes (#68)Thomas F. K. Jorna
2021-10-06chore: buildThomas F. K. Jorna
2021-10-06feat: theme selectorThomas F. K. Jorna
2021-10-05fix: expanding local graph (#92)Thomas F. K. Jorna
2021-10-05feat(preview): filesystem basics in placeThomas F. K. Jorna
2021-10-04feat(preview): changed text-retrieval to httpThomas F. K. Jorna
2021-10-04fix: made viewer workThomas F. K. Jorna
2021-10-01chore: build and cleanThomas F. K. Jorna
2021-10-01feat: basic preview featureThomas F. K. Jorna
2021-09-27chore: actually include buildThomas F. K. Jorna
2021-09-27chore: cleanup some dependenciesThomas F. K. Jorna
2021-09-27feat: get org text from emacsThomas F. K. Jorna
2021-09-25feat: added uniorg functionThomas F. K. Jorna
2021-09-25chore: buildThomas F. K. Jorna
2021-09-25chore: move tweaks to separate subfolderThomas F. K. Jorna
2021-09-21chore: separated out all tweak panelsThomas F. K. Jorna
2021-09-21chore: separated out visuals panel and some subpanelsThomas F. K. Jorna
2021-09-21chore: separated out physics panel as componentThomas F. K. Jorna
2021-09-21chore: separated out more componentsThomas F. K. Jorna
2021-09-21chore: moved colormenu to separate componentThomas F. K. Jorna
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