mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-09 20:12:20 +08:00

A nice user has written some conversion scripts for some apps, additionally I wrote a Google Keep Converter.
62 lines
3.0 KiB
Markdown
62 lines
3.0 KiB
Markdown
<p align="center">
|
|
<img width="400" height="auto" src="https://gitjournal.io/img/logo.png">
|
|
<br/>A Journaling app built on top of <b>Git</b> for <b>Developers</b>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://play.google.com/store/apps/details?id=io.gitjournal.gitjournal&pcampaignid=github"><img alt="Get it on Google Play" src="https://gitjournal.io/img/en_badge_web_generic.png" height="75px"/></a>
|
|
<a href="https://apps.apple.com/us/app/gitjournal/id1466519634"><img alt="Download on the App Store" src="https://gitjournal.io/img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg" height="75px"/></a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://circleci.com/gh/GitJournal/GitJournal"><img alt="Build Status" src="https://circleci.com/gh/GitJournal/GitJournal.svg?style=svg"/></a>
|
|
</p>
|
|
|
|
# Summary
|
|
|
|
GitJournal is a journaling app built with privacy and openness in mind. It stores all its notes in a standardized Markdown + YAML header format. The notes are stored in a Git Repo of your choice - GitHub / Gitlab / Custom-provider.
|
|
|
|
Features -
|
|
|
|
- Private by design
|
|
- No Account Required
|
|
- Open source
|
|
- Can easily be extended and integrated with other git tools
|
|
- Git log clearly shows a history of changes
|
|
- Built for developers
|
|
|
|
# Screenshots
|
|
|
|
<p float="left">
|
|
<img src="https://github.com/GitJournal/GitJournal/raw/master/android/fastlane/metadata/android/en-GB/images/phoneScreenshots/1.jpeg" width="240" height="auto">
|
|
<img src="https://github.com/GitJournal/GitJournal/raw/master/android/fastlane/metadata/android/en-GB/images/phoneScreenshots/2.jpeg" width="240" height="auto">
|
|
<img src="https://github.com/GitJournal/GitJournal/raw/master/android/fastlane/metadata/android/en-GB/images/phoneScreenshots/3.jpeg" width="240" height="auto">
|
|
<img src="https://github.com/GitJournal/GitJournal/raw/master/android/fastlane/metadata/android/en-GB/images/phoneScreenshots/4.jpeg" width="240" height="auto">
|
|
<img src="https://github.com/GitJournal/GitJournal/raw/master/android/fastlane/metadata/android/en-GB/images/phoneScreenshots/5.jpeg" width="240" height="auto">
|
|
<img src="https://github.com/GitJournal/GitJournal/raw/master/android/fastlane/metadata/android/en-GB/images/phoneScreenshots/6.jpeg" width="240" height="auto">
|
|
</p>
|
|
|
|
# Migrating from Existing Apps
|
|
|
|
- [Google Keep](https://github.com/vHanda/google-keep-exporter)
|
|
- [Day One Classic](https://gist.github.com/sanzoghenzo/fb5011aa566292a4eb1b62fc7a4a50cc)
|
|
- [Narrate](https://gist.github.com/sanzoghenzo/fb5011aa566292a4eb1b62fc7a4a50cc)
|
|
|
|
# License
|
|
|
|
```
|
|
Copyright 2018-2019 Vishesh Handa
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
```
|