MarkNode 2.0.27

All Releases

MarkNode 2.0.27 (Beta)

New Features

  • Markdown Validation: Real-time validation detects undefined references, unused definitions, and other markdown issues with visual indicators and detailed tooltips
  • Customizable Editor Layout: New settings to control editor content width, vertical padding, and line wrapping for better reading and writing experience
  • Cross-Project File Operations:
    • Copy and move files/folders between different project windows using drag-and-drop with modifier keys (Alt/Option for copy, drag without modifier for move)
    • Support for keyboard shortcuts: Copy files/folders with Cmd+C/Ctrl+C and paste with Cmd+V/Ctrl+V across project windows
    • Cut operation support with Cmd+X/Ctrl+X for moving files between projects

Improvements

  • Check for Updates: Added “Check for Updates” menu item to the tray menu, app menu (macOS), and File menu (Windows/Linux) for manual update checking with user notification when no updates are available
  • Dot-Prefixed Folder Support: Fixed issue preventing files in dot-prefixed folders (like .dn/, .config/) from being opened in the editor by implementing a custom file reading command that bypasses filesystem restrictions
  • Extended Editor Support: Added syntax highlighting and editing support for common configuration files including .gitignore, .dockerignore, and justfile, making it easier to work with project configuration
  • Enhanced Drag-and-Drop Reliability: Fixed modifier key detection for copy operations - Option key (macOS) or Ctrl key (Windows/Linux) now reliably triggers copy instead of move
  • Improved Directory Handling: Folders now correctly display with folder icons when copied or moved to other projects, maintaining their directory structure
  • Native Clipboard Integration: Files copied to clipboard are stored in native format, allowing paste operations to work seamlessly across project windows
  • Smart Paste Targeting: When no folder is selected, paste operations default to the project root, making file operations more intuitive
  • Reload from Disk: Context menu now shows “Reload from Disk” option even when no files are selected, allowing easy refresh of the entire project tree