md-annotator 0.5.7 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,6 +21,7 @@
21
21
  - **Multi-File Support** -- Review multiple files in one session with a tabbed interface
22
22
  - **Linked Navigation** -- Click relative `.md` links to open them as new tabs (wiki-style browsing)
23
23
  - **Mermaid Diagrams** -- Renders `mermaid` code blocks as interactive diagrams with zoom, pan, and source toggle (adapts to light/dark theme)
24
+ - **File References** -- Type `@` in comments to autocomplete and reference other project files
24
25
  - **Export & Import** -- Export annotations as Markdown or JSON; re-import JSON to continue a review later
25
26
  - **Annotation Persistence** -- Annotations auto-save to the server and survive page reloads (validated by content hash)
26
27
  - **Undo / Redo** -- Full undo/redo history for annotations (`Cmd+Z` / `Cmd+Shift+Z`)