uncomputable / simfony-webide

Simplicity / Simfony development in the browser!
https://simfony.dev
Creative Commons Zero v1.0 Universal
8 stars 3 forks source link

Copy button #30

Closed dpet closed 6 months ago

dpet commented 6 months ago

Fixes #19

dpet commented 6 months ago

I added the copy button but it is not finished. I had to use unstable apis in web-sys so it has to be served with RUSTFLAGS=--cfg=web_sys_unstable_apis. I updated the 'just serve' so it serves fine locally but the deployment needs to be updated. The rust analyzer also needs to be updated because 'just check' fails.

uncomputable commented 6 months ago

Thanks for your changes. Is there a way to access the clipboard without unstable APIs? I will look into that as well.