Notion
最后更新于
这有帮助吗?
最后更新于
这有帮助吗?
“Because who has time to re‑format?” — Someone probably
Export frenzy – Notion’s official export makes you download ZIPs, pray to the PDF gods, and wait for an email.
Copy‑paste chaos – Select‑all → copy → paste gives you beautiful monstrosities full of invisible CSS classes.
I‑just‑need‑the‑body! – You really wanted just the meat 🥩 (the page content) in nice, clean Markdown.
Enter our tiny Tampermonkey script dressed like a superhero wearing clipboard undies.
🖱️ Adds a floating button
A cute icon parks itself at the bottom‑right of every Notion page.
⌨️ Alt + C hot‑key
Because moving your mouse is sooo 2022.
📄 Grabs only the page content
Ignores sidebars, comments, random crumbs.
🪄 Turns HTML ➜ Markdown
Uses Turndown under the hood. Minimum fluff, maximum readability.
📋 Copies straight to clipboard
No downloads, no prompts – just paste & roll.
🍞 Toasty feedback
Mini toast pops tell you success or epic fail.
Install Tampermonkey (Chrome / Edge / Firefox / Safari – your pick).
Click Raw
on the userscript file or paste the code into a new script.
Hit Save → refreshed Notion tab → done.
Extra credit: the script auto‑updates via @updateURL
, so future you will thank past you.
Hover to the bottom‑right corner.
Click the 📝 icon that says Copy MD.
Watch the toast: “✅ Markdown copied”
Paste anywhere – VS Code, Slack, your diary.
Press Alt + C (⌥C on macOS). Same magic, 0% mouse.
Q. It says "Markdown copied", but my clipboard is empty!
A. Some browsers block clipboard in insecure contexts. Make sure Notion says https://
(it does) and you didn't angrily disable clipboard permissions.
Button missing
Refresh page, ensure Tampermonkey icon is ON for this site.
Markdown looks funny
Blame Notion’s crazy blocks. Then open an issue and we’ll tweak Turndown options.
Hot‑key clashes
Change ALT+C
in the script header to something exotic like CTRL+ALT+SHIFT+F12
.
Pull requests, issues & meme suggestions welcome → github.com/your‑repo
.
MIT – do what you wish, credit is sweet but optional.
(Now go forth and copy things like a boss.)