Title: iOS: Pasting markdown from external apps (Claude) loses formatting – plain text only
Steps to reproduce:
- Open Claude iOS app (v1.260202.5)
- Generate any response containing markdown formatting (headers, bold, lists, code blocks)
- Copy Claude’s response using the app’s copy function
- Open Obsidian iOS (v1.11.7)
- Open any note in Source Mode
- Paste
Expected result:
Markdown syntax preserved in pasted text. For example:
Header
Bold text
- List item
Actual result:
All markdown syntax stripped. Only plain unformatted text pastes:
Header
Bold text
List item
Environment:
∙ Obsidian Mobile: 1.11.7
∙ iOS: 26.2.1
∙ Devices: iPhone 17 Pro, iPad Pro 12.9 (6th gen)
∙ Vault storage: Obsidian Sync Plus
∙ Plugins: None (clean install, no community plugins)
∙ Editor mode: Source Mode
Additional context:
∙ This workflow was functioning correctly until approximately February 5, 2026
∙ The identical workflow (copy from Claude macOS → paste into Obsidian macOS) still works correctly — markdown syntax is preserved
∙ Issue is isolated to iOS/iPadOS — suggests iOS clipboard handling or paste conversion changed
∙ No changes made to my setup; issue appeared after Obsidian iOS updated
Did you follow the troubleshooting guide?
Yes. No plugins installed. Issue reproduces on both iPhone and iPad with identical behavior.