closed-editor-bridge

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

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
greenzorro
Dagelijks aantal installaties
0
Totaal aantal installaties
1
Beoordelingen
0 0 0
Versie
1.0.4
Gemaakt op
09-07-2026
Bijgewerkt op
16-07-2026
Grootte
46,8 KB
Licentie
MIT
Wordt toegepast op
Alle websites

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