repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
a12b0a3
parent
3816926
author
Eric Bower
date
2023-01-23 15:24:45 +0000 UTC
docs(feeds): add inline content section
2 files changed,  +15, -0
M feeds/html/help.page.tmpl
+14, -0
 1@@ -80,6 +80,20 @@
 2         </p>
 3     </section>
 4 
 5+    <section id="digest-interval">
 6+        <h2 class="text-xl">
 7+            <a href="#inline-content" rel="nofollow noopener">#</a>
 8+            Inline content
 9+        </h2>
10+        <p>
11+            By default we attempt to render all content within a feed as HTML inside an email digest.
12+            Sometimes users just want us to send them the links so they can click on it and read the content
13+            on the original website.
14+        </p>
15+        <p>If you don't want to see all the content, simply add a variable to your post:</p>
16+        <pre>=: inline_content false</pre>
17+    </section>
18+
19     <section id="post-update">
20         <h2 class="text-xl">
21             <a href="#post-update" rel="nofollow noopener">#</a>
M feeds/html/marketing.page.tmpl
+1, -0
1@@ -38,6 +38,7 @@
2         <h2 class="text-lg font-bold">Features</h2>
3         <ul>
4             <li>Receive email digests for your RSS feeds</li>
5+            <li>We try to render all content within the feed as HTML (<a href="/help#inline-content">with ability to disable it</a>)</li>
6             <li>Create 1-to-many email digests</li>
7             <li>Set digest interval from <a href="/help#digest-interval"><code>10min</code> to <code>30day</code></a></li>
8         </ul>