Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-27 | chore: actually include build | Thomas F. K. Jorna | |
2021-09-25 | chore: build | Thomas F. K. Jorna | |
2021-09-25 | chore: move tweaks to separate subfolder | Thomas F. K. Jorna | |
2021-09-21 | chore: separated out all tweak panels | Thomas F. K. Jorna | |
2021-09-21 | chore: separated out visuals panel and some subpanels | Thomas F. K. Jorna | |
2021-09-21 | chore: separated out physics panel as component | Thomas F. K. Jorna | |
2021-09-21 | chore: separated out more components | Thomas F. K. Jorna | |
2021-09-21 | chore: moved colormenu to separate component | Thomas F. K. Jorna | |
2021-09-21 | chore: move filter panel to separate component | 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-21 | Merge pull request #88 from AloisJanicek/indirect-buffer-fix | Thomas F. K. Jorna | |
fix: make follow-mode work with indirect buffers | |||
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-15 | fix: #82 split windows sensibly in exwm/webkit | Thomas F. K. Jorna | |
2021-09-13 | fix: labels did not scale anymore | Thomas F. K. Jorna | |
2021-09-13 | feat: node scale oom invariance | Thomas F. K. Jorna | |
2021-09-12 | chore: build | Thomas F. K. Jorna | |
2021-09-12 | feat: #70 label text wrapping | Thomas F. K. Jorna | |
2021-09-12 | fix: #81 Ui now loads on empty db | Thomas F. K. Jorna | |
2021-09-12 | fix: #87. Correct heading linking and highlighting. | Thomas F. K. Jorna | |
Unfortunately reintroduces #67 slightly. | |||
2021-09-11 | Merge pull request #84 from Hrothgar32/node-in-new-window | Thomas F. K. Jorna | |
Note opens in new window, if current isn't Roam | |||
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: heading in feature requests | Thomas F. K. Jorna | |
2021-08-30 | fix: update readme to recommend unpinning org-roam | Thomas F. K. Jorna | |
2021-08-30 | Update README.md (#79) | David Thole | |
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-20 | fix: remove service worker. Possibly fixes #61 | Thomas F. K. Jorna | |
2021-08-19 | fix: #73 Remove empty :hook from install suggestions | Thomas F. K. Jorna | |
2021-08-18 | reverted README deletion | Thomas F. K. Jorna | |
2021-08-18 | Delete README.md | 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 | Delete feature_request.md | Thomas F. K. Jorna | |
2021-08-16 | Update issue templates | Thomas F. K. Jorna | |
2021-08-16 | Fix: reword feature request section | 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 | |
2021-08-16 | fix: local mode yielded error sometimes | Thomas F. K. Jorna | |
2021-08-16 | chore: build and merge | Thomas F. K. Jorna | |
2021-08-16 | fix:#65 include citet and citep keywords | Thomas F. K. Jorna | |
2021-08-10 | Fix: #58 | Thomas F. K. Jorna | |
2021-08-09 | Lighter 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-09 | fix: #56 org-preformat-keywords not containing keywords | Thomas F. K. Jorna | |
2021-08-09 | fix: mostly pass checkdoc | Thomas F. K. Jorna | |
2021-08-09 | chore: updated emacs version dep to 27.1 | Thomas F. K. Jorna | |