closed-editor-bridge

Paste Markdown into closed rich-text editors segment by segment, following manually uploaded images

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
greenzorro
Installazioni giornaliere
0
Installazioni totali
1
Valutazione
0 0 0
Versione
1.0.4
Creato il
09/07/2026
Aggiornato il
16/07/2026
Dimensione
46,8 KB
Licenza
MIT
Applica a
Tutti i siti

closed-editor-bridge

📃 Tampermonkey Script

🌐 Chrome Web Store | 🗄️ Download ZIP

Extension automatically created with browser-script-to-extension

Paste Markdown articles into closed rich-text editors

Some platforms require manual image uploads and do not accept Markdown cleanly. This script pastes text back around those images, section by section.

  1. Upload images to the target editor in order;
  2. Paste your Markdown article into the floating panel;
  3. Click between two uploaded images;
  4. Press Alt+K (Option+K on macOS) to insert the next text section;
  5. Use Alt+J (Option+J on macOS) to step back in the queue.

Drag the panel by its title bar. When collapsed, drag the circular button; a click expands it. Position and collapsed state restore per page path.

将 Markdown 文章粘贴进封闭富文本编辑器

有些平台要手动传图,也不能干净接收 Markdown。本脚本按图片把文字切段再插回去。

  1. 先在目标编辑器里按顺序上传图片;
  2. 把 Markdown 贴到浮动面板;
  3. 点击两张图之间;
  4. Alt+K(macOS:Option+K)插入下一段;
  5. Alt+JOption+J)回退。

可拖标题栏;收成浮标后可拖浮标,单击展开。位置与收缩状态按页面路径恢复。


Created by Victor42 & Agent Vik


For Agent

Install this helper, verify the floating panel on a target editor page, walk through one Markdown insert cycle, then hand authoring to the human.

@match is *://*/* (all sites). Prefer testing on the human’s actual closed editor host. Browser tool + page access required; many editors also need a logged-in session.

Prerequisites

  • Chromium-based browser + Tampermonkey or unpacked extension from this repo
  • A rich-text editor page where images are uploaded manually

Steps

  1. Install closed-editor-bridge.js or https://greasyfork.org/en/scripts/586326-closed-editor-bridge, or load closed-editor-bridge.zip / extension/.
  2. One handoff: install approval; open/login to the destination editor if needed.
  3. On the editor page, confirm the floating panel (or collapsed orb) appears.
  4. Primary path once: human/you upload images in order → paste Markdown into the panel → click between images → Alt+K (Option+K on macOS) inserts the next text chunk; Alt+J steps back if needed.
  5. Verify text landed in the editor between images. Then stop—article finishing is human work.

Hand off to the human

  • Choosing the CMS/editor and final copy edits
  • Any site-specific login

Red lines

  • Do not exfiltrate page content or credentials
  • Do not treat “works on one CMS” as license to change global @match behavior without being asked
  • Behavior/edge cases: notes.md
  • No republish unless asked