KanoComputing / kano-code

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»Kano Code
https://world.kano.me
GNU General Public License v2.0
16 stars 5 forks source link

Use creation name for the filename when exporting an app #1807

Closed keithclark closed 4 years ago

keithclark commented 4 years ago

When exporting a creation, the browser downloads the file as my-app(1).kcode, with (1) indicating the copy number. Once a creation has been exported, users have to find the file in the filesystem and rename it so something that reflects the creation they are working on so they can find it later.

Could the creation name (set in the top bar) be used to generate the file name? This would prevent users from needing to browse the file system to name their creations.

pazdera commented 4 years ago

Makes sense πŸ‘. I'll see when we can get this in.

Thanks for the suggestion!

pazdera commented 4 years ago

I added an option to customise the name when calling export (see #1817). And I wired that to the title as you suggested in our parent codebase. It'll be out on Kano World with the other changes hopefully soon.

Thanks again!