Project

General

Profile

Plugins Directory » redmine_monaco_editor

Author: Suguru Ochiai
Website: https://github.com/ochipin/redmine_monaco_editor
Code repository: https://github.com/ochipin/redmine_monaco_editor
Registered on: 2026-06-02 (1 day ago)
Current version: 0.4.3
Compatible with: Redmine 6.1.x
User ratings:   (0)

Replaces Redmine's default textarea with Monaco Editor (the engine behind VS Code).

Features

  • Syntax highlighting for all languages
  • Edit / Split / Vertical split / Preview modes
  • Outline panel, scroll sync
  • Toolbar with decorations (bold, italic, headings, tables, image picker, etc.)
  • @mention completion, #ticket tooltip
  • Fullscreen mode
  • Markdown & Textile support
  • Per-user settings (enable/disable, theme, font size)
  • Works completely offline — Monaco bundled, no external CDN
  • No database migration required

Installation notes

Requires Redmine 6.0.0+ (Propshaft environment).
See README for installation steps including Monaco assets placement.

Changelog

0.4.3 (2026-06-03)

Compatible with Redmine 6.1.x.

  1. What's new in v0.4.3

- Added macro completion: type `{{` to get suggestions for available macros (built-in + other plugins like DMSF/drawio), with descriptions.
- Added wiki link completion: type `[[` to link wiki pages across projects. Also works inside `{{include(` and `{{child_pages(`.
- Added "Insert macro" and "Insert wiki link" toolbar buttons.
- `{{thumbnail}}` images can now be zoomed inline in the preview.
- @mentions are now resolved server-side, so they work in any UI language.
- Fixed completion and tooltips not showing in fullscreen mode.

0.2.0 (2026-06-02)

Compatible with Redmine 6.1.x.