tidalcycles / strudel

Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript
https://strudel.cc/
GNU Affero General Public License v3.0
620 stars 108 forks source link

docs: mention desktop app and vscode plugin #625

Open felixroos opened 1 year ago

felixroos commented 1 year ago

also add links to readme

felixroos commented 1 year ago

@roipoussiere do you want to write sth about the vscode plugin?

roipoussiere commented 1 year ago

Yes I can make a PR for this.

It will mainly consists of copy-pasting the readme, I think.

However I don't understand how to add local images in the docs.

I see that the ADSR parameter image is directly downloaded from wikipedia and I could do the same with images hosted on github but I would like to avoid this. Should I add images in the img folder, next to example-[name].png.js?

felixroos commented 1 year ago

great! images are best placed in the public folder (see pwa page as an example). example-[name].png.js is a dynamically created image endpoint

felixroos commented 1 year ago

I also wonder if it would make sense to move the vscode plugin to the strudel repo?

roipoussiere commented 1 year ago

great! images are best placed in the public folder (see pwa page as an example). example-[name].png.js is a dynamically created image endpoint

Got it, thanks!

I also wonder if it would make sense to move the vscode plugin to the strudel repo?

I think I personally prefer to keep it as a repo and add it to the tidal organization, however if you want to embrace the monorepo architecture, no problem for me, I can make a PR.

I can also add you as project owner in vscode marketplace, this way you can eventually publish new plugin versions if necessary.