dgtlmoon / dgtlmoon/changedetection.io

[feature] Ability to reference each "line" of filters in the notification (use different filter values separately in a notification)

Open
#2,123 2 comments 1 reaction 0 assignees View on GitHub
enhancement Notifications systems
Dominant language
Python
Stars
34.1k
Forks
2k
Avg merge
23h 38m
Merged PRs (30d)
67

Description

Ability to reference each "line" of filters in the notification (use different filter values separately in a notification)

For example you have three filters

```
.one
.two
.three
```

then in the notification you could write

```
{{ filter|1 }}
{{ filter|2 }}
{{ filter|3 }}
```

or as some request like `gets://mysite.com/api/{{filter|2}}`

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by locating notification template rendering and the handling of multi-line filters, then determine how separate filter values should be exposed in notification and URL templates. Done means the proposed syntax works for each example and existing notifications remain compatible.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.