A sticky note that is very sticky, and will always be on top.
It was initially just intended to show off a feature request for Fluid, but then I decided to make it into a functioning application.
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.
Required Dependencies
- Node.js
- Electron
First, download the files. You can do it by
- Clicking on
Code
and thenDownload ZIP
- Cloning the repository via the GitHub Desktop App
- Cloning the repository via Git, by running
git clone https://github.com/janluofficial/very-sticky-note.git
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.
Head over to the Releases
section on the right side of your screen and download the version for your operating system.
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.