Skip to content

tinker-markdown-editor

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

Screenshot

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

  1. Click Open to load a Markdown file, or click New to start a blank document
  2. Write Markdown in the editor panel on the left
  3. The rendered preview updates in real time on the right
  4. Switch between Split View, Editor Only, and Preview Only using the toolbar toggle
  5. Click Save to save changes back to the file

Released under the AGPL-3.0 License.