Store your Markdown Notes in any Git Repo

Get it on Google Play Download on the App Store

Build Status

# Summary GitJournal is a note taking app focused on privacy and data portability. 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. This means you can easily self host or host your notes in one of the many [Git providers](./docs/git_hosts.md). Features - - Can be used with any Git Repository - Allows categorizing Notes based on Folders - No Account Required - Open source # Screenshots

# 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) # Contributing Development is tracked over [here](https://github.com/orgs/GitJournal/projects/1). Please feel free to [open an issue](https://github.com/GitJournal/GitJournal/issues/new) for any bug or feature request. Additionally, you can vote on existing [Issues](https://github.com/GitJournal/GitJournal/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) by reacting with a '👍'. # License ``` Copyright 2018-2020 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. ```