This project is a fork of Draw Note (zhaouv/vscode-markdown-draw) and changes to tldraw as the whiteboard engine.
- Identical UI and Editor: The same user interface and editing experience as the official extension.
- No CDN Dependency: Avoids loading files from
https://cdn.tldraw.com
, relying instead on local files for faster loading times. - Enhanced File Compatibility:
- Does not use
.tldr
files, which require specific extensions to open. - Uses SVG and inline SVG formats, making it easily previewable in most cases and allowing for seamless re-editing.
- Does not use
This project is licensed under the MIT License.