Skip to content

tinker-notepad

A lightweight text editor plugin for TINKER, powered by Monaco Editor with syntax highlighting and language detection.

Screenshot

Features

  • Monaco Editor — edit text with syntax highlighting, line numbers, and word wrap
  • Language detection — automatically detects file language based on file extension
  • File operations — create new files, open existing text files, save and save as
  • Unsaved changes detection — track modifications with file change indicator
  • Undo/Redo — full undo and redo support
  • Search — built-in search functionality via Monaco Editor
  • Clipboard support — copy content or paste from clipboard
  • Font size adjustment — increase or decrease editor font size
  • Cursor position — display current line and column number in the toolbar

Usage

  1. Launch the plugin to start editing in a blank document
  2. Click Open to load a text file, or click New to create a blank document
  3. Edit text with syntax highlighting powered by Monaco Editor
  4. Use the Search button or keyboard shortcut to find text within the document
  5. Adjust the font size using the Zoom In and Zoom Out buttons
  6. Click Save to save changes back to the file

Released under the AGPL-3.0 License.