so-tag
so-tag copied to clipboard
How accept tag if he not have in table?
Hello.
- How make that tags not delete if it tag not exist in table dtabase an accept too when click enter?
- How make that tag accept “_” instead of “enter”?
- This is a feature I want to add, but I'm not sure how to yet.
- in so_tag.js where it says: break_keycodes: [ 13, 186, 188, 32 ], add 189 which is the keycode for _
I will be coming back to this project in a few weeks, it is quite glitchy at the moment but I need it for a project
tell me please when you add it in feature please
@iog3 As you can probably guess from Issue #14 & #15 I'm using this in a project and the ability to add tags is definitely strongly desired from the tag bar. I was thinking about adding that feature; so I'm just wanting to check if you have got anywhere with that or if you'd be interested to see what I pop together?
@PacificMorrowind I have a client that will need this feature soon, so I will be coding it. If you want to make a start please do and we can work together. My client wants people to be able to submit tags, and then she can review submitted tags in an admin area. I think a whole admin area is too much for this project so how able an extra column stating weather its been approved or not? And defaulting it to 0, then users of SO Tag can choose weather to include them or not.
I @adamtester did you developed this feature?