BijoySingh / Scarlet-Notes

[Discontinued and Unsupported Project] Simple yet powerful rich note taking android application, with a lot of flexibilty of usage
https://play.google.com/store/apps/details?id=com.bijoysingh.quicknote
GNU General Public License v3.0
357 stars 93 forks source link

The same activity for view and edit a note #10

Closed avently closed 6 years ago

avently commented 6 years ago

Now you use one activity for previewing a note and another activity for editing a note. It's not so cool as to use one activity for that purpose. Also an "edit" button is useless. If users taps on a note's view edit action should be called automatically.

BijoySingh commented 6 years ago

Sure, it will be "cool" to do it but I wont consider it an issue. It barely adds any value to the user, with an additional overhead of making the activity difficult to write.

Also, I dont agree clicking on the note should open it in edit mode. Because this is a rich editor, the experience of viewing the note can be different from writing it. Especially after recent markdown additions.