Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmikkers/pepernote
PeperNote is a MIT licensed open source desktop stickynote replacement
https://github.com/jpmikkers/pepernote
csharp dotnet dotnetcore postit sticky stickynote windows windows-10 windows-7 wpf
Last synced: 25 days ago
JSON representation
PeperNote is a MIT licensed open source desktop stickynote replacement
- Host: GitHub
- URL: https://github.com/jpmikkers/pepernote
- Owner: jpmikkers
- License: mit
- Created: 2020-11-20T11:12:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T12:14:25.000Z (over 1 year ago)
- Last Synced: 2024-09-28T22:41:01.595Z (about 1 month ago)
- Topics: csharp, dotnet, dotnetcore, postit, sticky, stickynote, windows, windows-10, windows-7, wpf
- Language: C#
- Homepage:
- Size: 141 KB
- Stars: 29
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeperNote
PeperNote is an MIT licensed open source desktop stickynote replacement.I chose the name "PeperNote" because it sounds like the dutch word for a type of small gingerbread [cookie](https://en.wikipedia.org/wiki/Kruidnoten#/media/File:Stapeltje_kruidnoten.jpg).
## Screenshot
![sticky note in edit state](https://github.com/jpmikkers/PeperNote/blob/main/Screenshots/pepernote_v1_1_0.png)
## How to install
- download the zipped msi installer via [this link](https://github.com/jpmikkers/PeperNote/releases/download/v1.1.0/PeperNote_v1.1.0.zip) .
- extract the file **PeperNoteSetup.msi**, double-click to install.
- if you get a popup message "the app you're trying to install isn't a Microsoft-verified app", you may have to unblock the installer by right-clicking **PeperNoteSetup.msi**, select properties (general tab), then checkmark 'unblock'.
- After installation, PeperNote will automatically start after the next reboot / login. If you don't want to wait for that you can start PeperNote from the start menu.
- PeperNote has a yellow system trayicon. Double click it to create a new note, right click to show the menu.## Technical details
- The installation prerequisite is .NET 6
- The UI uses the WPF library (Windows Presentation Framework).
- The notes you create will be stored in **%localappdata%\PeperNote** , which typically expands to **c:\users\username\AppData\Local\PeperNote**
- To build the project and installer you need Visual Studio 2022
- Required visual studio extension: Microsoft Visual Studio Installer Projects 2022 v2.0.0