feat: Settings, i18n, Table of Contents & bug fixes#11
Open
sasbucha wants to merge 1 commit into
Open
Conversation
- Add Settings component with language, theme, font size, spellcheck, auto-save options - Add i18n system with English and Russian translations - Add Table of Contents component for heading navigation - Add search plugin for editor - Fix menu bar keyboard shortcuts and handlers - Fix unsaved changes warning (beforeunload) - Fix theme sync with OS preferences - Fix dead menu items (Preferences, Shortcuts, DevTools, Zoom, Fullscreen) - Fix closeTab dependency array issue - Clean up unused FileData interface and _event parameter - Add standard keyboard shortcuts (Ctrl+S, Ctrl+W, Ctrl+O) - Add recent files/folders support in electron main process - Add auto-update check via GitHub API
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.
Summary
This PR adds several new features and fixes multiple bugs:
New Features
Bug Fixes
Files Changed