Dropbox | Slate Editor — Copy & Markdown Render

Copy Dropbox Slate editor content with preserved line breaks, render .md files as formatted HTML or hybrid-styled Markdown, with segmented toolbar controls and persistent mode preference.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

Advertisement:

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

Advertisement:

작성자
piknockyou
일일 설치 수
0
총 설치 수
2
평점
0 0 0
버전
4.1
생성일
2026-02-26
갱신일
2026-02-26
크기
26.3KB
라이선스
AGPL-3.0
적용 사이트

☕ If you find this tool helpful & would like to support its maintenance, please consider leaving a tip on:

https://ko-fi.com/piknockyou

Thank you! :-)


🖼 For a quick impression of this script, refer to the screenshots at the bottom.


Dropbox | Slate Editor — Copy & Markdown Render

Supercharge Dropbox's plain text and Markdown editor. Adds a floating toolbar to perfectly copy text with line breaks preserved, plus live VS Code-style syntax highlighting and full HTML Markdown rendering.


Why You Need This

Viewing and copying text files (.md, .txt) in Dropbox is frustrating:

  • No Markdown Support: Dropbox renders Markdown files as raw, unformatted plain text.
  • Broken Copy/Paste: Selecting text inside Dropbox's readonly "Slate" editor often loses line breaks (pasting as one massive block) and includes invisible layout characters (U+FEFF).
  • No Link Clicking: URLs in text files are unclickable.

This script solves all of these issues with a sleek, bottom-right control panel.


Key Features

Three Viewing Modes

Switch effortlessly between three modes (your choice is remembered automatically):

  • 📝 Raw Text: The default, untouched Dropbox editor experience.
  • Hybrid Markdown: Applies beautiful, VS Code-inspired syntax highlighting directly to the text.
    • Headers turn blue, bold/italic get distinct colors, inline code gets backgrounds, and code blocks are dimmed green.
    • Clickable Links: URLs instantly become clickable links that open in a new tab.
    • Live Updating: Highlights apply instantly as you type in Edit mode.
  • 👁 Rendered Markdown: Completely hides the text editor and replaces it with a clean, fully formatted HTML reading view (rendered via markdown-it).

Smart Copy (📋)

  • Extracts the pure text from the editor.
  • Preserves all line breaks perfectly.
  • Automatically strips zero-width artifacts and prevents Dropbox UI elements from sneaking into your clipboard.
  • Visual checkmark feedback upon successful copy.

Technical Details

  • Non-Destructive: Modifies styles and overlays content without breaking Dropbox's native React/Slate save functionality.
  • Dynamic Loading: Uses MutationObserver to ensure the toolbar appears exactly when an editor is active, even when navigating folders.
  • Lightweight: Fixed floating control panel stays out of your way in the bottom right corner of the viewport.

Installation

  1. Install Violentmonkey (recommended), Tampermonkey, or Greasemonkey.
  2. Install this script.
  3. Open any .md or .txt file in Dropbox — the segmented control panel will appear in the bottom right.