/DeepTags

DeepTags is a markdown notes manager with support for nested tags

Primary LanguageC++GNU General Public License v3.0GPL-3.0

DeepTags

DeepTags

Github Releases Build Status Build Status Windows

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

Screenshot of DeepTags on a Linux machine running plasma 5

Features

  • 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:

tag hierarchy

  • add a tag to a note simply by dragging and dropping it on the file.
  • set multiple markdown editors to open your notes with.

Dependencies

  • The Qt framework (>=)5.5
  • A C++14 compiler

Downloads

You can download the latest release here.

Linux

Building from source

git clone --recursive https://github.com/SZinedine/DeepTags.git
cd DeepTags
qmake && make

Install on Arch Linux

git clone https://aur.archlinux.org/deeptags.git
cd deeptags
makepkg -sic

or

yay -S deeptags

Credit