Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis authored Oct 27, 2020
1 parent cf7b45f commit ed500e0
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ed500e0

Please sign in to comment.