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
I'm writing a tool to publish HTML from Obsidian. My tool only publishes a subset of rendered pages, and I'd like to be able to remove <a> tags that link to unpublished pages. It looks like ammonia can filter attributes based on a callback (yay!) but not yet tags—that'd be really helpful for me!
The text was updated successfully, but these errors were encountered:
I'm writing a tool to publish HTML from Obsidian. My tool only publishes a subset of rendered pages, and I'd like to be able to remove
<a>
tags that link to unpublished pages. It looks like ammonia can filter attributes based on a callback (yay!) but not yet tags—that'd be really helpful for me!The text was updated successfully, but these errors were encountered: