sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.32k stars 261 forks source link

Automatically tag based on DOM content #757

Open MulverineX opened 2 weeks ago

MulverineX commented 2 weeks ago

Support for targeting elements on the page via a querySelector string, then checking whether the returned element(s) textContent matches a regex string

MulverineX commented 2 weeks ago

Basically the natural progression of #736