Slug #23
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
documentation
Improvements or additions to documentation
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
research
Research required; be specific
T2h
Time Estimate 2 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
When crafting Search Engine friendly
URLs
e.g. for awebsite
orblog
we need to include as many useful keywords as practical in the URL up to a length limit; e.g:
64 char
If the
blog
post /page
title is "How To Do What You Love And Get Paid?" (37 char
)The
slug
could be: "how-to-do-what-you-love-and-get-paid"This is just:
But there appears to be more to this: (fairly predictably)
https://stackoverflow.com/questions/39394916/how-to-truncate-a-string-in-elixir
So we need to collect all the requirements, and ideally match what
Wordpress
are doing.Then write our own function and publish it!
If you're interested in working on this function, please drop a comment. 💬
The text was updated successfully, but these errors were encountered: