https://github.com/simonefelici/zournal
A journal app for detective games
https://github.com/simonefelici/zournal
journal note-taking
Last synced: 19 days ago
JSON representation
A journal app for detective games
- Host: GitHub
- URL: https://github.com/simonefelici/zournal
- Owner: SimoneFelici
- License: mit
- Created: 2026-02-06T09:59:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-30T19:57:16.000Z (about 2 months ago)
- Last Synced: 2026-04-30T20:20:57.681Z (about 2 months ago)
- Topics: journal, note-taking
- Language: Zig
- Homepage:
- Size: 4.99 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zournal
A journal app for detective/mistery games written in [Zig](https://codeberg.org/ziglang/zig).
https://github.com/user-attachments/assets/595b612c-91d8-4041-95b7-99821cee31ab
## Info
Detective games often give you a lot of info to keep in your head: suspects, clues, events, alibis, locations, contradictions, and relationships.
**Zournal** aims to keep everything in one place:
- Create investigation projects
- Split your work into cases
- Track people and suspects
- Write case notes and person-specific notes
- Visualize relationships between people
- Build timelines of events and connect them together
## Features
- [x] Projects
- [x] Cases
- [x] Notes
- [x] Relationship graph
- [x] Timeline events
- [ ] Global timeline
- [ ] An exit button
- [ ] Suspect management with role/status colors, like [The Séance of Blake Manor](https://store.steampowered.com/app/1395520/The_Sance_of_Blake_Manor/)
## Download
Download the latest version of **Zournal** from the releases [page](https://github.com/SimoneFelici/Zournal/releases/latest).
## Building from source
### Requirements
- Zig 0.16.0
### Build
```bash
git clone https://github.com/SimoneFelici/Zournal.git
cd Zournal
zig build -Doptimize=ReleaseFast
```
## Database location:
- Linux: `~/.local/share/Zournal/`
- Windows: `~/Library/Application Support/Zournal/`
- Macos: `%APPDATA%\Zournal\`