All Projects β†’ samuelmeuli β†’ Mini Diary

samuelmeuli / Mini Diary

Licence: mit
πŸ“˜ Simple and secure journal app

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Mini Diary

WebDGap
WebDGap allows you to convert any website or HTML/CSS/JavaScript web application to a native Windows, Mac, Linux, PhoneGap, and Chrome application/extension.
Stars: ✭ 106 (-86.22%)
Mutual labels:  mac-app, linux-app
Friends
Spend time with the people you care about. Introvert-tested. Extrovert-approved.
Stars: ✭ 737 (-4.16%)
Mutual labels:  journal, diary
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+8.71%)
Mutual labels:  electron-app, linux-app
Inboxer
Unofficial, free and open-source Inbox by Gmail Desktop App
Stars: ✭ 668 (-13.13%)
Mutual labels:  linux-app, electron-app
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+947.2%)
Mutual labels:  linux-app, mac-app
Hazama
simple cross-platform diary app
Stars: ✭ 24 (-96.88%)
Mutual labels:  journal, diary
journalist
App to write journal digitally. Simple as that.
Stars: ✭ 23 (-97.01%)
Mutual labels:  journal, diary
Lotion
Unofficial Notion.so app for Linux
Stars: ✭ 1,735 (+125.62%)
Mutual labels:  linux-app, electron-app
Geeks Diary
TIL writing tool for programmer
Stars: ✭ 616 (-19.9%)
Mutual labels:  diary, electron-app
Video Hub App
Official repository for Video Hub App
Stars: ✭ 272 (-64.63%)
Mutual labels:  linux-app, electron-app
epic-journal
A clean and modern encrypted journal/diary app
Stars: ✭ 80 (-89.6%)
Mutual labels:  journal, diary
Rednotebook
RedNotebook is a cross-platform journal
Stars: ✭ 336 (-56.31%)
Mutual labels:  journal, diary
todoist-linux
Todoist for Linux
Stars: ✭ 32 (-95.84%)
Mutual labels:  electron-app, linux-app
notion-linux-wrapper
Notion.so desktop application for Linux
Stars: ✭ 37 (-95.19%)
Mutual labels:  electron-app, linux-app
sage
πŸ’Έ Download from your banks and credit cards straight to your computer
Stars: ✭ 51 (-93.37%)
Mutual labels:  mac-app, linux-app
pdiary
A simple terminal diary journal application written in Python with encryption support.
Stars: ✭ 24 (-96.88%)
Mutual labels:  journal, diary
Aether App
Aether client app with bundled front-end and P2P back-end
Stars: ✭ 951 (+23.67%)
Mutual labels:  linux-app, mac-app
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (+104.68%)
Mutual labels:  linux-app, mac-app
Emojilog
A nice little diary for emoji logs.
Stars: ✭ 12 (-98.44%)
Mutual labels:  journal, diary
Electron Xiami
θ™Ύη±³ιŸ³δΉ & 虾米甡台 - Linux & Mac | Xiami Player & Xiami Radio desktop for Linux & Mac supported by Electron
Stars: ✭ 304 (-60.47%)
Mutual labels:  linux-app, electron-app

Mini Diary

Simple and secure journal app Screenshot

Download

Features and download links can be found on the website:

β†’ minidiary.app

Development

The application is built with Electron and React. To run or build the app yourself, you'll need to have Node.js and Yarn installed.

Running the app

  1. Clone this repository: git clone REPO_URL
  2. Navigate into the project directory: cd mini-diary
  3. Install the dependencies: yarn
  4. Run the app: yarn start

Building the app

After cloning the repo and installing the dependencies, run yarn build. The packaged app can be found in the dist folder.

Contributing

Features and Bugs

Suggestions and contributions are always welcome! Please first discuss changes via issue before submitting a pull request.

Adding missing translations

The list of all English strings can be found in en.ts. If there are translations missing for your language and you'd like to help with the translation, you can add the translated strings to your language's file in src/main/i18n/translations and submit a PR.

Adding a new language

If the app isn't translated into your language yet and you'd like to help out, you can easily add translations with the following steps:

  1. The translation files can be found in src/main/i18n/translations. Duplicate the en.ts file as [LANG].ts, where [LANG] is the shortcode of your language.
  2. In the file you just created, replace the English translations with your own.
  3. Import your file in the ALL_TRANSLATIONS object in src/main/i18n/i18n.ts.
  4. Add your language shortcode to the electronLanguages array in package.json.
  5. Run the app in your language (see the steps above) and make sure that the translations fit into the app (e.g. that they aren't too long for input fields).
  6. Submit a PR. Thanks for your help!
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].