Is there a way of syncing a dynamic web page into my local vault - I would like to keep a local copy of a curated page (which I guess would have an associated Readme.md) in my vault, local copy updating when the original does.
If you only need a local copy, I would treat it as a small import job rather than “sync” inside Obsidian. For mostly static pages, SingleFile or MarkDownload can save a snapshot, but for a dynamic page you usually need something that runs the page first, then exports the rendered HTML/Markdown. A simple path is: use a browser-based scraper such as Playwright on a schedule, write the output to a note in your vault, and keep the source URL/time at the top of the note. I would avoid two-way editing for this; make the imported note clearly read-only, otherwise it becomes hard to tell what came from the site versus your own edits.