You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remove_tables rule is documented as "keeping the content inside".
However, when I try to use it with Switch Weekly, it does remove content. Most notably, the intro text is missing.
I'm using https://kill-the-newsletter.com/ to turn the emails into an RSS feed. The table, including the text, does show up when I remove the rewrite rule.
The text was updated successfully, but these errors were encountered:
After finding a way to compare the two versions side-by-side now, I realized that the content doesn't actually get removed completely, but instead re-arranged.
The header above the image, and paragraph from below the image move to the very bottom. The "Upcoming Releases" section gets mixed with "Quick Links".
And because "Upcoming Releases" actually uses tables "normally", it also breaks in such a way that the list isn't grouped by date anymore.
So I guess there are two issues:
nested tables don't get inserted where they should be
remove_tables needs an optional parameter that allows excluding based on a selector, when a "normal" table needs to be kept
sclu1034
changed the title
remove_tables rule removes content
remove_tables rule breaks content in Switch Weekly
Jan 30, 2025
The
remove_tables
rule is documented as "keeping the content inside".However, when I try to use it with Switch Weekly, it does remove content. Most notably, the intro text is missing.
I'm using https://kill-the-newsletter.com/ to turn the emails into an RSS feed. The table, including the text, does show up when I remove the rewrite rule.
The text was updated successfully, but these errors were encountered: