sindresorhus / slugify

Slugify a string
MIT License
2.56k stars 81 forks source link

[enhancement] Compund slugs #66

Open christher-lenander opened 2 years ago

christher-lenander commented 2 years ago

Would be great if you could config compund slugs with 2 or more fields like title and id.

sindresorhus commented 2 years ago
slugify([title, id].join(' '));

?

sindresorhus commented 2 years ago

Not sure I see the need to complicate the API for this. No one else has requested this, so it doesn't seem like a common need.