SimpleMobileTools / Simple-Notes

A simple textfield for adding quick notes without ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
825 stars 271 forks source link

Checklist sharing not working properly #694

Closed bhoomigadhiya closed 11 months ago

bhoomigadhiya commented 11 months ago

There is an issue with checklist sharing feature in the repository.

Checklist share functionality does not share a list of items, but object details instead.

When I create a checklist and share it, the app shares the following result rather than the actual content:

[{"dateCreated":1696091464923,"id":1,"isDone":false,"title":"Check1"},{"dateCreated":1696091464923,"id":2,"isDone":false,"title":"Check2"},{"dateCreated":1696091464923,"id":3,"isDone":true,"title":"Check3"},{"dateCreated":1696091464923,"id":4,"isDone":true,"title":"Check4"},{"dateCreated":1696091464923,"id":5,"isDone":false,"title":"Check5"}]

Aga-C commented 11 months ago

It's a duplicate of https://github.com/SimpleMobileTools/Simple-Notes/issues/533.

bhoomigadhiya commented 11 months ago

Ok sorry but it's feature request and I think this is a bug!