Slug feature
Similar to https://slugify.online/
I am using this for converting title to git branch names but it can have many uses as well, especially if it becomes very configurable. E.g. føø bar will become foo-bar
This is now available in version 1.14.

Nice. Can we further customise it to remove numbers or change it to underscores and such in the future?
There are some built-in cases for you to choose from. For more specific cases, you will be able to use custom scripts to process the input soon đ
Oh that would be nice đ
@trungdq88 You'll not believe, I had literally created a simple JS functional in jsfiddle to convert string into slug.
This will really save me lot of time, thanks man.