Hello,
Is there any plugin around here similar to IP.Downloads / FileBase ?
I run a NodeBB instance for a mechanical keyboard forum and since in this hobby there are many acronyms it would be really useful to have the possibility that some keywords were automatically recognized with the possibility of creating a global glossary (ACP).
Something along these lines has been implemented for Flarum - https://discuss.flarum.org/d/27338-keywords-a-dynamic-glossary-for-flarum. I expect it should look the same @yLothar ?
@phenomlab Yep! Exactly!
It is barebones and probably only works for english/latin feel free to test and let me know.
https://community.nodebb.org/topic/16156/nodebb-plugin-glossary-glossary-plugin-for-nodebb
@baris Amazing ! Thanks very much. I'll test this as soon as time permits.
@baris and anyone else looking to get an idea of what this plugin looks like live
@baris great! I will test it in my forum, you're my hero!
@baris It only works in English or Latin. Is it possible to add support for additional languages? Hebrew for example?
Thanks!
@josef I am not sure, it would probably require modifying the regex in the plugin. https://github.com/NodeBB/nodebb-plugin-glossary/blob/main/library.js#L53
@baris first of all thank you very much for the work done, excellent!
I've been using the plugins for some time now and these are my comments / requests:
What do you think?
I created issues for these at https://github.com/NodeBB/nodebb-plugin-glossary/issues
@baris thank you!
@baris I tested plugin and it works perfectly
Do you think it is feasible to allow the Customize plugin to localize the translation of "glossary"?
Not sure how the customize plugin works but might need to add translations into the glossary plugin first so it can customize them. https://github.com/NodeBB/nodebb-plugin-glossary/issues/12