Auto extract html title as title (#102)

* Auto extract <title> as watch title, Minor refactor for html tooling
This commit is contained in:
dgtlmoon
2021-06-24 19:10:19 +10:00
committed by GitHub
parent 9af1ea9fc0
commit 25185e6d00
10 changed files with 65 additions and 23 deletions

View File

@@ -128,4 +128,5 @@ class globalSettingsForm(Form):
[validators.NumberRange(min=1)])
notification_urls = StringListField('Notification URL List')
extract_title_as_title = BooleanField('Extract <title> from document and use as watch title')
trigger_check = BooleanField('Send test notification on save')