diff --git a/README.md b/README.md index 5ddfb1f9..89ee4b39 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ Turn a document into a Share Snapshot link for quick handoffs, or start access-c ## Highlights -- **Workspace and documents:** organize as many documents as available device storage permits in nested folders; use Recent, Favorites, search, tabs, bulk actions, and an encrypted Secret Workspace. +- **Workspace and documents:** organize documents in nested folders with per-document IndexedDB storage on the web; use Recent, Favorites, search, tabs, bulk actions, and an encrypted Secret Workspace. +- **Backup and restore:** export or import complete workspace ZIPs while preserving folders and optional encrypted Secret Workspace files. - **Editing and review:** switch among Editor, Split view, and Preview; use formatting tools, custom undo/redo, Find and Replace, LTR/RTL direction, comments, and suggestions. - **Markdown rendering:** use CommonMark-style Markdown, GitHub-Flavored Markdown (GFM), tables, task lists, alerts, footnotes, definition lists, syntax highlighting, sanitized HTML, and MathJax. - **Visual content:** render Mermaid, PlantUML, Graphviz/DOT, D2, Vega-Lite, WaveDrom, Markmap, GeoJSON, TopoJSON, STL, and ABC notation. @@ -152,10 +153,6 @@ Remote renderer services receive the source of the diagram they render. Do not s ## Important Limits -- Markdown Viewer does not impose a document-count limit. The practical limit is available browser or filesystem storage. -- Browser documents use per-document IndexedDB records and load content on demand. Browser storage is best-effort by default; **Storage and Backup** reports usage and status, exports a complete ZIP backup, or restores one. -- Desktop workspace documents live as ordinary `.md` files under the fixed `Documents/Markdown Viewer Vault` path. App upgrades and executable replacement do not remove that vault. -- Workspace backup ZIPs preserve folders and can include Secret Workspace ciphertext. Secure files remain encrypted and require the original access key after import. - A local Markdown file larger than 10 MB is rejected. - The public GitHub importer shows at most 30 Markdown files for a repository or folder result. - Managed source media is limited to 25 MiB before processing; stored payload limits are 300 KiB for still images, 5 MiB for GIFs, and 10 MiB for videos.