added all filter headers/sections in readme

This commit is contained in:
BroodjeAap 2022-12-12 20:20:20 +00:00
parent 6fc41ec69b
commit 3f0b50b152

View file

@ -26,7 +26,7 @@ An [XPath](#xpath) filter could also have been used.
`Store Avg` and `Store Min` are [Store](#store) filters, they store its input values in the database.
`Diff` is a [Different Then Last](#different-then-last) filter, only passing on the inputs that are different then the last value stored in the database.
`Diff` is a [Different Than Last](#different-then-last) filter, only passing on the inputs that are different then the last value stored in the database.
`Notify` is a [Notify](#notify) filter, if there are any inputs to this filter, it will execute a template and send the result to a user defined 'notifier' (Telegram/Discord/Matrix/etc).
@ -36,25 +36,57 @@ An [XPath](#xpath) filter could also have been used.
## Get URL
## Get URLs
## CSS
## XPath
## JSON
## Replace
## Match
## Substring
## Contains
## Store
## Notify
## Math
### Average
### Sum
### Minimum
### Maximum
### Average
### Count
### Round
## Condition
### Different Then Last
### Different Than Last
### Lower Than Last
### Lowest
### Lower Than
### Higher Than Last
### Highest
### Higher Than
## Lua
## type script compilation