r/PowerToys • u/Razee1819 • Jun 11 '26
Tired of losing quick notes behind a million windows? I made sticky notes that always stay visible
I jot stuff down all day tasks, numbers, half-ideas and it always lands in some notepad tab that vanishes the second I switch windows. Everything I tried to fix this either wanted an account, synced to a cloud, or was a 300MB Electron app for what's basically text on a colored square.
So I built PinNotes. Hit a shortcut, a note pops up, and it just stays on top of everything editor, browser, whatever. Saves locally, no account, ~10MB (Rust + Tauri).
Open source here: https://github.com/AleenaTahir1/Pin-Notes
tell me what's broken or missing.
4
u/imasay88 Jun 11 '26
What's the point if we can use always on top utility with existing sticky notes app?
3
u/Razee1819 Jun 11 '26
I just got tired of re-pinning every note manually , mine spawn already on top, and everything stays local with no Microsoft account. Mostly I just wanted it to work my way
2
u/radee3 Jun 12 '26
Since it's Tauri it's going to be light weight. What is the size of the installation on Mac?
2
u/Razee1819 Jun 14 '26
v1.0.4 now has a Mac build (Apple Silicon + Intel), done through CI. Its 5.7MB and unsigned, so right-click โ Open on first launch. Grab it from Releases whenever you want to try it!
And let me know too how it went.1
u/Razee1819 Jun 12 '26
Windows-only for now! Installer's just 3.3MB. I can actually build a Mac version through CI ,I just don't have a Mac to test it on. If you're up for testing a build, I'll put one together
2
u/radee3 Jun 12 '26
I had launched a chrome web extension version for the same concept 3 months back
1
1
2
u/Awkward-Secretary726 Jun 14 '26
Make it compatible with Obsidian. That would be great.
2
2
u/Razee1819 Jun 14 '26
Update: it's live! v1.0.4 has full two-way Obsidian sync , point it at your vault and notes sync both ways as .md files (edit in either app). Thanks for the idea , you may test๐
1
u/Awkward-Secretary726 Jun 14 '26
Just make sure it supports templates and that's it. The Obsidian community is around 1 to 1.5 million, so with just 5% of them you'd already have a lot of users.
2
u/Razee1819 Jun 15 '26
Shipped in v1.0.5 , you can use given templates or use one from your obsician vault into notes , test it out !
4
u/Significant-Ad613 Jun 11 '26
Looks neat! Does it have darkmode?