enchant97 / note-mark

Note Mark is a lighting fast and minimal; web-based Markdown notes app.
https://notemark.docs.enchantedcode.co.uk/
GNU Affero General Public License v3.0
297 stars 6 forks source link

Button to quickly copy entire contents to clipboard #178

Closed ctrlbrk42 closed 7 months ago

ctrlbrk42 commented 8 months ago

Does it fit the projects scope?

Why?

I would like to be able to copy the entire article to clipboard easily and rapidly. Ctrl-A doesn't work as it includes other content.

Solution?

Please add a new button to the toolbar that indicates copy contents.

Alternatives?

I would be willing to pay a small bounty to get this feature as it helps my workflow significantly.

Extra Context

Thank you

enchant97 commented 8 months ago

Thanks for your suggestion! Whilst I am very grateful for any donations towards this project, I do not accept bounties to implement certain features.

ctrlbrk42 commented 7 months ago

I was so happy to see that icon! But, it copies the markdown and not the rendered. When I am on rendered tab, I have to manually highlight everything then Ctrl-C and then paste that into my application. That gives me a great desired result, but I was hoping the copy icon would significantly help the workflow because it's sometimes hard to select the content.

So my question is: can you copy it the exact same way it's shown on screen?

enchant97 commented 7 months ago

I don't have any plan to support copying the rendered content, only the plain text. Maybe I will add a download button in the options menu.