Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse authored Jun 4, 2020
1 parent e1379fc commit 750b249
Showing 1 changed file with 9 additions and 47 deletions.
56 changes: 9 additions & 47 deletions README.md
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
Expand All @@ -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"/>

0 comments on commit 750b249

Please sign in to comment.