docs: cover 5 shipped-but-undocumented features (#1013)#1364
Conversation
Coverage follow-up to the #1013 UI-drift audit (PR #1329). An ultracode 29-feature sweep found docs/docs covered 24/29 recent features; this fills the 5 gaps (all shipped after the 2.13.1 snapshot, so docs/docs / Next only): - Settings: replace the stale singular "Template Folder Path" with the "Template folder paths" list, incl. empty-list behaviour (#1325) - FormatSyntax + QuickAddAPI: Tab inserts/indents in the multi-line and wideInputPrompt() prompts; Shift+Tab still moves focus (#764) - Settings: per-type command icons + the data.json `icon` override (#1342) - FormatSyntax: named-suggester reuse is case-insensitive and first-write-wins (#1336) - CaptureChoice: note-picker Quick-Switcher ordering + the "Create new note" row (#1335) Also adds the "Allow URI x-callback-url" toggle to the Settings page and corrects a pre-existing GLOBAL_VAR case-sensitivity note. Docs build verified locally (cd docs && pnpm build); CI path-ignores docs/**.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation-only updates across four files: ChangesDocumentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Deploying quickadd with
|
| Latest commit: |
efeb6cf
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e3153773.quickadd.pages.dev |
| Branch Preview URL: | https://chhoumann-1013-docs-coverage.quickadd.pages.dev |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/docs/Settings.md`:
- Around line 49-52: The documentation section on automatic command icons
incorrectly identifies the icon type for Template choices. In the "Automatic
command icons" bullet point, update the icon reference from "document" to
"file-text" to accurately reflect which Lucide icon is actually assigned to
Template choices when they are converted to commands. The rest of the section
(the override mechanism via the icon field and the guidance about editing
data.json) is correct and requires no changes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 382ba803-762c-4867-89c1-484b0f5a5401
📒 Files selected for processing (4)
docs/docs/Choices/CaptureChoice.mddocs/docs/FormatSyntax.mddocs/docs/QuickAddAPI.mddocs/docs/Settings.md
CodeRabbit: Template's icon is `file-text`, not "a document". List the literal Lucide ids (file-text/pencil/terminal/folder) so the per-type defaults match choiceUtils.ts and the override bullet's id framing.
What
Coverage follow-up to the #1013 docs UI-drift audit (PR #1329, merged). An ultracode 29-feature sweep cross-checked
docs/docsagainst every recently shipped feature: 24/29 were already covered (FormatSyntax.md in particular is excellent), and an adversarial verify pass confirmed 5 real gaps. This PR fills them. Every gap shipped after the 2.13.1 release, so the edits are indocs/docs(Next) only — the frozenversion-2.13.1snapshot is correctly untouched.Gaps closed
Settings.md: stale singular "Template Folder Path" → the "Template folder paths" list (add/remove, empty-list behaviour + its effect on the launcher)FormatSyntax.md(#value-multiline) +QuickAddAPI.md(wideInputPrompt): Tab inserts/indents, Shift+Tab moves focusSettings.mdnew Command icons section: per-type defaults + thedata.jsoniconoverrideFormatSyntax.md: name reuse is case-insensitive and first-write-winsCaptureChoice.md: Quick-Switcher ordering, Excluded-files sink, "Create new note" rowPlus two opportunistic accuracy fixes while in the files:
Settings.md: documented the "Allow URI x-callback-url" toggle (a real AI & Online control the page was missing), with its off-by-default security rationale.FormatSyntax.md: corrected a pre-existing{{GLOBAL_VAR}}note — the keyword is case-insensitive but the snippet name is case-sensitive (completeFormatter.tsdoes a plain object lookup).Verification
{{GLOBAL_VAR}}" cross-reference and broadening the named-suggester conflict trigger.cd docs && pnpm buildsucceeds with no broken-link errors.versioned_docsfiles touched.Refs #1013. Does not close it on its own, but clears the audit's remaining "document new settings/options" tail.
Summary by CodeRabbit
Release Notes
data.json).