DeepTags is a Markdown notes manager that organizes notes according to tags.
DeepTags supports nested tags and offers simple ways to edit them, for example by dragging and dropping a tag on a note. These notes could be read either with the integrated editor or with one or multiple third party markdown editors installed on your system. Make sure to add them into the the app from Edit -> Markdown Readers
- Nested tags: You can create a hierarchy of tags to organize your notes in a directory-like structure. For example, the representation of the nested tag:
places/africa/algeria
, would be:
- add a tag to a note simply by dragging and dropping it on the file.
- set multiple markdown editors to open your notes with.
- The Qt framework (>=)5.5
- A C++14 compiler
You can download the latest release here.
git clone --recursive https://github.com/SZinedine/DeepTags.git
cd DeepTags
qmake && make
git clone https://aur.archlinux.org/deeptags.git
cd deeptags
makepkg -sic
or
yay -S deeptags
- QMarkdownTextEdit used as an integrated reader.
- Yannick Lung's icons are used throughout the app.