Store Filtered Results

I have a character filter that removes some markdown elements, such as link structure, from a text blob Im storing. I'd like to be able to use the filtered results for highlighting so that I can show highlights of the text, but without the markdown elements.

I can see that my filter works properly when I get the token back, and I'd be able to re-structure the markdown from the tokens and store that, but it seems like a hacky way of doing things.

Is it possible to use the filtered results and store them automatically in another property?

Thanks

I found this question, which is extremely similar to mine, Html stripped highlighted text from html Content field. It looks like what Im asking for is not possible given the answers to this question.

There is a html_strip processor nowadays. However that is about HTML, not markdown.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.