olivierdagenais / tampermonkey-copy-url

A Tampermonkey userscript to copy nice-looking URLs to the clipboard.
MIT License
0 stars 0 forks source link

feat: Copy as Markdown #23

Closed olivierdagenais closed 1 year ago

olivierdagenais commented 1 year ago

Markdown is now the default renderer for the Ctrl+o shortcut. The HTML renderer is now triggered by Ctrl+Alt+p. Refactoring shuffled and simplified the code to use the Action mechanism, which had to be altered to cancel the default action earlier, otherwise sometimes the "Open" dialog would pop up.