docs: add karatui to community projects#2616
docs: add karatui to community projects#2616bercribe wants to merge 1 commit intokarakeep-app:mainfrom
Conversation
WalkthroughA new "Karatui" community project entry has been added to the community projects documentation, including author attribution, a description of its terminal UI capabilities with keyboard-driven management features, and a link to the project repository. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can suggest fixes for GitHub Check annotations.Configure the |
Greptile SummaryThis PR adds a new entry for Karatui — a terminal user interface (TUI) for Karakeep — to the community projects documentation page. The addition follows the existing document structure and formatting conventions used by other entries.
Confidence Score: 5/5
Important Files Changed
Reviews (1): Last reviewed commit: "add karatui to community projects" | Re-trigger Greptile |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/docs/07-community/01-community-projects.md`:
- Around line 93-95: Replace the phrase "keyboard driven" with the hyphenated
"keyboard-driven" in the sentence describing Karakeep, and replace the
non-descriptive link text "here" with a descriptive project-specific label such
as "Karatui on GitHub" (update the markdown link text while keeping the same
URL) so the sentence reads clearly and the link is accessible.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 88648e92-2068-408d-b9cb-7a5da1b3062f
📒 Files selected for processing (1)
docs/docs/07-community/01-community-projects.md
| A terminal user interface for Karakeep. Supports keyboard driven tag and list management of bookmarks, with suggestions populated from your server. | ||
|
|
||
| Get it [here](https://github.com/bercribe/karatui) |
There was a problem hiding this comment.
Polish wording and use descriptive link text for docs accessibility.
At Line 93, “keyboard driven” should be hyphenated as “keyboard-driven.”
At Line 95, link text “here” is non-descriptive; use project-specific link text.
✍️ Suggested doc fix
-A terminal user interface for Karakeep. Supports keyboard driven tag and list management of bookmarks, with suggestions populated from your server.
+A terminal user interface for Karakeep. Supports keyboard-driven tag and list management of bookmarks, with suggestions populated from your server.
-Get it [here](https://github.com/bercribe/karatui)
+Get Karatui on [GitHub](https://github.com/bercribe/karatui).🧰 Tools
🪛 LanguageTool
[grammar] ~93-~93: Use a hyphen to join words.
Context: ...nterface for Karakeep. Supports keyboard driven tag and list management of bookma...
(QB_NEW_EN_HYPHEN)
🪛 markdownlint-cli2 (0.21.0)
[warning] 95-95: Link text should be descriptive
(MD059, descriptive-link-text)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/docs/07-community/01-community-projects.md` around lines 93 - 95,
Replace the phrase "keyboard driven" with the hyphenated "keyboard-driven" in
the sentence describing Karakeep, and replace the non-descriptive link text
"here" with a descriptive project-specific label such as "Karatui on GitHub"
(update the markdown link text while keeping the same URL) so the sentence reads
clearly and the link is accessible.
No description provided.