https://github.com/eddymens/markdown-external-link-opener
Open your markdown links in a new tab
https://github.com/eddymens/markdown-external-link-opener
Last synced: about 1 month ago
JSON representation
Open your markdown links in a new tab
- Host: GitHub
- URL: https://github.com/eddymens/markdown-external-link-opener
- Owner: EDDYMENS
- Created: 2022-05-14T08:08:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T20:23:37.000Z (over 2 years ago)
- Last Synced: 2025-04-30T05:46:19.547Z (about 1 month ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Why Markdown External Link Opener?
There is no accepted Markdown standard or specification for setting up links to open up in a new tab, forcing different platforms to come up with their own implementations.Your next best bet is to use the HTML anchor tag ie: `Open in new tab`
The goal of this small script is to allow you use the standard `[]()` syntax for your links and still enable your users to open them in a new tab.
## How does it work?
In other to use the external link opener you will have to append your URL to the end of `external.ink?to=` eg: [external.ink?to=yourlink.com](https://external.ink?to=yourlink.com), this will redirect the user to the link opener page whenever they click it and from there your provided link will open up in a new tab.
