Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowply/copy-markdown-link
A bookmarklet that copies current URL in the markdown format
https://github.com/lowply/copy-markdown-link
Last synced: 5 days ago
JSON representation
A bookmarklet that copies current URL in the markdown format
- Host: GitHub
- URL: https://github.com/lowply/copy-markdown-link
- Owner: lowply
- Created: 2021-01-01T16:16:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T01:02:28.000Z (8 months ago)
- Last Synced: 2024-12-18T01:36:47.603Z (6 days ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy markdown Link bookmarklet
A bookmarklet that copies current URL in the markdown format: `[title](url)`
## Usage
1. Visit [lowply.github.io/copy-markdown-link](https://lowply.github.io/copy-markdown-link/)
1. Drag the link to your bookmark bar
1. Click bookmarklet on a page to get the link on your clipboard## Developing locally
Requires Node.js to build the bookmarklet.
1. Clone the repo and `cd` into the directory
1. Make changes to `src/bookmarklet.js`
1. Run `npm install && npm run build`## Development status
It works for me. It may not work in your browser of choice, and may break at any time if markdown's markup changes.