All Projects → alangrainger → epic-journal

alangrainger / epic-journal

Licence: other
A clean and modern encrypted journal/diary app

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to epic-journal

pdiary
A simple terminal diary journal application written in Python with encryption support.
Stars: ✭ 24 (-70%)
Mutual labels:  journal, diary, encrypted
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-56.25%)
Mutual labels:  journal, journaling
Hazama
simple cross-platform diary app
Stars: ✭ 24 (-70%)
Mutual labels:  journal, diary
Emojilog
A nice little diary for emoji logs.
Stars: ✭ 12 (-85%)
Mutual labels:  journal, diary
Friends
Spend time with the people you care about. Introvert-tested. Extrovert-approved.
Stars: ✭ 737 (+821.25%)
Mutual labels:  journal, diary
Rednotebook
RedNotebook is a cross-platform journal
Stars: ✭ 336 (+320%)
Mutual labels:  journal, diary
journalist
App to write journal digitally. Simple as that.
Stars: ✭ 23 (-71.25%)
Mutual labels:  journal, diary
Journee Diary
A lightweight, simplified, RedNotebook-inspired journal/diary app. Built with Electron. Makes dated text files.
Stars: ✭ 27 (-66.25%)
Mutual labels:  journal, diary
Sublimenotebook
📝 Make Sublime Text your favorite note taking/journal application
Stars: ✭ 203 (+153.75%)
Mutual labels:  journal, diary
Jrnl
Collect your thoughts and notes without leaving the command line.
Stars: ✭ 5,126 (+6307.5%)
Mutual labels:  journal, encrypted
Mini Diary
📘 Simple and secure journal app
Stars: ✭ 769 (+861.25%)
Mutual labels:  journal, diary
Star book
A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.
Stars: ✭ 33 (-58.75%)
Mutual labels:  journal, diary
My Freecodecamp Code
My code from the bootcamp.
Stars: ✭ 1,546 (+1832.5%)
Mutual labels:  journal
gthnk
Personal Knowledge Management System. Capture your ideas using plain old text files. Make a journal that lasts 100 years.
Stars: ✭ 29 (-63.75%)
Mutual labels:  journal
Janeway
A journal management system designed for publishing scholarly articles.
Stars: ✭ 115 (+43.75%)
Mutual labels:  journal
Growtracker Android
Grow tracking app for growing plants. Project is still in active development!
Stars: ✭ 89 (+11.25%)
Mutual labels:  journal
Blog
h2O's Blog
Stars: ✭ 18 (-77.5%)
Mutual labels:  journal
PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (+46.25%)
Mutual labels:  journal
Txt
A simple, private writing app.
Stars: ✭ 88 (+10%)
Mutual labels:  journal
Gitjournal
Mobile first Note Taking integrated with Git
Stars: ✭ 1,138 (+1322.5%)
Mutual labels:  journal

Epic Journal

A free cross-platform encrypted daily journal / diary app, with full CSS styling. It is built with Sqlite3 and SQLcipher with AES 256 CBC encryption.

💀💀💀 Update 2022 💀💀💀

Due to the amazing Obsidian project, there is no need for this project to continue. Obsidian does everything this could do and a lot more.

If you want to have an encrypted Obsidian instance, just use Cryptomator + Dropbox or Google Drive.

https://obsidian.md/

Screenshot

I built it as a free and open replacement for The Journal by DavidRM, which I have used for many years. The main issues I wanted to solve were better styling, and the ability to know that my entries are safe for the long-term, with an open and known database format.

Features

  • Fast and clean Electron app
  • AES 256 CBC encryption
  • Single journal file that you can store in your Dropbox, or wherever you like
  • Custom style types
  • Pure HTML5 compatible
  • Syntax highlighting
  • Insertable templates
  • Tagging
  • Image support
  • Active development

Development notes

To set up the dev environment, just:

npm install

This should run electron-builder after install to rebuild the SQLCipher package for your environment.

To run or build:

npm run dev
npm build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].