From 917fce50d6d5b2702b296b4ddf44c7dd205c4646 Mon Sep 17 00:00:00 2001 From: Matthieu Guyonnet-Duluc Date: Mon, 26 Aug 2024 20:29:28 -0400 Subject: [PATCH 1/2] Several edits on the saving page to clarify or link to others sections To avoid duplicating content I removed a section about the newsletters support and also add the PDF feature by email --- docs/.vitepress/locales/en.ts | 2 +- docs/using/saving.md | 20 +++++++------------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/.vitepress/locales/en.ts b/docs/.vitepress/locales/en.ts index ffabcd05..aaf8da43 100644 --- a/docs/.vitepress/locales/en.ts +++ b/docs/.vitepress/locales/en.ts @@ -24,7 +24,7 @@ export const themeConfig: DefaultTheme.Config = { text: "Using Omnivore", items: [ { text: "Installation", link: "/using/install" }, - { text: "Saving Links", link: "/using/saving" }, + { text: "Saving Content", link: "/using/saving" }, { text: "Reading", link: "/using/reading" }, { text: "Email Inbox", link: "/using/inbox" }, { text: "Feeds (RSS & Atom)", link: "/using/feeds" }, diff --git a/docs/using/saving.md b/docs/using/saving.md index b7dd2fd6..a4a425b1 100644 --- a/docs/using/saving.md +++ b/docs/using/saving.md @@ -1,5 +1,5 @@ --- -title: Saving to your Omnivore Library +title: Saving Content to your Omnivore Library editLink: true --- @@ -11,7 +11,7 @@ There are five ways to save links to pages or articles that you wish to read lat ## Saving from Your Omnivore Library -1. In the upper right corner of your Library, tap the Add Link button. +1. In the upper right corner (or at the bottom of the sidebar in the web version) of your Library, tap the Add Link button. 2. Enter the URL you wish to save and tap Add Link. 3. The link will appear in your Library the next time you refresh it. @@ -62,17 +62,9 @@ Once the mobile app is installed: ## Newsletter Subscriptions via Email -- On the Omnivore website or app, tap your photo, initial, or avatar in the top right corner to access the profile menu. Select Emails from the menu. -- Tap Create a New Email Address to add a new email address (e.g. username-123abc@inbox.omnivore.app) to the list. -- Click the Copy icon next to the email address. -- Navigate to the signup page for the newsletter you wish to subscribe to. -- Paste the Omnivore email address into the signup form. -- New newsletters will be automatically delivered to your Omnivore inbox. +See [using you email Inbox](./inbox.md#receiving-newsletter-subscriptions-via-email) -::: tip If Omnivore receives an email that does not look like an article, such as a welcome message or note from the author, it will be forwarded to your Omnivore account email address (the email you registered with). -::: - -## Saving PDFs from a Mac +## Saving PDFs from a Mac or by email - Install the [Mac App](https://omnivore.app/install/mac). - On your Mac, locate the PDF you wish to save and right-click or command+click on the file name. @@ -80,6 +72,8 @@ Once the mobile app is installed: The link will appear in your Library the next time you refresh it. -## Demonstration +Alternatively you can use the [email feature](inbox.mdl#sending-pdfs-to-your-omnivore-email-address) to send a PDF document to your Omnivore library. + +## Watch it in action - 10 ways to add items to your Omnivore library From 80ee56fe3e53c18902668659cc709565e8b0883e Mon Sep 17 00:00:00 2001 From: Matthieu Guyonnet-Duluc Date: Mon, 26 Aug 2024 20:33:43 -0400 Subject: [PATCH 2/2] Fixed typo in link --- docs/using/saving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/saving.md b/docs/using/saving.md index a4a425b1..2facf476 100644 --- a/docs/using/saving.md +++ b/docs/using/saving.md @@ -72,7 +72,7 @@ See [using you email Inbox](./inbox.md#receiving-newsletter-subscriptions-via-em The link will appear in your Library the next time you refresh it. -Alternatively you can use the [email feature](inbox.mdl#sending-pdfs-to-your-omnivore-email-address) to send a PDF document to your Omnivore library. +Alternatively you can use the [email feature](inbox.md#sending-pdfs-to-your-omnivore-email-address) to send a PDF document to your Omnivore library. ## Watch it in action - 10 ways to add items to your Omnivore library