summaryrefslogtreecommitdiff
path: root/org-roam-ui.el
AgeCommit message (Expand)Author
2021-11-03fix: remove references to orui functionsThomas F. K. Jorna
2021-11-02fix: remove superfluous paranthesisThomas F. K. Jorna
2021-11-02fix: remove superfluous file-name-concat (#146)Thomas F. K. Jorna
2021-11-02chore(melpa): make checkdoc happyThomas F. K. Jorna
2021-11-02chore(melpa): split up gigantic graphdata functionThomas F. K. Jorna
2021-10-28chore(melpa): get most lines under 80charsThomas F. K. Jorna
2021-10-28fix: dailies, actuallyThomas F. K. Jorna
2021-10-28fix: inconsistent casingThomas F. K. Jorna
2021-10-28fix: dailies, once againThomas F. K. Jorna
2021-10-28chore: be nicer about emacsqlThomas F. K. Jorna
2021-10-28fix: don't echo 'no node found' every timeThomas F. K. Jorna
2021-10-28chore(melpa): make function names consistentThomas F. K. Jorna
2021-10-28chore(melpa): pass as many checks as possibleThomas F. K. Jorna
2021-10-15fix: #68 allow for tildesThomas F. K. Jorna
2021-10-12fix: (#68) allow full directories for dailiesThomas F. K. Jorna
2021-10-12fix: update uniorg and fix unified depsThomas F. K. Jorna
2021-10-11chore(preview): merge branchesThomas F. K. Jorna
2021-10-09feat(preview): image previewingThomas F. K. Jorna
2021-10-09fix: images in previewThomas F. K. Jorna
2021-10-09fix(preview): changed from api routing to emacs serverThomas F. K. Jorna
2021-10-08feat(preview): proper file preview with api routingThomas F. K. Jorna
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-04feat(preview): changed text-retrieval to httpThomas F. K. Jorna
2021-09-27feat: get org text from emacsThomas 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-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-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: #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-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-16feat: link children to parent heading #62 #53 #49Thomas F. K. Jorna
2021-08-16feat: support all citationsThomas 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-08feat: much smoother local modeThomas F. K. Jorna
2021-08-07fix: correct label background text and .el cleanupThomas F. K. Jorna
2021-08-07fix: no bare boundp in ifletThomas F. K. Jorna