Add 'Select card to update' action for targeted Anki card updates#948
Open
thntx wants to merge 1 commit intokillergerbah:mainfrom
Open
Add 'Select card to update' action for targeted Anki card updates#948thntx wants to merge 1 commit intokillergerbah:mainfrom
thntx wants to merge 1 commit intokillergerbah:mainfrom
Conversation
Adds a new PostMineAction that opens a card search dialog when mining, letting the user pick which existing Anki note to update with audio and screenshot instead of always targeting the most recently added card. - New `update-selected-card` Chrome extension command (keyboard shortcut) - Card select dialog: shows last 50 notes added in past 30 days, filterable by key field and sentence field, with multi-select support - Multi-select checkbox (off by default) persisted via localStorage; when enabled an Apply button updates all selected notes at once - Fullscreen: dialog exits fullscreen on open, restores it on close - Locale fix: bundled strings deep-merged as base so new keys always resolve even when older cached remote translations are present Closes killergerbah#776 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #776
Summary
update-selected-cardkeyboard shortcut (Chrome extension command) that triggers this action directly.order === 0) as the primary label and the configured sentence field as secondary, and supports live search filtering across both.localStorage) lets the user select multiple cards and apply the update to all of them at once via an "Apply (N)" button.Test plan
chrome://extensions/shortcuts🤖 Generated with Claude Code