Steps to reproduce
- Create custom Google document
- Add formatted text to it
- Create an empty note in Obsidian
- Copy text from Google doc and paste to Obsidian
Did you follow the troubleshooting guide? [Y]
Expected result
I expect that the copied text preserves original formatting (except underlined text)
Actual result
- The pasted text is wrapped with
**
from both sides - The formatting of the final text is completely lost.
- When copying list of items there is an additional empty line added between each line, at the beginning and at the end.
Environment
SYSTEM INFO:
Obsidian version: v1.9.12
Installer version: v1.8.9
Operating system: Darwin Kernel Version 24.6.0: Mon Jul 14 11:30:29 PDT 2025; root:xnu-11417.140.69~1/RELEASE_ARM64_T6000 24.6.0
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 10
Plugins enabled: 6
1: Dataview v0.5.68
2: Highlightr v1.2.2
3: PlantUML v1.8.0
4: Commander v0.5.4
5: Kindle Highlights v1.9.2
6: Canvas Mindmap v1.0.2
Additional information
Below you can find different examples of copy-pasting text from Google docs.
Text with different formatting
Original
Result
Bold text (the same for italic text)
Original
(can not include because of posting limits)
Result
List
Original
Result
There was a similar bug created but it has been closed for inactivity: “Pasting formatted text gives double line breaks / double new line” (can not include link - posting limits, sorry).
There it was proposed to use copy-paste key combination which pastes unformatted text (Ctrl (Cmd) + Shift + V). In this case there is no wrapping **
but also there is no formatting at all. This is not a solution but a workaround.
I understand that underlined text is pasted unformatted because vanilla Obsidian doesn’t support that (that weird that you need the whole plugin just for that because Markdown designers were inspired by pure HTML but this is a separate story) but the remaining text should work.
You may disagree with me but I find it quite important because there are many people who work with Google docs and fixing formatting issues every time is quite time consuming and annoying.
I think it would be really helpful if you could fix this problem.