https://github.com/windowslogic-productions/postie-notes
A lightweight application for making sticky notes on your desktop. Compatible with Windows 98 SE+
https://github.com/windowslogic-productions/postie-notes
csharp native net-framework windows
Last synced: 5 months ago
JSON representation
A lightweight application for making sticky notes on your desktop. Compatible with Windows 98 SE+
- Host: GitHub
- URL: https://github.com/windowslogic-productions/postie-notes
- Owner: WindowsLogic-Productions
- License: gpl-3.0
- Created: 2020-06-01T15:59:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T09:13:45.000Z (12 months ago)
- Last Synced: 2025-07-09T10:27:55.178Z (12 months ago)
- Topics: csharp, native, net-framework, windows
- Language: C#
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postie Notes
**Postie Notes** is a simple tool that helps you set up and use controllers with FM2K on your Windows computer.
It works on Windows 98 SE and all newer versions.
## What does it do?
- **Save your ideas:** Jot down any idea you have and when you close a note, it automatically saves.
- **Easily open saved notes:** Open a note and it will appear on the Memoboard. You can even open notes externally outside of the Memoboard.
- **Memoboard:** Open notes reside on board contained within the program, unless opened externally.
- **Encryption:** Encrypt your notes easily without any knowledge on encryption or decryption.
- **Colours:** Choose the colour you want notes to be.
- **Password protection:** Password protect your encrypted notes to avoid tampering by outside sources. (In-development)
- **Works on most Windows PCs:** Supports Windows 98 SE and newer, so you don’t need the latest computer.
## How to Use
1. **Download or build the program**
- If you have a download link, just download and open it.
- If you want to build it yourself, you can use Visual Studio 2017 with .NET Desktop Development (see “For Developers” below).
2. **Open Postie Notes**
- Double-click the program to start.
3. **Get Started**
- Create a new note with "File > New note" and jot your ideas down.
## License
Postie Notes is free to use and share.
It uses the [GNU General Public License v3.0 (GPL-3.0)](LICENSE), which means you can share and modify it as long as you keep it open-source.
---
## Need help?
If you have questions or something isn’t working, visit the [project page on GitHub](https://github.com/WindowsLogic-Productions/postie-notes) for more info.
---
For developers: This project is written in C# (.NET Framework 2.0). Open `Controls.sln` in Visual Studio 2017 to build.