diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-29 18:31:05 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-11-29 18:32:19 +0000 |
| commit | 97c386a4d15294b4ed07ff83c8a6a773e7289ab8 (patch) | |
| tree | 3c8a22fdd92efa489638d5216714497d61b47b3e /docs/versioned_docs/version-v0.29.0/13-community-projects.md | |
| parent | f01d96fd91f8829d4d91c465e9950e78fc6f7513 (diff) | |
| download | karakeep-97c386a4d15294b4ed07ff83c8a6a773e7289ab8.tar.zst | |
release(docs): release the 0.29 docs
Diffstat (limited to 'docs/versioned_docs/version-v0.29.0/13-community-projects.md')
| -rw-r--r-- | docs/versioned_docs/version-v0.29.0/13-community-projects.md | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.29.0/13-community-projects.md b/docs/versioned_docs/version-v0.29.0/13-community-projects.md new file mode 100644 index 00000000..81768daf --- /dev/null +++ b/docs/versioned_docs/version-v0.29.0/13-community-projects.md @@ -0,0 +1,79 @@ +# Community Projects + +This page lists community projects that are built around Karakeep, but not officially supported by the development team. + +:::warning +This list comes with no guarantees about security, performance, reliability, or accuracy. Use at your own risk. +::: + +### Raycast Extension + +_By [@luolei](https://github.com/foru17)._ + +A user-friendly Raycast extension that seamlessly integrates with Karakeep, bringing powerful bookmark management to your fingertips. Quickly save, search, and organize your bookmarks, texts, and images—all through Raycast's intuitive interface. + +Get it [here](https://www.raycast.com/luolei/karakeep). + +### Alfred Workflow + +_By [@yinan-c](https://github.com/yinan-c)_ + +An Alfred workflow to quickly hoard stuff or access your hoarded bookmarks! + +Get it [here](https://www.alfredforum.com/topic/22528-hoarder-workflow-for-self-hosted-bookmark-management/). + +### Obsidian Plugin + +_By [@jhofker](https://github.com/jhofker)_ + +An Obsidian plugin that syncs your Karakeep bookmarks with Obsidian, creating markdown notes for each bookmark in a designated folder. + +Get it [here](https://github.com/jhofker/obsidian-hoarder/), or install it directly from Obsidian's community plugin store ([link](https://obsidian.md/plugins?id=hoarder-sync)). + +### Telegram Bot + +_By [@Madh93](https://github.com/Madh93)_ + +A Telegram Bot for saving bookmarks to Karakeep directly through Telegram. + +Get it [here](https://github.com/Madh93/karakeepbot). + +### Hoarder's Pipette + +_By [@DanSnow](https://github.com/DanSnow)_ + +A chrome extension that injects karakeep's bookmarks into your search results. + +Get it [here](https://dansnow.github.io/hoarder-pipette/guides/installation/). + +### Karakeep-Python-API + +_By [@thiswillbeyourgithub](https://github.com/thiswillbeyourgithub/)_ + +A python package to simplify access to the karakeep API. Can be used as a library or from the CLI. Aims for feature completeness and high test coverage but do check its feature matrix before relying too much on it. + +Its repository also hosts the [Community Script](https://github.com/thiswillbeyourgithub/karakeep_python_api/tree/main/community_scripts), for example: + +| Community Script | Description | Documentation | +|----------------|-------------|---------------| +| **Karakeep-Time-Tagger** | Automatically adds time-to-read tags (`0-5m`, `5-10m`, etc.) to bookmarks based on content length analysis. Includes systemd service and timer files for automated periodic execution. | [`Link`](https://github.com/thiswillbeyourgithub/karakeep_python_api/tree/main/community_scripts/karakeep-time-tagger) | +| **Karakeep-List-To-Tag** | Converts a Karakeep list into tags by adding a specified tag to all bookmarks within that list. | [`Link`](https://github.com/thiswillbeyourgithub/karakeep_python_api/tree/main/community_scripts/karakeep-list-to-tag) | +| **Omnivore2Karakeep-Highlights** | Imports highlights from Omnivore export data to Karakeep, with intelligent position detection and bookmark matching. Supports dry-run mode for testing. | [`Link`](https://github.com/thiswillbeyourgithub/karakeep_python_api/tree/main/community_scripts/omnivore2karakeep-highlights) | + + +Get it [here](https://github.com/thiswillbeyourgithub/karakeep_python_api). + +### FreshRSS_to_Karakeep + +_By [@thiswillbeyourgithub](https://github.com/thiswillbeyourgithub/)_ + +A python script to automatically create Karakeep bookmarks from your [FreshRSS](https://github.com/FreshRSS/FreshRSS) *favourites/saved* RSS item. Made to be called periodically. Based on the community project `Karakeep-Python-API` above, by the same author. + +Get it [here](https://github.com/thiswillbeyourgithub/freshrss_to_karakeep). + +### karakeep-sync +_By [@sidoshi](https://github.com/sidoshi/)_ + +Sync links from Hacker News upvotes, Reddit Saves to Karakeep for centralized bookmark management. + +Get it [here](https://github.com/sidoshi/karakeep-sync) |
