Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | Merge pull request #203 from egh/fix/106 | Thomas F. K. Jorna | |
2022-01-21 | Remove superfluous debug message (#205) | Jacek Złydach | |
2022-01-17 | Do not assume that a node is the entire file | Erik Hetzner | |
A roam node is no longer necessarily an entire file. It can be a file, or any heading with an id. Fixes #106 | |||
2022-01-04 | fix(dailies): Fix typo in variable name (#196) | Damien Pollet | |
There is no other instance of the name `org-roam-dailies-dir` in either `org-roam-ui` and `org-roam` itself. | |||
2022-01-03 | feat(filter): add option to filter by subdirectory (#190) | Thomas F. K. Jorna | |
2021-12-09 | fix(#183): remove org-roam-dailies requirement | Thomas F. K. Jorna | |
2021-12-04 | fix: add org-attach-id-dir support (#153) | Thomas F. K. Jorna | |
2021-12-04 | feat: add own latex macros | Thomas F. K. Jorna | |
2021-11-12 | feat: add before/after node open hook for delve | Thomas F. K. Jorna | |
2021-11-08 | fix: incorporate MELPA feedback | Thomas F. K. Jorna | |
2021-11-03 | fix: remove references to orui functions | Thomas F. K. Jorna | |
2021-11-02 | fix: remove superfluous paranthesis | Thomas F. K. Jorna | |
2021-11-02 | fix: remove superfluous file-name-concat (#146) | Thomas F. K. Jorna | |
2021-11-02 | chore(melpa): make checkdoc happy | Thomas F. K. Jorna | |
2021-11-02 | chore(melpa): split up gigantic graphdata function | Thomas F. K. Jorna | |
2021-10-28 | chore(melpa): get most lines under 80chars | Thomas F. K. Jorna | |
2021-10-28 | fix: dailies, actually | Thomas F. K. Jorna | |
2021-10-28 | fix: inconsistent casing | Thomas F. K. Jorna | |
2021-10-28 | fix: dailies, once again | Thomas F. K. Jorna | |
2021-10-28 | chore: be nicer about emacsql | Thomas F. K. Jorna | |
2021-10-28 | fix: don't echo 'no node found' every time | Thomas F. K. Jorna | |
2021-10-28 | chore(melpa): make function names consistent | Thomas F. K. Jorna | |
2021-10-28 | chore(melpa): pass as many checks as possible | Thomas F. K. Jorna | |
2021-10-15 | fix: #68 allow for tildes | Thomas F. K. Jorna | |
2021-10-12 | fix: (#68) allow full directories for dailies | Thomas F. K. Jorna | |
2021-10-12 | fix: update uniorg and fix unified deps | Thomas F. K. Jorna | |
2021-10-11 | chore(preview): merge branches | Thomas F. K. Jorna | |
2021-10-09 | feat(preview): image previewing | Thomas F. K. Jorna | |
2021-10-09 | fix: images in preview | Thomas F. K. Jorna | |
2021-10-09 | fix(preview): changed from api routing to emacs server | Thomas F. K. Jorna | |
2021-10-08 | feat(preview): proper file preview with api routing | Thomas F. K. Jorna | |
2021-10-07 | fix: make daily toggle useful | Thomas F. K. Jorna | |
2021-10-07 | feat(preview): hover links + ui upgrade | Thomas F. K. Jorna | |
2021-10-06 | feat: filter dailes (#68) | Thomas F. K. Jorna | |
2021-10-04 | feat(preview): changed text-retrieval to http | Thomas F. K. Jorna | |
2021-09-27 | feat: get org text from emacs | Thomas F. K. Jorna | |
2021-09-21 | Merge branch 'main' of https://github.com/org-roam/org-roam-ui | Thomas F. K. Jorna | |
2021-09-21 | fix: make org-roam-version check more robust | Thomas F. K. Jorna | |
2021-09-19 | fix: make follow-mode work with indirect buffers | Alois Janíček | |
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. | |||
2021-09-15 | fix: #82 split windows sensibly in exwm/webkit | Thomas F. K. Jorna | |
2021-09-11 | fix: don't open roam buffers on top of other buffers #82 | Thomas F. K. Jorna | |
2021-09-07 | Note opens in new window, if current isn't Roam | Zediu Almos | |
2021-08-30 | fix: #78 handle pre-org-cite org-roam-db | Thomas F. K. Jorna | |
2021-08-29 | feat: support org-cite and new org-roam-db citations | Thomas F. K. Jorna | |
2021-08-24 | fix: changed org-roam version check | Thomas F. K. Jorna | |
2021-08-20 | fix: follow mode breaks on org-capture #74 | Thomas F. K. Jorna | |
2021-08-17 | Extract 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-16 | fix: #67, correctly skip non-node headlines | Thomas F. K. Jorna | |
2021-08-16 | feat: link children to parent heading #62 #53 #49 | Thomas F. K. Jorna | |
2021-08-16 | feat: support all citations | Thomas F. K. Jorna | |