#1873: entry-metadata: treatment of <del>

opened by njr2128

For each heading, we have been just stripping <del> tags and displaying their text along with the rest of the heading.

NEW request: remove all words within <del> tags so that we are left with "clean" headings for entry-metadata.

E.g., Currently, list of entries has:

image

For the heading:

image

DESIRED: change "Pour ga cach cages" to "Pour cages" across all 3 versions (tc, tcn, tl)


njr2128 commented:

Deleted words are still appearing in entry-metadata as of this posting. Need to re-implement in the generation of entry-metadata in https://github.com/cu-mkp/manuscript-object (looks like this happened as a consequence of severing derivative generation within manuscript-data repo and instead doing so only in manuscript-object)


gschare commented:

Should be fixed now. When I tested regenerating entry-metadata.csv it worked.