fieldtrip / website

This contains the content hosted on the FieldTrip website
http://www.fieldtriptoolbox.org
Other
39 stars 104 forks source link

pages tagged with "xxx" is using a substring search #765

Closed robertoostenveld closed 8 months ago

robertoostenveld commented 8 months ago

This is a problem for OPM, since that is a substring of multiple tags, like "develOPMment".

See https://www.fieldtriptoolbox.org/tag/opm/

The bash script that generates the tag overview pages should search for full words.

robertoostenveld commented 8 months ago

this is what the current code in tags.sh does

mac036> grep ^tags:.*opm *.md tutorial/*.md
development.md:tags: [development]
tutorial/coregistration_opm.md:tags: [tutorial, opm, coordsys]
tutorial/preprocessing_opm.md:tags: [tutorial, opm, opm-mediannerve]
robertoostenveld commented 8 months ago

I need to check check once the website is rebuilt

robertoostenveld commented 8 months ago

the OPM tag page now contains a clean list.