Plain Links Tools

approved

by 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.

80 downloadsUpdated 1mo agoMIT

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) with text and [[target]] / [[target|alias]] with the display name
  • Convert links to URLs — replace [text](url) with url and [[target|alias]] with target
  • Bare email to plain text — toggle to render user@example.com as 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

  1. Open Settings → Community Plugins
  2. Search for "Plain Links Tools"
  3. Install and enable

Manual

Copy main.js, manifest.json, and styles.css into VaultFolder/.obsidian/plugins/plain-links-tools/.

Usage

ActionHow
Convert links to display textCommand palette or ribbon menu → "Convert links to display text"
Convert links to URLsCommand palette or ribbon menu → "Convert Markdown links to URLs"
Toggle email plain textRibbon menu → "Show email addresses as plain text"

License

MIT

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.