feat: Complete plugin redesign with improved UX and new sync features#673
Open
Zennykenzo4210 wants to merge 1 commit into
Open
Conversation
Major improvements: - Redesigned settings UI with tab-based navigation - Added searchable tables for Note Types and Folders - Implemented folder picker for easier path selection - Added import/export settings functionality New sync commands: - Sync Current File: Quick sync for active file - Sync Current Folder: Sync all files in current folder - Sync Entire Vault: Full vault sync (existing behavior) - Context menu integration for files and folders Enhanced user experience: - Progress modal with real-time status updates - Status bar indicator showing sync state - Better error messages and notifications - Improved performance with smart file change detection Technical improvements: - New UI components: TabContainer, SearchableTable, FolderSuggester, ProgressModal - Better code organization with src/ui/ folder - Enhanced error handling and user feedback - All existing features preserved for backward compatibility See REDESIGN_NOTES.md for detailed documentation
n4tt0u
added a commit
to n4tt0u/Obsidian_to_Anki_Kai
that referenced
this pull request
Dec 22, 2025
n4tt0u
added a commit
to n4tt0u/Obsidian_to_Anki_Kai
that referenced
this pull request
Dec 28, 2025
Updated README to reflect major improvements and new features from PR ObsidianToAnki#673, including redesigned UI, sync commands, and technical enhancements.
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.
Major improvements:
New sync commands:
Enhanced user experience:
Technical improvements:
See REDESIGN_NOTES.md for detailed documentation