yorkxin / copy-as-markdown

A browser extension to copy tabs and links as Markdown
MIT License
546 stars 83 forks source link

[Brainstorming] Custom Format #133

Open yorkxin opened 7 months ago

yorkxin commented 7 months ago

Supporting custom format while exporting tab(s), has been asked in multiple feature requests.

This post collects some ideas of template variables.

Apply to both tab exporting and current page link:

Apply to current page only:

Issues:

eloycoto commented 1 month ago

Hi,

Could we create a template for selection text? Like I would like to get the selection and get the link for that, like:

[${url}][${title}]
Quote: ${quote}

Having templates like this, will allow users to have a lot of customization, like adding dates or functions :) Thanks

yorkxin commented 1 month ago

Hi @eloycoto , thanks for the idea. Quote text (selection text) definitely will be useful!