diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | docs/docs/01-intro.md | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -26,7 +26,9 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders - 🎆 OCR for extracting text from images. - 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) and [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/hoarder/) for quick bookmarking. - 📱 An [iOS app](https://apps.apple.com/us/app/hoarder-app/id6479258022), and an [Android app](https://play.google.com/store/apps/details?id=app.hoarder.hoardermobile&pcampaignid=web_share). -- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. +- 📰 Auto hoarding from RSS feeds. +- 🌐 REST API. +- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. Auto video archiving using [youtube-dl](https://github.com/marado/youtube-dl). - ☑️ Bulk actions support. - 🔐 SSO support. - 🌙 Dark mode support. diff --git a/docs/docs/01-intro.md b/docs/docs/01-intro.md index d35585f8..ea5cd144 100644 --- a/docs/docs/01-intro.md +++ b/docs/docs/01-intro.md @@ -19,7 +19,9 @@ Hoarder is an open source "Bookmark Everything" app that uses AI for automatical - 🎆 OCR for extracting text from images. - 🔖 [Chrome plugin](https://chromewebstore.google.com/detail/hoarder/kgcjekpmcjjogibpjebkhaanilehneje) and [Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/hoarder/) for quick bookmarking. - 📱 An [iOS app](https://apps.apple.com/us/app/hoarder-app/id6479258022), and an [Android app](https://play.google.com/store/apps/details?id=app.hoarder.hoardermobile&pcampaignid=web_share). -- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. +- 📰 Auto hoarding from RSS feeds. +- 🌐 REST API. +- 🗄️ Full page archival (using [monolith](https://github.com/Y2Z/monolith)) to protect against link rot. Auto video archiving using [youtube-dl](https://github.com/marado/youtube-dl). - ☑️ Bulk actions support. - 🔐 SSO support. - 🌙 Dark mode support. |
