-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags transliteration #200
Comments
That's a good idea. I like the looks of speakingURL. Could be a quick replacement of the existing slugify stuff I think. |
I tried speakingURL and it works well, but I had to apply some modifications to it.
I used file in lib folder but have to modify it to take context argument to be able use it inside server enviroment:
was:
|
We could make a package out of it, but I don't really think it's necessary. Putting it in lib, particularly since it's modified makes the most sense to me. If you want to make a PR for this, we can include this in the next release. |
speakingurl module is fixed, already released v0.17.0 |
@pid thanks a lot :) |
@pid oh great! @KEFIRCHIK, then I think we should release as a meteor package. I'll do that right now. |
Created repo: https://github.com/ongoworks/meteor-speakingurl and published The package exports I'll add to the reaction-core dependancies, or @KEFIRCHIK you can do a PR. |
Thanks @aaronjudd! I have not so much time for now, and I'll make a PR as soon as possible! |
@KEFIRCHIK, yeah I was wondering about that at the time ;-) I'll update it. |
I commented at kefirchik/reaction-core@9b19f33, it fails on client if we load it via npm, cause there no Npm obj on clientside. |
You would just add to I'm upgrading all the packages today, so I can test this later today (have a busy morning though). I guess your point though is there isn't a client side version (because it's npm). so in that case I will change the package to have the min.js instead of using the npm install. that will take care of it. |
I just published speaking url 1.0.2, and also added and upgraded package.js in reaction-core on v0.2.1 (and tested that getSlug is available on client) |
Oh thanks Ill test it now :) |
I ve just synced and pushed to my fork, but now app crashes with |
hmmm. That doesn't sound like a core issue.. sounds like some meteor package / build issue. I've downloaded and tested the package in RC and it's working for me. |
@bstocks maybe you can test and see if you can replicate @KEFIRCHIK's error? maybe I have something else local |
Its weird, in my fork in package.js file speakingurl package added twice, I think I am doing smth wrong with merging from upstream :( |
well I added it, and you added - it must not have seen them as the same line. probably safe to just revert to mine. |
I've commited it some time ago, before a couple of commits and I have no idea how to properly revert it. |
I know its bad practice to "flood" commits, when i have some more time I can do it better from the beginning: fork core package, make changes, commit to my frk and open pull request 😄 |
I think it's fine as long as the merge works (ie, you can flood your own fork all you want). I'll work through any conflicts when merging your pull requests. No worries. |
@kerfichik, aaron can always squish commits in the merge :P haha, at my old company, the genius Chief Architect Officer did it all the time and formatted it really well |
What about using something like meteor-urlify2 or speakingURL for slug transliteration, because it just cant create tags in non English
The text was updated successfully, but these errors were encountered: