Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
384ca97
feat(file-preview): add markdown workspace editing
edgarsskore Mar 24, 2026
fc40ddd
fix(file-preview): remove gap below short markdown previews, tune con…
edgarsskore Mar 27, 2026
8186579
Merge branch 'main' into feat/md-document-editor
edgarsskore Apr 7, 2026
cf10d0e
fix(file-preview): make markdown links clickable in edit mode and sto…
edgarsskore Apr 7, 2026
670ea79
chore: drop unrelated package-lock churn
edgarsskore Apr 8, 2026
ee0f9b1
refactor(file-preview): restructure markdown editor, fix toolbar cons…
edgarsskore Apr 9, 2026
4738477
revert: restore README.md to pre-edit state
edgarsskore Apr 9, 2026
992a733
docs: document File Preview UI and markdown editor in README
wonderwhy-er Apr 14, 2026
4c4f474
docs: add Directory Browser subsection to File Preview UI
wonderwhy-er Apr 14, 2026
8fd8f94
feat(file-preview): always-edit markdown, source-preserving WYSIWYG, …
edgarsskore Apr 15, 2026
5ce649b
fix(file-preview): handle Enter key directly in source, fix edit prev…
edgarsskore Apr 15, 2026
9356981
refactor(file-preview): replace contenteditable markdown editor with …
edgarsskore Apr 16, 2026
b63b0de
refactor(file-preview): clean up dead state and hot-path allocations …
edgarsskore Apr 16, 2026
724766e
fix(file-preview): skip URL-path refresh and drop redundant autosave …
edgarsskore Apr 16, 2026
ff76e25
feat(file-preview): track markdown editor usage
edgarsskore Apr 16, 2026
d960122
test(edit-block): update assertions to new preview-return contract
wonderwhy-er Apr 17, 2026
d9c15a3
fix(file-preview): detect edit_block soft-failures and reload from disk
wonderwhy-er Apr 18, 2026
b31915b
feat(file-preview): show conflict dialog when external changes are de…
wonderwhy-er Apr 18, 2026
a66f873
test(markdown-preview): add structuredContent to edit_block success m…
wonderwhy-er Apr 18, 2026
8e0b27a
Merge remote-tracking branch 'origin/main' into feat/md-document-editor
wonderwhy-er Apr 18, 2026
4dd0b36
fix(file-preview): apply each save hunk independently and report hone…
wonderwhy-er Apr 19, 2026
1d5014a
feat(file-preview): debounced autosave while typing
edgarsskore Apr 20, 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
54 changes: 18 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading