diff --git a/README.md b/README.md index 90a221a..b11c747 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,34 @@ +![master status](https://travis-ci.org/houxg/Leamonax.svg?branch=master) # Leamonax -![Logo](https://raw.githubusercontent.com/houxg/Leamonax/develop/screenshot/logo.png) - -This is a third party Android client for Leanote. Some of code(js editor) comes from [leanote-android](https://github.com/leanote/leanote-android). +This is a third party Android client for Leanote. **It's still in developing.** Be careful when you using it and make sure you have an backup. ---- +# Screenshot ![MainActivity](https://raw.githubusercontent.com/houxg/Leamonax/develop/screenshot/MainActivity.png) +![Navigation](https://raw.githubusercontent.com/houxg/Leamonax/develop/screenshot/Navigation.png) +![RichText](https://raw.githubusercontent.com/houxg/Leamonax/develop/screenshot/RichText.png) +![Markdown](https://raw.githubusercontent.com/houxg/Leamonax/develop/screenshot/Markdown.png) + +# Install +[Git Release](https://github.com/houxg/Leamonax/releases/latest) + +# Features +- [x] Sign in/up +- [x] Sync and view your notes/notebooks +- [x] RichText support +- [x] Markdown support +- [x] Custom host +- [x] Search by note's title + +# TODO +- [] Chinese language support +- [] Quick note +- [] Integration of tinnyMCE +- [] Searching for full-text fields +- [] Import html file + +# Thanks +## Contributors +[xingstarx](https://github.com/xingstarx) +## diff --git a/screenshot/MainActivity.png b/screenshot/MainActivity.png old mode 100644 new mode 100755 index de180d8..e3321d4 Binary files a/screenshot/MainActivity.png and b/screenshot/MainActivity.png differ diff --git a/screenshot/Markdown.png b/screenshot/Markdown.png new file mode 100755 index 0000000..da16a21 Binary files /dev/null and b/screenshot/Markdown.png differ diff --git a/screenshot/NaviationBar.png b/screenshot/NaviationBar.png new file mode 100755 index 0000000..9b4731a Binary files /dev/null and b/screenshot/NaviationBar.png differ diff --git a/screenshot/RichText.png b/screenshot/RichText.png new file mode 100755 index 0000000..bd84c84 Binary files /dev/null and b/screenshot/RichText.png differ diff --git a/screenshot/logo.png b/screenshot/logo.png deleted file mode 100644 index b09e150..0000000 Binary files a/screenshot/logo.png and /dev/null differ