-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
cf7b45f
commit ed500e0
Showing
1 changed file
with
6 additions
and
11 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,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. |