https://github.com/daun/obsidian-pretty-urls
Improve display of URLs in Obsidian's reading view by removing https:// and www prefixes.
https://github.com/daun/obsidian-pretty-urls
obsidian obsidian-plugin
Last synced: 5 months ago
JSON representation
Improve display of URLs in Obsidian's reading view by removing https:// and www prefixes.
- Host: GitHub
- URL: https://github.com/daun/obsidian-pretty-urls
- Owner: daun
- License: mit
- Created: 2026-01-08T14:16:56.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-17T14:09:26.000Z (5 months ago)
- Last Synced: 2026-01-17T21:57:13.466Z (5 months ago)
- Topics: obsidian, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Obsidian Pretty URLs
**A plugin for [Obsidian](https://obsidian.md) to improve display of URLs**
Remove common prefixes like `https://` and `www.` from links in
[reading view](https://help.obsidian.md/edit-and-read#Reading+view).
Useful if you can't be bothered to use markdown links and still want your notes to look
clean. The plugin only affects the display of links – the actual note content remains
unchanged.
## Example
**Before**
> Watch [https://www.youtube.com/watch?v=3C1Gnxhfok0](https://www.youtube.com/watch?v=3C1Gnxhfok0)
> and read [https://m.wikipedia.org/wiki/Enshittification](https://m.wikipedia.org/wiki/Enshittification)
**After**
> Watch [youtube.com/watch?v=3C1Gnxhfok0](https://www.youtube.com/watch?v=3C1Gnxhfok0)
> and read [wikipedia.org/wiki/Enshittification](https://m.wikipedia.org/wiki/Enshittification)
## Features
- **Strip protocol**: Remove `http://` or `https://`
- **Strip www subdomain**: Remove `www.`
- **Strip mobile subdomain**: Remove `m.` and `mobile.`
- **Strip amp subdomain**: Remove `amp.`
## License
[MIT](https://opensource.org/licenses/MIT)