diff --git a/README.md b/README.md index a0b7fff6..ba0c5843 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ A self-hostable bookmark-everything app with a touch of AI for the data hoarders ## Features -- 🔗 Bookmark links, take simple notes and store images. +- 🔗 Bookmark links, take simple notes and store images and pdfs. - ⬇️ Automatic fetching for link titles, descriptions and images. - 📋 Sort your bookmarks into lists. - 🔎 Full text search of all the content stored. - ✨ AI-based (aka chatgpt) automatic tagging. With supports for local models using ollama! - 🔖 [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). -- 🌙 Dark mode support (web only so far). +- 🌙 Dark mode support. - 💾 Self-hosting first. - [Planned] Downloading the content for offline reading. diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx index 0f0a22c5..b2c9b414 100644 --- a/apps/landing/app/page.tsx +++ b/apps/landing/app/page.tsx @@ -12,6 +12,7 @@ import { ArrowDownNarrowWide, Bookmark, BrainCircuit, + CheckCheck, Github, Server, SunMoon, @@ -50,7 +51,7 @@ const featuresList = [ { icon: Bookmark, title: "Bookmark", - description: "Bookmark links, take simple notes and store images.", + description: "Bookmark links, take simple notes and store images and pdfs.", }, { icon: BrainCircuit, @@ -79,10 +80,15 @@ const featuresList = [ title: "Self Hosting", description: "Easy self hosting with docker for privacy and control.", }, + { + icon: CheckCheck, + title: "Bulk Actions", + description: "Quickly manage your bookmarks with bulk actions.", + }, { icon: SunMoon, title: "Dark Mode", - description: "Hoarder supports dark mode for better reading experience", + description: "Hoarder supports dark mode for better reading experience.", }, ]; diff --git a/docs/docs/01-intro.md b/docs/docs/01-intro.md index a51093ad..03c0c823 100644 --- a/docs/docs/01-intro.md +++ b/docs/docs/01-intro.md @@ -11,7 +11,7 @@ Hoarder is an open source "Bookmark Everything" app that uses AI for automatical ## Features -- 🔗 Bookmark links, take simple notes and store images. +- 🔗 Bookmark links, take simple notes and store images and pdfs. - ⬇️ Automatic fetching for link titles, descriptions and images. - 📋 Sort your bookmarks into lists. - 🔎 Full text search of all the content stored.