[nodebb-plugin-glossary] Glossary Plugin for NodeBB
-
add csvtojson support · Issue #7 · NodeBB/nodebb-plugin-glossary
use https://www.npmjs.com/package/csvtojson instead of custom code
GitHub (github.com)
-
I updated the plugin to use https://www.npmjs.com/package/csvtojson so it is using the csv spec from https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml
-
@baris This doesn't seem to work for me at all using the latest version sadly. It doesn't matter which format I use, the import always seems to work, but exhibits the same issues as I highlighted earlier. Version
0.5
does not have these issues from what I can tell. -
It is necessary to disable the use of keywords in URLs. Plugin must not affect URL
-
Hi @baris , would you consider adding a "notes" or "extra info" section at .com/glossary page?
It can look like this:
There can be various use cases of this section. I believe it is also usual for regular dictionaries to have a notes section for:
- origin or history of the word
- other forms of the word
- example sentences
etc.
-
additionally, is it possible to customize /glossary page just like the /feed page?
(header and footer sections would suffice)
-
@crazycells said in [nodebb-plugin-glossary] Glossary Plugin for NodeBB:
additionally, is it possible to customize /glossary page just like the /feed page?
You can do this with
nodebb plugin customize
- there isn't a widget etc from recollection. -
@phenomlab said in [nodebb-plugin-glossary] Glossary Plugin for NodeBB:
@crazycells said in [nodebb-plugin-glossary] Glossary Plugin for NodeBB:
additionally, is it possible to customize /glossary page just like the /feed page?
You can do this with
nodebb plugin customize
- there isn't a widget etc from recollection.is adding this code to the top of the template enough?
<div data-widget-area="header"> {{{each widgets.header}}} {{widgets.header.html}} {{{end}}} </div>
or adding this to the bottom?
<div data-widget-area="footer"> {{{each widgets.footer}}} {{widgets.footer.html}} {{{end}}} </div>
I cannot see glossary.tpl in widget customize page...
-
@crazycells no, you won't do as there is no widget.
If you use the customize plugin, you can change it there