Skip to content

Comments

fix: prevent redundant folders when using custom notes path#15

Merged
ruslanlap merged 1 commit intoruslanlap:masterfrom
ShiSui97x:feature/custom-notes-path
Nov 1, 2025
Merged

fix: prevent redundant folders when using custom notes path#15
ruslanlap merged 1 commit intoruslanlap:masterfrom
ShiSui97x:feature/custom-notes-path

Conversation

@ShiSui97x
Copy link

This PR is a fix to the custom notes path feature.

Fix

When defining a custom path via the QUICKNOTES_CUSTOM_PATH environment variable, the plugin was still creating redundant subfolders (Microsoft/PowerToys/QuickNotes) inside the specified path.

What it does

This update ensures that when a custom path is provided, the plugin uses it directly without adding extra subfolders.
The default behavior (using %LOCALAPPDATA%\Microsoft\PowerToys\QuickNotes) remains unchanged when the variable is not set.

@ruslanlap ruslanlap merged commit 809f41b into ruslanlap:master Nov 1, 2025
1 of 2 checks passed
@ruslanlap
Copy link
Owner

I’ll take a look at this on Monday, run some testing, and prepare a new release v1.0.11.
We could also consider adding a folder change option directly inside the plugin UI via AdditionalOptions — that would make it even more user-friendly.

@ShiSui97x
Copy link
Author

ShiSui97x commented Nov 1, 2025

Alright! Yes you're right, it'll make it so much more convenient.

I want to be honest with you, I have basically zero C# knowledge. I just understood the code’s behavior, did some research, and made the modifications. I’m definitely ready to continue working on it though, and maybe even consider chatting via Discord ?

@ruslanlap
Copy link
Owner

Nice, I want to find new idea
My discord
https://discord.gg/ZhWj2ZEx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants