tinker-markdown-editor
A Markdown editor plugin for TINKER, with live preview and split view powered by Monaco Editor.

Features
- Monaco Editor — edit Markdown with syntax highlighting via Monaco Editor
- Live preview — real-time rendered Markdown preview with synchronized scrolling
- View modes — split view, editor only, or preview only
- File operations — create new files, open existing Markdown files, save and save as
- Unsaved changes detection — track modifications with file change indicator
- Undo/Redo — full undo and redo support
- Clipboard support — copy Markdown content or paste from clipboard
- Line count — display the number of lines in the editor
Usage
- Click Open to load a Markdown file, or click New to start a blank document
- Write Markdown in the editor panel on the left
- The rendered preview updates in real time on the right
- Switch between Split View, Editor Only, and Preview Only using the toolbar toggle
- Click Save to save changes back to the file