summaryrefslogtreecommitdiff
path: root/components/Sidebar
AgeCommit message (Collapse)Author
2022-01-29fix(preview): change typing on previewnode for backlinksThomas F. K. Jorna
2022-01-29feat(preview): remove heading if heading is titleThomas F. K. Jorna
2022-01-17Do not assume that a node is the entire fileErik Hetzner
A roam node is no longer necessarily an entire file. It can be a file, or any heading with an id. Fixes #106
2021-12-04fix: add org-attach-id-dir support (#153) Thomas F. K. Jorna
2021-12-04feat: add own latex macrosThomas F. K. Jorna
2021-11-17fix(preview): just ditch next imageThomas F. K. Jorna
2021-11-16fix(preview): proper image scaling Thomas F. K. Jorna
2021-11-13Feat: Markdown file previewing (#152)Thomas F. K. Jorna
* feat(md): initial support for md-roam * feat(md): link support and more for md * fix(md): add missing remark math package
2021-11-02Feat/collapse: add collapsible/toggleable headers and outline layout in the ↵Thomas F. K. Jorna
preview panel (#139) * feat(preview): collapsible headings * feat(preview): collapsible headings * feat(collapse): change icons for headings * feat(collapse): * feat(collapse): use new uniorg and better looks * feat(collapse): fix typescript errors * fix(ci): better filter * feat(collapse): more small adjustments * feat(collapse): collapse all button * fix(collapse): fix global css * fix(cd): remove yarn and add export * fix(collapse): type-errors * fix(cd): fix format-all fucking up yml
2021-10-18feat: exclude nodes from local graph (#115)Thomas F. K. Jorna
2021-10-17fix(#118): link bugfixesThomas F. K. Jorna
2021-10-14fix: show external http linksThomas F. K. Jorna
2021-10-14fix: display non-rel imageThomas F. K. Jorna
2021-10-12fix: (#103) remembered how to use scrollbarsThomas F. K. Jorna
2021-10-12fix: (#102) ugly scrollbarsThomas F. K. Jorna
2021-10-11feat(preview): tag display and scroll fixThomas F. K. Jorna
2021-10-11chore: buildThomas F. K. Jorna
2021-10-11feat(preview): ui redoThomas F. K. Jorna
2021-10-09feat(preview): node historyThomas F. K. Jorna
2021-10-09fix(preview): links in preview showing wrong nameThomas F. K. Jorna
2021-10-09feat(preview): image previewingThomas F. K. Jorna
2021-10-09fix: correct image exportThomas F. K. Jorna
2021-10-09fix: fetching errorThomas 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-07feat(preview): hover links + ui upgradeThomas 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