Webclipper template option to grab {{content}} but no images

What I’m trying to do

I want to use the Web Clipper to grab only the text of an article without images.
I would like to do this without highlighting the article first.
I would like to have a template that captures images and text (the default) but have the option to do a text only template.

Things I have tried

  • Expected this to not work but tried substituting {{content}} for {{text}}
  • searched for: web clipper no images, web clipper text only, and variations.

Hello.

Don’t know how or if these work, but a couple of examples shared on Discord as remove images:

{{selectorHtml:body|remove_html:("img")|markdown}}
{{contentHtml|remove_tags:"img,video"|markdown}}
1 Like