A Google Chrome extension to create Markdown links from the current page, i.e:
+ [title](url)
-
Download this repo
-
Go to More Tools > Extensions in Google Chrome
-
Click "load unpacked"
-
Select the folder on your machine
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