Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-12 | chore(preview): update uniorg to 0.4.5 | Alexey Shmalko | |
0.4.0 has a couple of bugs with handling lists and headlines. Update to 0.4.5 which has them fixed. | |||
2021-10-12 | fix: (#103) remembered how to use scrollbars | Thomas F. K. Jorna | |
2021-10-12 | Merge branch 'main' of https://github.com/org-roam/org-roam-ui into sidebar | Thomas F. K. Jorna | |
2021-10-12 | fix: (#102) ugly scrollbars | Thomas F. K. Jorna | |
2021-10-11 | Merge pull request #101 from org-roam/sidebar | Thomas F. K. Jorna | |
feat: Add file preview functionality | |||
2021-10-11 | feat(preview): update Readme | Thomas F. K. Jorna | |
2021-10-11 | chore: cleanup some logs | Thomas F. K. Jorna | |
2021-10-11 | feat(preview): tag display and scroll fix | Thomas F. K. Jorna | |
2021-10-11 | chore: merge and build preview | Thomas F. K. Jorna | |
2021-10-11 | chore(preview): package-lock | Thomas F. K. Jorna | |
2021-10-11 | chore(preview): merge branches | Thomas F. K. Jorna | |
2021-10-11 | chore: build | Thomas F. K. Jorna | |
2021-10-11 | feat(preview): ui redo | Thomas F. K. Jorna | |
2021-10-10 | fix: link to new discussion in the readme | Thomas F. K. Jorna | |
2021-10-09 | feat(preview): node history | Thomas F. K. Jorna | |
2021-10-09 | fix(preview): links in preview showing wrong name | Thomas F. K. Jorna | |
2021-10-09 | feat(preview): image previewing | Thomas F. K. Jorna | |
2021-10-09 | fix: add build | Thomas F. K. Jorna | |
2021-10-09 | fix: correct image export | Thomas F. K. Jorna | |
2021-10-09 | fix: fetching error | 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-06 | chore: build | Thomas F. K. Jorna | |
2021-10-06 | feat: theme selector | Thomas F. K. Jorna | |
2021-10-05 | fix: expanding local graph (#92) | Thomas F. K. Jorna | |
2021-10-05 | feat(preview): filesystem basics in place | Thomas F. K. Jorna | |
2021-10-04 | feat(preview): changed text-retrieval to http | Thomas F. K. Jorna | |
2021-10-04 | fix: made viewer work | Thomas F. K. Jorna | |
2021-10-01 | chore: build and clean | Thomas F. K. Jorna | |
2021-10-01 | feat: basic preview feature | Thomas F. K. Jorna | |
2021-09-27 | chore: actually include build | Thomas F. K. Jorna | |
2021-09-27 | chore: cleanup some dependencies | Thomas F. K. Jorna | |
2021-09-27 | feat: get org text from emacs | Thomas F. K. Jorna | |
2021-09-25 | feat: added uniorg function | 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. |