Obsidian Text Escaper

Transform special characters for seamless Obsidian callouts

How it works: Paste text containing special Markdown characters (* _ # ` | ~ < > [ ] === $), and this tool will escape them so they display literally in Obsidian. Perfect for code snippets, error messages, and technical content.

Ctrl + Enter to quickly escape and copy

Characters that will be escaped

* → \*
_ → \_
# → \#
` → \`
| → \|
~ → \~
< → \<
> → \>
[ → \[
] → \]
=== → \===
$ → \$