Plain Links Tools

by Sohei Ide
5
4
3
2
1
New Plugin

Description

Make bare email addresses and selected links behave like plain text in Obsidian. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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 [email protected] 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

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

MIT