Go to file
Tianyang 39761b4ce7 fix: lock sidebar width and add rendered markdown preview
Sidebar overflowed horizontally on long file/folder names, which broke
vertical scrolling too — locked width with min/max-width plus
overflow-x: hidden, and truncate folder names with ellipsis.

Documents now open in a rendered preview (marked + DOMPurify) by
default, with an 编辑/预览 toggle to switch to the CodeMirror source view.
2026-08-01 18:30:50 +08:00
backend fix: add image preview and replace Monaco with CodeMirror 6 2026-08-01 18:12:19 +08:00
frontend fix: lock sidebar width and add rendered markdown preview 2026-08-01 18:30:50 +08:00
.gitignore chore: stop tracking docs/ (spec and plan are local-only artifacts) 2026-08-01 09:20:18 +08:00
docker-compose.yml refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00