A portable cross-platform sticky note application.
...It is very simple and its use recalls that of the real sticky notes in the following three steps:
1. create a new / take a note;
2. (re)edit it;
3. stick it.
YSticky is developed in Java so needs the Java VirtualMachine (version 6 or higher) that, in the case, is very easy to download and install. It does not need installation since quickly creates and edits notes in the same directory of the executable.
...Any changes are reflected in the file system directly.
Features:
- group notes and images in a tree structure (using folders)
- can work on any directory on your machine
- technically works like a file browser with inline text editing
- synchronizes with any WebDAV server (optionally using SSL/TLS)
- allows one-way and two-way synchronization
- allows to encrypt your files locally and remote using AES256
- multi language support
You can obtain the full source code at:
https://crispy-cow.de/git/CrispySyncNote.git
Latest changes:
2.1.0: Updated for Java 9 and up
2.0.2: Added more UI translation, updated greek language (thanks to geogeo)
2.0.1: Bugfix: Sync state is now copied when duplicating workspace due to change in encryption settings