CodeMyst / pastemyst

a powerful website for storing and sharing text and code snippets. completely free and open source.
https://paste.myst.rs/
Mozilla Public License 2.0
119 stars 11 forks source link

[feature] copy to clipboard after creating paste #421

Closed NickMesser closed 2 years ago

NickMesser commented 2 years ago

Titles says it all. After creating a paste copying the link to clipboard would be just an extra level of nice =D

CodeMyst commented 2 years ago

IMHO, programs that alter the system clipboard without any sort of user input are bad. This would be a nice thing if it would be configurable (but defaults to false).

Currently there is not good configuration system in place for stuff like that, but I could reuse the system which theme-ing, wrapping and page width use, and add another button somewhere to toggle this feature, but not sure if it would fit right now, so not sure if it will be added right now in V2, but will definitely be coming in V3 (which is in development, but super super super slow because I simply don't have that much free time now).

CodeMyst commented 2 years ago

https://github.com/pastemyst/pastemyst-v3/issues/12