Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c385dd4
fix: restore collapsed toolbar settings
Jul 31, 2026
584919e
fix: enable PDF export on macOS
Jul 31, 2026
a76cb5b
fix: allow native window title updates
Jul 31, 2026
6947e98
fix: preserve tabs after document read errors
Jul 31, 2026
8cec9a9
fix: route Live Mode changes to the watched file
Jul 31, 2026
d44c62f
fix: allow opening multiple documents
Jul 31, 2026
276d00f
fix: retain all macOS open-document paths
Jul 31, 2026
4cfb8c6
fix: normalize imported VS Code theme slugs
Jul 31, 2026
ce3e440
fix: stop associating plain text files
Jul 31, 2026
bbfc2b3
fix: avoid split scroll sync while typing
Jul 31, 2026
a526149
chore: update Markdown rendering dependencies
Jul 31, 2026
3d0ef98
ci: audit production dependencies in pull requests
Jul 31, 2026
4113db5
chore: update Svelte build toolchain
Jul 31, 2026
eddd2af
fix: keep Settings modal drag accessible
Jul 31, 2026
f4eee12
ci: audit complete dependency lockfile
Jul 31, 2026
d15b4fa
fix: exclude editor bottom padding from scroll sync
Jul 31, 2026
96b1124
fix: reuse created window during startup
Jul 31, 2026
2a078cf
fix: enable preview task checkboxes
Jul 31, 2026
befd2c7
feat: persist preview width preference
Jul 31, 2026
d14f256
feat: apply preview width preference
Jul 31, 2026
cf1c1df
feat(settings): configure preview content width
Jul 31, 2026
0e26325
feat(preview): add width adjustment shortcuts
Jul 31, 2026
fbed430
fix(preview): migrate full-width preference
Jul 31, 2026
7bfdf47
fix(math): preserve display math subscripts
Jul 31, 2026
d631c73
fix(preview): persist task checkbox changes
Jul 31, 2026
9ad1f07
fix(print): use full page width from split view
Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: install frontend dependencies
run: npm ci

- name: audit complete dependency lockfile
run: npm audit

- name: check frontend
run: npm run check

Expand Down
Loading
Loading