Skip to content

Commit 6464925

Browse files
committed
chore: add changeset for clipboard copy interoperability
1 parent 078e35b commit 6464925

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"note.box": minor
3+
---
4+
5+
Add clipboard copy interoperability with external apps
6+
7+
Copied content now pastes cleanly into Google Docs, Microsoft Word, Teams, Confluence, GitHub, and Telegram:
8+
- Tables copy with proper `<thead>`/`<tbody>` structure and inline border styles
9+
- Code blocks include `language-*` class for syntax highlighting in target apps
10+
- Task lists use standard HTML checkboxes
11+
- Plain text slot always contains Markdown
12+
13+
New "Copy format" setting (Settings > Copy format) lets users choose between HTML (default, best for rich-text apps) and Markdown (best for GitHub, Telegram).

0 commit comments

Comments
 (0)