Update readme

This commit is contained in:
A git user 2024-10-18 03:21:30 +02:00
parent 7ebfbb0502
commit d3389776c5

View File

@ -30,3 +30,7 @@ The following variables are available:
* `$title` - The title of the entry.
* `$summary` - The summary/description of the entry.
* `$link` - The link of the entry.
Furthermore, regular expressions can be used inside the template using double curly braces.
The regular expression will be matched against the entry content and replaced with the match.
E.g., the template string `{{ https://[^ ].jpg }}` will be replaced by the first link to an image file in the entry.