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
It would be great to have some interface similar to attribute_filter but which works on the whole node.
Or better yet - expose the whole parsed dom so it could be post-analyzed and modified as desired.
An example use case: we want to censor some specific domain in links and replace the occurrences with "[censored]".
With current interfaces it's impossible. Our only solution is to parse the cleaned up html again and apply our filters.
The text was updated successfully, but these errors were encountered:
It would be great to have some interface similar to attribute_filter but which works on the whole node.
Or better yet - expose the whole parsed dom so it could be post-analyzed and modified as desired.
An example use case: we want to censor some specific domain in links and replace the occurrences with "[censored]".
With current interfaces it's impossible. Our only solution is to parse the cleaned up html again and apply our filters.
The text was updated successfully, but these errors were encountered: