Skip to content

Comments

Add Slug Generator tool#32

Closed
GhDj wants to merge 1 commit intodevelopfrom
feature/slug-generator
Closed

Add Slug Generator tool#32
GhDj wants to merge 1 commit intodevelopfrom
feature/slug-generator

Conversation

@GhDj
Copy link
Owner

@GhDj GhDj commented Dec 14, 2025

Summary

  • Add Slug Generator tool to convert text to URL-friendly slugs
  • Separator options: hyphen (-), underscore (_), dot (.), or none
  • Case options: lowercase, UPPERCASE, or preserve original
  • Transliterate accented characters (é → e, ñ → n, etc.)
  • Option to remove numbers from output
  • Optional length limit with smart truncation
  • Live URL preview showing the generated slug
  • Example texts for quick testing
  • Client-side only implementation

Test plan

  • All 35 WebRoutesTest pass
  • Test slug generation with various inputs
  • Test separator and case options
  • Test transliteration of accented characters
  • Verify responsive layout

- Convert text to URL-friendly slugs
- Separator options: hyphen, underscore, dot, none
- Case options: lowercase, uppercase, preserve
- Transliterate accented characters (é → e, ñ → n)
- Option to remove numbers
- Optional length limit
- URL preview with generated slug
- Example texts for quick testing
- Client-side only implementation
@GhDj
Copy link
Owner Author

GhDj commented Dec 15, 2025

Merged via cherry-pick into develop

@GhDj GhDj closed this Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant