We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add documentation of how the auto tagging works?
Are there any features beyond an exact match? For example if I wanted to mark links from a subnet as "local" could I use:
192.168.1.* local
Are there any other things that I can use like: reddit.com/r/hosted self-hosted site.com/.pdf pdf-file
If you could document the features and limitations that would help.
The text was updated successfully, but these errors were encountered:
There are no placeholders or wildcards. Otherwise it does:
sub.domain.com
domain.com
domain.com/foo/bar
domain.com/foo
The exact implementation can be found here: https://github.com/sissbruecker/linkding/blob/master/bookmarks/services/auto_tagging.py
Sorry, something went wrong.
No branches or pull requests
Can you add documentation of how the auto tagging works?
Are there any features beyond an exact match? For example if I wanted to mark links from a subnet as "local" could I use:
192.168.1.* local
Are there any other things that I can use like:
reddit.com/r/hosted self-hosted
site.com/.pdf pdf-file
If you could document the features and limitations that would help.
The text was updated successfully, but these errors were encountered: