Skip to content

mkurtt96/Quick-Sticky-Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Sticky Note

License: MIT A very simple sticky notes application stripped down to the bare minimum.

I made this because my needs are very simple: Open a note on the desktop → type in → delete when done. No fancy customization. No unnecessary features. Super simple, super easy setup.

How it works

Right-click the desktop and use the context menu option for the .qnote file type: image

This will:

  • Create a .qnote file in your %LOCALAPPDATA%\QuickSticky\ folder.

  • Open a sticky note window at your current cursor position.

Closing a note

The note stays open until you click the X three times. This safety measure avoids accidental closures. image

When closed, the program will:

  • Delete the associated .qnote file.
  • Terminate the note process if it's the last note open.

Startup behavior

The installer sets the app to run on system startup. On startup, it will:

  • Look for existing .qnote files and reopen them.
  • If none are found, the app immediately exits — nothing runs in the background unless you have a note on screen.

Purpose

The goal is to have a quick, visible reminder for simple tasks — not to use the desktop as a calendar replacement.

About

A very very simple, quick sticky notes, that is stripped down to almost nothing.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors