Sohei Ide86 downloadsMake bare email addresses and selected links behave like plain text in Obsidian.
English | 日本語
Obsidian plugin to convert Markdown links in the current note to plain text or URLs. Also makes bare email addresses render as plain text (not clickable mailto links) in both Reading View and Live Preview.
[text](url) with text and [[target]] / [[target|alias]] with the display name[text](url) with url and [[target|alias]] with target[email protected] as plain text instead of a clickable mailto link[text](mailto:...) links are preservedAll commands are available via the command palette and the ribbon icon menu.
Copy main.js, manifest.json, and styles.css into VaultFolder/.obsidian/plugins/plain-links-tools/.
| Action | How |
|---|---|
| Convert links to display text | Command palette or ribbon menu → "Convert links to display text" |
| Convert links to URLs | Command palette or ribbon menu → "Convert Markdown links to URLs" |
| Toggle email plain text | Ribbon menu → "Show email addresses as plain text" |