https://github.com/ColinFay/mdlinks
A Google Chrome extension to create Markdown links for the current page
https://github.com/ColinFay/mdlinks
Last synced: 29 days ago
JSON representation
A Google Chrome extension to create Markdown links for the current page
- Host: GitHub
- URL: https://github.com/ColinFay/mdlinks
- Owner: ColinFay
- Created: 2020-04-26T21:44:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T19:30:49.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T02:33:39.763Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.36 MB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ColinFay/mdlinks - A Google Chrome extension to create Markdown links for the current page (JavaScript)
README
# mdlinks
A Google Chrome extension to create Markdown links from the current page, i.e:
```
+ [title](url)
```## How to install
+ Download this repo
+ Go to More Tools > Extensions in Google Chrome
+ Click "load unpacked"
+ Select the folder on your machine
## How it works
When clicked:
+ The selection (if any) will be suggested as a title

+ If you press cancel, the H1 will be suggested as a title

+ If you press cancel, the first h2 will be suggested as a title

+ If you press cancel, you can enter title by hand

+ The current url without query string is suggested as link

+ f you press cancel, The current url is suggested as link

+ If you press cancel, you can enter url by hand

+ You can set the result as a markdown list entry (`+ []()`)

+ The markdown link is displayed, you can then select, copy, and paste it

