Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahme-dev/journalv

Journaling app for your days and dreams.
https://github.com/ahme-dev/journalv

journal tauri vue

Last synced: about 2 months ago
JSON representation

Journaling app for your days and dreams.

Awesome Lists containing this project

README

        

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/ahmeddots/journalv?color=red&include_prereleases&style=flat-square)
![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/ahmeddots/journalv/@tauri-apps/api?label=tauri&style=flat-square&color=red)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ahmeddots/journalv/Release?style=flat-square)
![GitHub all releases](https://img.shields.io/github/downloads/ahmeddots/journalv/total?color=blue&style=flat-square)

### JournalV

Journaling app for your days and dreams, being built with ~~Electron~~ Tauri and Vue.

![app icon](assets/jv-icon-sm.png)






### Features

- Add entries for your days to the journal.
- Do dream journaling and keep the contents of your dreams.
- Search through your entries for tags and titles, and look back on them.






### Install

There are two ways to get the app:

1. Grab a binary from the [releases page](https://github.com/ahmeddots/journalv/releases) (builds are automated, and not tested currently).
2. Clone repo, go into, and run `npm run tauri build`. Finished binaries will be in the target directory.






### Preview

Here we go through some of the app screens and the showcase the features graphically.

- The main menu of the app, containing tips and options:

![peview1](assets/jv1.png)

- We can change the accent colour here:

![peview2](assets/jv2.png)

- Also can add entries, which we have here, adding a title and some content:

![peview3](assets/jv3.png)

- We can add tags to entries, too, for easy searches:

![peview4](assets/jv4.png)

- The search screen displays all entries stored, and search can be done through them:

![peview5](assets/jv5.png)

- Just typing will search through the titles only:

![peview6](assets/jv6.png)

- We can search using tags with the '#' prefix (other prefixes can be found in the menu):

![peview7](assets/jv7.png)

- Saving and loading data depends on your password:

![peview8](assets/jv8.png)