v3.0 Enhancements (by mario-dedalus)#1
Open
mario-dedalus wants to merge 4 commits into
Open
Conversation
I made a few modifications, maybe you like it? 👍
Removed duplicate license section from README.
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.
🚀 v3.0 Enhancements (community fork by mario-dedalus)
Centralized Notes Storage
Notes are no longer scattered across every folder. All notes are stored in a single hidden
.filenotesfolder next to the script, encoded by full file path. This makes backup, sync, and management trivial.Auto-Preview
The script now automatically shows a tooltip when you focus a file that has a note — no hotkey needed. The tooltip dismisses itself after a configurable duration (default: 3 seconds).
Styled Tooltips
Replaced the plain native
ToolTip()with a custom dark-themed popup (rounded corners, Win11 DWM styling). Switchable back to the native tooltip per-mode via settings.Settings GUI & Configurable Hotkeys
All hotkeys and auto-preview options are configurable through a built-in settings window (tray menu → Settings), saved to
config.ini. No more editing the script to change a shortcut.Delete Note
Added a Delete Note button in the editor with a confirmation dialog.
Tray Menu
Custom tray menu with quick access to Settings, the Notes folder, script editing, reload, and exit.