aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOlicorne <26625900+thiswillbeyourgithub@users.noreply.github.com>2025-06-01 14:41:26 +0200
committerGitHub <noreply@github.com>2025-06-01 13:41:26 +0100
commit8784c73c112b5b87bcf48670401e3956464ea436 (patch)
tree55043f79d0ae3e0969a0db2e043a733feb693617 /docs
parent5f473401d67de6e366ef1b74805ed82c56d9682e (diff)
downloadkarakeep-8784c73c112b5b87bcf48670401e3956464ea436.tar.zst
docs: mention the list of example scripts for the community api (#1484)
* doc: mention the list of example scripts for the community api * doc: mention each community scripts * doc: remove sort of obsolete community scripts
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/13-community-projects.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs/13-community-projects.md b/docs/docs/13-community-projects.md
index cff1dbdc..f7a8df42 100644
--- a/docs/docs/13-community-projects.md
+++ b/docs/docs/13-community-projects.md
@@ -52,6 +52,15 @@ _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