/very-sticky-note

A sticky note that stays on top.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Very Sticky Note

icon

A sticky note that is very sticky, and will always be on top.

Screenshot (from v1.0.0)

A screenshot of very sticky note!

Why does this exist?

It was initially just intended to show off a feature request for Fluid, but then I decided to make it into a functioning application.

Why would I need this?

Very Sticky Note is a great way to quickly write down things, such as URLs, Facts or code snippits. You can also open .txt files and save them as well, making it a nice alternative to opening notepad.

How do I get it?

Compiling it yourself

Required Dependencies

  • Node.js
  • Electron

First, download the files. You can do it by

After cloning the repository, go to the directory and run npm install --save-dev electron. From there, you can run npm start to to run very sticky note.

Grabbing a pre-compiled version

Head over to the Releases section on the right side of your screen and download the version for your operating system.

How do I make my own version of it?

Required Dependencies

  • Node.js
  • Electron
  • Electron Forge

After making your modifications, run the following two commands.

npm install --save-dev @electron-forge/cli
If you want to, you can run npx electron-forge import. However, this is most likely not required.

If all goes well, you should be able to run npm run make and compile it.