Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zettelkasten-Team/Zettelkasten
Zettelkasten-Developer-Builds
https://github.com/Zettelkasten-Team/Zettelkasten
Last synced: about 2 months ago
JSON representation
Zettelkasten-Developer-Builds
- Host: GitHub
- URL: https://github.com/Zettelkasten-Team/Zettelkasten
- Owner: Zettelkasten-Team
- License: gpl-3.0
- Created: 2014-03-19T09:41:40.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T20:06:36.000Z (7 months ago)
- Last Synced: 2024-05-19T15:04:55.888Z (7 months ago)
- Language: Java
- Homepage: http://zettelkasten.danielluedecke.de
- Size: 12.8 MB
- Stars: 706
- Watchers: 46
- Forks: 89
- Open Issues: 124
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - Zettelkasten-Team/Zettelkasten - 11 star:0.7k fork:0.1k Zettelkasten-Developer-Builds (Java)
- jimsghstars - Zettelkasten-Team/Zettelkasten - Zettelkasten-Developer-Builds (Java)
README
# Zettelkasten
Zettelkasten is a knowledge management tool. It is inspired by Niklas Luhmann's note-taking system (Zettelkasten is German for slip box).![screenshot](http://zettelkasten.danielluedecke.de/img/gallery/zkn1.png)
*Zettelkasten main window on macOS*## Download Zettelkasten
Here you can download the latest version of Zettelkasten: [Releases](https://github.com/Zettelkasten-Team/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](https://www.java.com/de/download/manual.jsp).## Wiki
Here you can find and add content about Zettelkasten in a [Wiki](https://github.com/Zettelkasten-Team/Zettelkasten/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:
```shell
git clone [email protected]:Zettelkasten-Team/Zettelkasten.git
```Then, in the root directory of the local repository, run the following command line:
```shell
mvn clean package
```
Note: `mvn` is [Apache Maven](https://maven.apache.org/install.html). 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](./LICENSE).