ladle icon indicating copy to clipboard operation
ladle copied to clipboard

[feat]: Can we have support for emojies in Story titles?

Open Deliaz opened this issue 1 year ago • 1 comments

It would be nice to have support for emojis in the story title. From what I can see, the story titles are being used to create a virtual file structure, and it is currently impossible to use anything beyond acceptable JS variable names.

It seems like changes are needed in the naming utilities: packages/ladle/lib/cli/vite-plugin/naming-utils.js. I can try to make those changes if given some direction.

Thanks!

Deliaz avatar Sep 09 '24 14:09 Deliaz

similar to https://github.com/tajo/ladle/issues/569

while we use story titles to create the IDs/navigation, we could preserve the original value in a new property and use that solely for the sidebar navigation

tajo avatar Sep 28 '24 08:09 tajo