JerryKhw / figma-exporter

Easily export assets of png/jpg/webp/svg/pdf for Web/Android/Flutter/iOS/ReactNative.
https://www.figma.com/community/plugin/1183975085577339184
MIT License
2 stars 4 forks source link

Just export a file with it's real name please... #7

Open Demandrel opened 10 months ago

Demandrel commented 10 months ago

I would like to export files as they are named. If I have a file named "octopus.do/sitemap/pricing" just WHY it is exported as "octopus.do_sitemap_pricing"?

Between Figma creating subfolder and this pluging doing also something strange, it is not possible to just export a file the way it should ? 😠

JerryKhw commented 10 months ago

Hello. @Demandrel Thank you for the issue!

This problem appears to have occurred in the logic of replacing characters prohibited on Android and iOS when using the "Variant" function in a Figma project merged through a previous PR(#2).

To resolve this issue, we are planning to provide an option to replace the text, but this may take some time.

If you want a quick solution, you can run the plugin locally and disable only the function. (Refer to issue#7 branch)