mirror of
https://github.com/vadimmelnicuk/meo.git
synced 2026-05-04 13:10:42 +00:00
d299d80253afeb2d7eec351dcf304e86ee9f1874
MEO - Markdown Editor Optimized
A native VS Code custom editor for Markdown files powered by CodeMirror 6 with live preview mode.
Features
- Custom editor for
.mdfiles with live preview and modern toolbar - Uses VS Code color tokens and layout guidance
- Live mode hides markdown syntax markers outside active blocks
- Source mode with full syntax highlighting
Development
Install dependencies:
bun install:all
Build the extension and webview:
bun run build
Run extension in development mode:
FN+F5 (or F5) in VS Code to launch the extension in a new window with the webview.
Usage
- Open a
.mdfile. - Run the command
Markdown Editor Optimized: Open With Editor. - Set as default editor if desired.
Languages
TypeScript
92.8%
CSS
6.2%
JavaScript
1%