https://github.com/adueck/journee-diary
A lightweight, simplified, RedNotebook-inspired journal/diary app. Built with Electron. Makes dated text files.
https://github.com/adueck/journee-diary
calendar diary electron journal
Last synced: 3 months ago
JSON representation
A lightweight, simplified, RedNotebook-inspired journal/diary app. Built with Electron. Makes dated text files.
- Host: GitHub
- URL: https://github.com/adueck/journee-diary
- Owner: adueck
- License: apache-2.0
- Created: 2016-11-05T14:09:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T22:02:27.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T20:06:34.190Z (about 1 year ago)
- Topics: calendar, diary, electron, journal
- Language: JavaScript
- Homepage: https://adueck.github.io/journee
- Size: 758 KB
- Stars: 51
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# journee
A lightweight, simplified RedNotebook-type journal/diary app. Built with Electron. Makes a folder full of dated text files.

### Installing and Running
#### Windows Installer Binary
[Download Here](https://s3.amazonaws.com/journee-app/Journee-1.1.1-setup.exe)
#### Run From Source with Electron
Make sure you have electron installed globally
```
npm install -g electron
```
Clone the repository
```
git clone https://github.com/adueck/journee-diary
```
Move into the app directory
```
cd journee-diary/app
```
then install dependencies and run
```
npm install
electron .
```
### Journee works great... but it's just getting started.
#### Things still coming:
- Audio notes
- File Attachments
#### Contributions are welcome!
Apache 2.0 Licence