mozilla / webmaker-core

React-based core for Webmaker shared across all platforms
https://foundation.mozilla.org/en/artifacts/webmaker/
Mozilla Public License 2.0
65 stars 39 forks source link

Linkify tags in description #904

Closed xmatthewx closed 8 years ago

xmatthewx commented 8 years ago

Two things to do:

Anything else?

cc @cadecairos

xmatthewx commented 8 years ago

see https://github.com/mozilla/api.webmaker.org/pull/184

gvn commented 8 years ago

Note: tag regex

xmatthewx commented 8 years ago

So... for an FAQ:

Tags begin with "#" and will link to a list of other projects with the same tag. They can only contain standard Latin characters A through Z in upper and lowercase. Any hyphens or other characters will disable the tag.

Correct?

xmatthewx commented 8 years ago

Question: Will #NewYears load the same projects as #newyears?

"No" is fine for a first release of this. Ideally, we'd preserve the user's string as entered, but load a case insensitive list.

cc @cadecairos