File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ parent: Features
66
77Users may opt into receiving daily (sent once every 24 hours) digests of unread headlines via email.
88
9- Digests are sent out by the update daemon or if running <code >update.php — feeds</code >
9+ Digests are sent out by the update daemon or if running <code >update.php -- feeds</code >
1010manually. At most 15 messages are sent in one batch.
1111
1212{: .note }
1313> [ PHPMailer plugin] ( https://github.com/tt-rss/tt-rss-plugin-mailer-smtp ) is required to send mail under Docker.
1414
1515
16- * Digests may be customized by editing `` templates/digest_template*.txt `` .
16+ * Digests may be customized by copying ` digest_template.txt ` and ` digest_template_html.txt ` from ` templates/ ` to ` templates.local/ `
17+ and modifying the new files' contents as desired.
1718* You can preview your digest contents in preferences.
18-
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
6060> Consider discovering plugins via alternate methods (e.g. < https://github.com/topics/tt-rss-plugin > , < https://github.com/topics/ttrss-plugins > , etc.).
6161
6262### Sharing plugins
63+ {: .no_toc }
6364
6465#### A Tiny Tiny RSS plugin to post to a Wallabag v2 instance
6566
@@ -78,6 +79,7 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
7879< https://github.com/joshp23/ttrss-to-Sci-Hub >
7980
8081### Feed data manipulation plugins
82+ {: .no_toc }
8183
8284#### Enable embedded videos in feeds - videoframes
8385
@@ -92,6 +94,7 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
9294< https://github.com/joshp23/TTRSS-APOD-Fix >
9395
9496### Webcomics plugins
97+ {: .no_toc }
9598
9699#### Comic plugin GU Comics, Married to the sea & Toothpaste for dinner
97100
@@ -106,6 +109,7 @@ i.e. ``Af_ExamplePlugin`` should be copied to ``plugins.local/af_exampleplugin``
106109< https://github.com/ldidry/af_tapastic >
107110
108111### API plugins
112+ {: .no_toc }
109113
110114#### FreshRSS / Google Reader API Support
111115
@@ -120,6 +124,7 @@ Simulates the Fever API for reading RSS Feeds with your Fever clients.
120124< https://github.com/DigitalDJ/tinytinyrss-fever-plugin >
121125
122126### Other plugins
127+ {: .no_toc }
123128
124129#### Generate QR codes from article links, with xhr support and no disk cache
125130
You can’t perform that action at this time.
0 commit comments