Slug generator
slug_generatorTurn text (incl. Ukrainian and accented Latin) into a clean URL slug; each non-empty line becomes its own slug. Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to slugify (one slug per line) | |
| locale | No | Language for the source_url link (default en) | |
| separator | No | Word separator, - (default) or _ |