• This repository has been archived on 12/Jul/2021
  • Stars
    star
    1,031
  • Rank 44,693 (Top 0.9 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📘 Simple and secure journal app

Mini Diary

Simple and secure journal app Screenshot

Mini Diary is no longer maintained. Please use a different journal app instead.

Website

Features and FAQs 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!

More Repositories

1

glance

🔎 All-in-one Quick Look plugin
Swift
953
star
2

action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
JavaScript
651
star
3

tmignore

🕔 Exclude development files from Time Machine backups
Swift
322
star
4

font-picker

✏️ Font selector component for Google Fonts
TypeScript
171
star
5

font-picker-react

✏️ Font selector component for Google Fonts
TypeScript
152
star
6

react-magnifier

🔍 React image zoom component
TypeScript
151
star
7

action-maven-publish

📦 GitHub Action for automatically publishing Maven packages
JavaScript
101
star
8

lyrics-poster

🎤 Create posters of your favorite artists, written in their lyrics
JavaScript
63
star
9

refind-theme-dark

🎨 A simple, dark theme for rEFInd
54
star
10

action-snapcraft

🐦 GitHub Action for setting up Snapcraft
JavaScript
49
star
11

font-manager

🗂 Manages, downloads and applies Google Fonts for picker components
TypeScript
27
star
12

swift-exec

🚀 Simple process execution with Swift
Swift
16
star
13

draft-js-list-plugin

📝 Better lists for Draft.js
TypeScript
14
star
14

python-wikibase

🤖 Wikibase queries and edits made easy
Python
11
star
15

nbtohtml

📈 Convert Jupyter Notebook files to HTML
Go
9
star
16

github-downloads

⬇️ See the number of downloads next to releases on GitHub
JavaScript
8
star
17

alfred-system-theme

🎨 Alfred themes in style of Apple's macOS apps
7
star
18

react-library-boilerplate

🔨 Create a React component library with no configuration
JavaScript
6
star
19

iconsets.org

🌟 Icon set discovery website for designers
JavaScript
5
star
20

wikibase-api

📦 Wrapper library for the Wikibase API
Python
4
star
21

anonymize-ip

👤 Python library for anonymizing IP addresses
Python
4
star
22

strava-bulk-edit

🏃 Edit multiple Strava activities at once
Go
2
star
23

electron-md-to-pdf

:electron: Convert Markdown to PDF in Electron apps
CSS
2
star
24

hugo-starter-theme

🔨 Boilerplate for building a custom Hugo theme
HTML
2
star
25

samuelmeuli.com

👨‍💻 My personal website
CSS
1
star
26

music-notifications

🎵 Notification service for new releases on iTunes
JavaScript
1
star
27

prettier-config

☑️ My Prettier configuration
JavaScript
1
star
28

react-app-boilerplate

🔨 Create a React application with no configuration
JavaScript
1
star