If there is a newsletter you would like to read in Omnivore, please let us know.
+
Omnivore Email Addresses
Omnivore allows you to create unique email addresses for subscribing to newsletters.
@@ -60,12 +58,16 @@ export default function Newsletters(): JSX.Element {
There are multiple ways to have newsletters added directly to your Omnivore library:
-
Subscribe to the newsletter with an Omnivore email address
If you are a registered iOS user and have granted push notification permission to Omnivore, you will be sent a notification when a newsletter is added to your library. Otherwise, you will be notified via your registered email address.
*/}
+
Updating your account email
+
+ If you want all your substack newsletters sent to Omnivore, you can login and change the
+ address on your account page in Substack.
+
Subscribing Directly
Create your first email address by clicking the Create New Email button on
@@ -80,11 +82,6 @@ export default function Newsletters(): JSX.Element {
/>
-
- If you want all your substack newsletters sent to Omnivore, you can login and change the
- address on your account page in Substack.
-
-
Create a Forwarding Rule
If you are a Gmail user you can create a forwarding rule to send email from your regular account to your Omnivore email address. This is useful if you have an existing paid newsletter subscription. For free newsletters we recommend subscribing directly to the newsletter with your Omnivore email address.
If there is a newsletter you would like to read in Omnivore, please let us know.
Omnivore Email Addresses
- Omnivore allows you to create unique email addresses for subscribing to newsletters.
- You can reuse one address for all your newsletters, or you can create a unique address
- for each.
+ Omnivore allows you to create unique email addresses for subscribing to newsletters.
+ You can reuse one address for all your newsletters, or you can create a unique address
+ for each.
- An Omnivore email address will receive email, detect whether the email is a newsletter,
- and add the newsletter content to your library. If the email does not appear to be a newsletter,
- it will be forwarded to the email address you used when you registered for Omnivore.
+ An Omnivore email address will receive email, detect whether the email is a newsletter,
+ and add the newsletter content to your library. If the email does not appear to be a newsletter,
+ it will be forwarded to the email address you used when you registered for Omnivore.
+
There are multiple ways to have newsletters added directly to your Omnivore library:
@@ -65,15 +68,17 @@ export default function Newsletters(): JSX.Element {
Updating your account email
- If you want all your substack newsletters sent to Omnivore, you can login and change the
- address on your account page in Substack.
+ If you want all your substack newsletters sent to Omnivore, you can login and change the
+ address on your account page in Substack.
Subscribing Directly
-
Create your first email address by clicking the Create New Email button on
- the emails page. Copy the email address to your clipboard using the
- copy button, and enter that email address into an email subscription box. If you are already logged into
- Substack you might need to logout to use your new email address.
+
+ Create your first email address by clicking the Create New Email button on
+ the emails page. Copy the email address to your clipboard using the
+ copy button, and enter that email address into an email subscription box. If you are already logged into
+ Substack you might need to logout to use your new email address.
+
Date: Thu, 31 Mar 2022 11:41:12 -0700
Subject: [PATCH 3/9] Improve wording
---
packages/web/pages/help/newsletters.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/web/pages/help/newsletters.tsx b/packages/web/pages/help/newsletters.tsx
index d1abf4954..2f50e0e98 100644
--- a/packages/web/pages/help/newsletters.tsx
+++ b/packages/web/pages/help/newsletters.tsx
@@ -59,7 +59,7 @@ export default function Newsletters(): JSX.Element {
it will be forwarded to the email address you used when you registered for Omnivore.
-
There are multiple ways to have newsletters added directly to your Omnivore library:
+
There are multiple ways to add newsletters to your Omnivore library:
From 1215735d4c38b49f98f23938ac63d006198cf84e Mon Sep 17 00:00:00 2001
From: Jackson Harper
Date: Thu, 31 Mar 2022 12:04:31 -0700
Subject: [PATCH 4/9] Use buttons in the subscribe directly blocks
---
packages/web/pages/help/newsletters.tsx | 43 ++++++++++++++++++++++---
1 file changed, 39 insertions(+), 4 deletions(-)
diff --git a/packages/web/pages/help/newsletters.tsx b/packages/web/pages/help/newsletters.tsx
index 2f50e0e98..c2eaabfa7 100644
--- a/packages/web/pages/help/newsletters.tsx
+++ b/packages/web/pages/help/newsletters.tsx
@@ -5,6 +5,37 @@ import { Button } from '../../components/elements/Button'
import Link from 'next/link'
import { StyledText } from '../../components/elements/StyledText'
import { styled } from '@stitches/react'
+import { Copy, Plus } from 'phosphor-react'
+import { theme } from '../../components/tokens/stitches.config'
+
+const AddEmailButton = () => {
+ return ()
+}
+
+const CopyButton = () => {
+ return (
+ )
+}
export default function Newsletters(): JSX.Element {
const HighlightText = styled(SpanBox, {
@@ -74,10 +105,10 @@ export default function Newsletters(): JSX.Element {
Subscribing Directly
- Create your first email address by clicking the Create New Email button on
- the emails page. Copy the email address to your clipboard using the
- copy button, and enter that email address into an email subscription box. If you are already logged into
- Substack you might need to logout to use your new email address.
+ Create your first email address by clicking the button on
+ the emails page. Copy the email address
+ to your clipboard using the
+ copy button, and enter that email address into an email subscription box.
+ If you are already logged into Substack you might need to logout to use your new email address.
+
+
Create a Forwarding Rule
If you are a Gmail user you can create a forwarding rule to send email from your regular account to your Omnivore email address. This is useful if you have an existing paid newsletter subscription. For free newsletters we recommend subscribing directly to the newsletter with your Omnivore email address.
From 1ca6da0daa89ef4c6eb1e6ac4dd58f8bff694c6d Mon Sep 17 00:00:00 2001
From: Jackson Harper
Date: Thu, 31 Mar 2022 12:43:13 -0700
Subject: [PATCH 5/9] Simplify docs on setting up forwarding rules
---
packages/web/pages/help/newsletters.tsx | 39 ++++++++++++++++++-------
1 file changed, 28 insertions(+), 11 deletions(-)
diff --git a/packages/web/pages/help/newsletters.tsx b/packages/web/pages/help/newsletters.tsx
index c2eaabfa7..917594cca 100644
--- a/packages/web/pages/help/newsletters.tsx
+++ b/packages/web/pages/help/newsletters.tsx
@@ -124,31 +124,48 @@ export default function Newsletters(): JSX.Element {
Create a Forwarding Rule
-
If you are a Gmail user you can create a forwarding rule to send email from your regular account to your Omnivore email address. This is useful if you have an existing paid newsletter subscription. For free newsletters we recommend subscribing directly to the newsletter with your Omnivore email address.
+
+ If you are a Gmail user you can create a forwarding rule to send email from your regular account
+ to your Omnivore email address. This is useful if you have an existing paid newsletter subscription and
+ don't want to update your account email address.
+
+
+
+ For free newsletters we recommend subscribing directly to the newsletter with your Omnivore email address
+ instead of setting up forwarding rules.
+
Before you start:
-
Create an Omnivore Email Address by clicking the Create New Email button on the emails page.
+
Create an Omnivore Email Address by clicking the button on the emails page.
Make a note of the Newsletter's sender email address. For example omnivore@substack.com.
Create a forwarding rule:
-
On a computer open your Gmail Forwarding Rules. If clicking the Gmail Forwarding Rules link does not work: click on the Gear icon in the upper right corner of Gmail and select All Settings, then click the Forwarding and POP/IMAP tab
-
In the Forwarding section click Add a forwarding address.
+
+ On a computer open your Gmail Forwarding Rules.
+ If this link does not work: click on the Gear icon in the upper right corner of Gmail
+ and select All Settings, then click the Forwarding and POP/IMAP tab.
+
+
In the Forwarding section click Add a forwarding address.
Enter your Omnivore Email Address (eg username-sdfsd@inbox.omnivore.app) and click Next.
-
Click Proceed
-
Click OK
-
Refresh the Omnivore Newsletter Emails page and you should see a code appear beside your address (eg 663421251). Copy this code to your clipboard.
-
Return to your forwarding rules section and look for the confirm code text box. Enter the confirmation code you copied and click Verify.
-
In the forwarding section of Gmail, Click on Creating a Filter
+
Click Proceed and OK
+
Refresh the Omnivore Newsletter Emails page and you should see a code appear beside your address (eg 663421251).
+ Copy this code to your clipboard (click the button).
+
+
+ Return to your forwarding rules section and look for the confirm code text box.
+ Enter the confirmation code you copied and click Verify.
+
+
In the forwarding section of Gmail, Click on Creating a Filter
Add the email address of your newsletter (eg omnivore@substack.app) in the From section.
Click Create Filter
-
Choose Forward it to and enter your Omnivore Email Address (eg username-sdfsd@inbox.omnivore.app)
+
Choose Forward it to and enter your Omnivore Email Address (eg username-sdfsd@inbox.omnivore.app)
Click Create Filter at the bottom of the dialog.
-
+
)
}
From 6d480ffe38a52bafd2ee8d116e0fe13e2d0a2712 Mon Sep 17 00:00:00 2001
From: Jackson Harper
Date: Thu, 31 Mar 2022 12:44:09 -0700
Subject: [PATCH 6/9] Add extra padding on bottom of help docs
---
packages/web/pages/help/saving-links.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages/web/pages/help/saving-links.tsx b/packages/web/pages/help/saving-links.tsx
index bf88e6dea..ff16e56d1 100644
--- a/packages/web/pages/help/saving-links.tsx
+++ b/packages/web/pages/help/saving-links.tsx
@@ -162,6 +162,7 @@ export default function Colors(): JSX.Element {
+ An Omnivore email address will receive email, detect whether the email is a PDF document or newsletter,
+ and add the content to your library.
+
+
+ If Omnivore doesn't think the item should be added to your library,
+ it will be forwarded to the email address you used when you registered
+ for Omnivore (from msgs@omnivore.app).
+
+
+
Sending PDFs to your Omnivore Email Address
+
+ Add PDFs to your Omnivore library by sending them to your Omnivore email address. If there is a subject
+ line in the email, it will be used as the title of the PDF. If there is no subject line, the filename will
+ be used as the title.
+
+
+
Read all your newsletters in Omnivore
+
+ Subscribe to newsletters with your Omnivore email address and they
+ will be added to your library when we receive them.
+
+
+
+
+
+
+
+
+
+
+ )
+}
From e61d030e32dd64814d7d5f8b40dd91013c0790f1 Mon Sep 17 00:00:00 2001
From: Jackson Harper
Date: Thu, 31 Mar 2022 13:17:07 -0700
Subject: [PATCH 9/9] Improve formatting
---
packages/web/pages/help/emails.tsx | 39 ++-----------------------
packages/web/pages/help/newsletters.tsx | 6 +---
2 files changed, 4 insertions(+), 41 deletions(-)
diff --git a/packages/web/pages/help/emails.tsx b/packages/web/pages/help/emails.tsx
index 6a77f6396..40735fb62 100644
--- a/packages/web/pages/help/emails.tsx
+++ b/packages/web/pages/help/emails.tsx
@@ -1,41 +1,8 @@
/* eslint-disable @next/next/no-img-element */
-import { Box, HStack, SpanBox } from '../../components/elements/LayoutPrimitives'
+import { Box, HStack } from '../../components/elements/LayoutPrimitives'
import { PrimaryLayout } from '../../components/templates/PrimaryLayout'
import { Button } from '../../components/elements/Button'
import Link from 'next/link'
-import { StyledText } from '../../components/elements/StyledText'
-import { styled } from '@stitches/react'
-import { Copy, Plus } from 'phosphor-react'
-import { theme } from '../../components/tokens/stitches.config'
-
-const AddEmailButton = () => {
- return ()
-}
-
-const CopyButton = () => {
- return (
- )
-}
export default function Emails(): JSX.Element {
return (
@@ -68,7 +35,7 @@ export default function Emails(): JSX.Element {
and add the content to your library.
- If Omnivore doesn't think the item should be added to your library,
+ If Omnivore doesn't think the item should be added to your library,
it will be forwarded to the email address you used when you registered
for Omnivore (from msgs@omnivore.app).
@@ -86,7 +53,7 @@ export default function Emails(): JSX.Element {
will be added to your library when we receive them.
-
diff --git a/packages/web/pages/help/newsletters.tsx b/packages/web/pages/help/newsletters.tsx
index ad34e3be3..2c248f140 100644
--- a/packages/web/pages/help/newsletters.tsx
+++ b/packages/web/pages/help/newsletters.tsx
@@ -3,14 +3,11 @@ import { Box, HStack, SpanBox } from '../../components/elements/LayoutPrimitives
import { PrimaryLayout } from '../../components/templates/PrimaryLayout'
import { Button } from '../../components/elements/Button'
import Link from 'next/link'
-import { StyledText } from '../../components/elements/StyledText'
-import { styled } from '@stitches/react'
import { Copy, Plus } from 'phosphor-react'
import { theme } from '../../components/tokens/stitches.config'
const AddEmailButton = () => {
return ()
@@ -122,7 +118,7 @@ export default function Newsletters(): JSX.Element {
If you are a Gmail user you can create a forwarding rule to send email from your regular account
to your Omnivore email address. This is useful if you have an existing paid newsletter subscription and
- don't want to update your account email address.
+ don't want to update your account email address.