DISCLAIMER: This is still in development. It somewhat works but is very much unpolished and probably buggy. Use at your own risk.
A sticky notes widget for the KDE Plasma desktop.
- A directory tree view
- Notes are saved as plain text (vs HTML), so they can easily be used with other programs, eg. synced to your Nextcloud notes
git clone https://github.com/tilorenz/DirNotes.gitcd DirNotesmkdir build && cd buildcmake -S .. -B . && cmake --build . && sudo cmake --install .kpackagetool5 -i ../package/ -t Plasma/Applet
- Fix the polish loop when toggling the dir tree in expanded state
- give items in dir tree context menu
- replacing the "new note" and "open in file manager" buttons
- autosave to new file when user typed without selecting a file before
- Markdown Highlighting
- vim-style navigation (using Alt+hjklweb)
- pin button
- i18n