Add folder support

This commit is contained in:
Aurélie Delhaie
2022-10-22 19:33:54 +02:00
parent 8ceae034e1
commit 7b17dfb044
35 changed files with 1299 additions and 1313 deletions

View File

@@ -1,5 +1,12 @@
# TaskNote - Simple note editor
# WorkPad - Simple note editor
Wrote with Qt 6 Open Source : [Download](https://www.qt.io/download-open-source)
This is a very simple note editor. The editor has a Markdown text area and a rendering view
## Prepare to use on linux
You need to install Qt 6 dependencies
```sh
sudo apt install libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6
```