Skip to content

Zettelkasten-Team/Zettelkasten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zettelkasten

build status

Zettelkasten is a knowledge management tool. It is inspired by Niklas Luhmann's note-taking system (Zettelkasten is German for slip box).

screenshot Zettelkasten main window on macOS

Download Zettelkasten

Here you can download the latest version of Zettelkasten: Releases.

Note to users:

This information is relevant to users of Zettelkasten. To run Zettelkasten you need a Java Runtime Environment for Java 8. See page.

Wiki

Here you can find and add content about Zettelkasten in a Wiki.

Zettelkasten Build

Note to software developers:

This information is only relevant to software developers. To build the Zettelkasten, you need a Java Development Kit (JDK) for Java 8 and Maven 3.

To get a local repository, use Git:

git clone git@github.com:Zettelkasten-Team/Zettelkasten.git

Then, in the root directory of the local repository, run the following command line:

mvn clean package

Note: mvn is Apache Maven. Confirm with mvn -v in a new shell.

Find the build result in your target directory.

License

The GPLv3 applies. For detail information see LICENSE.