The digital Zettelkasten (German for slip-box) is a program for knowledge management. It is inspired by the note-taking system of Niklas Luhmann. The official website can be found under http://zettelkasten.danielluedecke.de.
The latest release can be found here.
For the build, the Java Development Kit (JDK) 8 or higher is required. For future versions, JDK 11 is recommended. Additionally, Maven 3 is used.
To clone a local repository Git is used.
git clone git@github.com:Zettelkasten-Team/Zettelkasten.git
In a next step, the project can be build with:
mvn clean package
The finished build can be found in the target
-folder
The GPLv3 applies. For detail information see LICENSE.md