Plain Links Tools
approvedby Sohei Ide
Make bare email addresses and selected links behave like plain text in Obsidian. - This plugin has not been manually reviewed by Obsidian staff.
Plain Links Tools
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.
Features
- Convert links to display text — replace
[text](url)withtextand[[target]]/[[target|alias]]with the display name - Convert links to URLs — replace
[text](url)withurland[[target|alias]]withtarget - Bare email to plain text — toggle to render
user@example.comas plain text instead of a clickable mailto link- Works in both Reading View and Live Preview / Source Mode
- Normal click suppressed; Ctrl/Cmd+click still opens the mailto link
- Explicit
[text](mailto:...)links are preserved
All commands are available via the command palette and the ribbon icon menu.
Installation
From Obsidian Community Plugins
- Open Settings → Community Plugins
- Search for "Plain Links Tools"
- Install and enable
Manual
Copy main.js, manifest.json, and styles.css into VaultFolder/.obsidian/plugins/plain-links-tools/.
Usage
| 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" |
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.