-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Notally | ||
A minimalistic notes app | ||
|
||
[![GitHub release](https://img.shields.io/github/v/release/OmGodse/Notally.svg)](https://github.com/OmGodse/Notally/releases) | ||
[![License: MIT](https://img.shields.io/github/license/OmGodse/Notally.svg)](https://github.com/OmGodse/Notally/blob/master/LICENSE.md) | ||
|
||
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" height="70"/>](https://play.google.com/store/apps/details?id=com.omgodse.notally) | ||
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="70"/>](https://apt.izzysoft.de/fdroid/index/apk/com.omgodse.notally) | ||
|
||
## Overview | ||
* Auto save | ||
* Dark mode | ||
* Material design | ||
|
@@ -10,57 +16,13 @@ A minimalistic notes app | |
* Export notes as plain text, HTML or PDF files with formatting | ||
* Create rich text notes with support for bold, italics, mono space and strike-through | ||
|
||
Languages | ||
|
||
## Translations | ||
* English | ||
* Italian by Luigi Sforza | ||
* Ukrainian by Alex Shpak | ||
* French by Arnaud Dieumegard | ||
|
||
If you would like to help translate the app, please contact me [here](mailto:[email protected]) | ||
|
||
# How it works | ||
|
||
Notes and lists are stored as XML files in the following directories: | ||
|
||
```files/notes``` | ||
```files/deleted``` | ||
```files/archived``` | ||
|
||
Sample note | ||
|
||
``` | ||
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?> | ||
<note> | ||
<date-created>1588238090719</date-created> | ||
<title>The Millionaire's Convenient Bride</title> | ||
<body>She stared through the window at the stars.</body> | ||
</note> | ||
``` | ||
|
||
Sample list | ||
|
||
``` | ||
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?> | ||
<list> | ||
<date-created>1589699099326</date-created> | ||
<title>Amazon Prime TV</title> | ||
<item> | ||
<text>Suits</text> | ||
<checked>false</checked> | ||
</item> | ||
<item> | ||
<text>The Last Ship</text> | ||
<checked>false</checked> | ||
</item> | ||
</list> | ||
``` | ||
|
||
# Download | ||
|
||
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" height="70"/>](https://play.google.com/store/apps/details?id=com.omgodse.notally) | ||
|
||
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="70"/>](https://apt.izzysoft.de/fdroid/index/apk/com.omgodse.notally) | ||
|
||
# Screenshots | ||
## Screenshots | ||
<img src="images/Notally.png" width="250"/><img src="images/Take%20Notes.png" width="250"/><img src="images/Make%20Lists.png" width="250"/> |