diff --git a/README.md b/README.md index 2e9b026..9b2098a 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,18 @@ # Nextcloud Quicknotes -This is an Android application for Nextcloud [Quicknotes](https://github.com/matiasdelellis/quicknotes). 😄 +This is an Android client for Nextcloud [Quicknotes](https://github.com/matiasdelellis/quicknotes). 😄 ## 👀 Screenshots Choose account | Notes View | Note | Sidebar filters -- | -- | -- | -- -![Screenshot_20200903-210951](https://user-images.githubusercontent.com/733715/92190347-5121c100-ee37-11ea-9b36-01ba67e94457.png) | ![Screenshot_20200905-201348](https://user-images.githubusercontent.com/733715/92315034-86a0e880-efb6-11ea-9f85-36bb97b0c731.png) | ![Screenshot_20200905-201110](https://user-images.githubusercontent.com/733715/92315024-66712980-efb6-11ea-8b97-a0bfce0ebdb0.png) | ![Screenshot_20200903-210726](https://user-images.githubusercontent.com/733715/92190161-c0e37c00-ee36-11ea-9096-dfe7e403c31a.png) +![](https://matiasdelellis.github.io/img/nextcloud-quicknotes/quicknotes-select-account.png) | ![](https://matiasdelellis.github.io/img/nextcloud-quicknotes/quicknotes-grid-view.png) | ![](https://matiasdelellis.github.io/img/nextcloud-quicknotes/quicknotes-note-edition.png) | ![](https://matiasdelellis.github.io/img/nextcloud-quicknotes/quicknotes-sidebar-filters.png) -## Resume -In current state, it only implements the basic CRUD functions.. So, you can: -* Create Notes -* Read Notes -* Update Notes -* Delete Notes +## Resume: ## Limitations: -* It only implements edit the title, content, and color. -* It can display the HTML quite well, but if you save a note, you will lose the formatting. -* It only works with the nextcloud client installed. I don't expect to create a custom login! +* It only implements edit the title, content, colors, and pin your notes. +* You can view the tags, shared notes, attachments, but can not change them. +* It only works with the nextcloud client installed (and I don't expect to create a custom login.) * It works 100% online, without any type of cache. * **Needless to say, it was barely tested..**. 😅 hahaha.