SimpleMobileTools / Simple-Notes

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

Share to new note #56

Closed smichel17 closed 7 years ago

smichel17 commented 7 years ago

It would be great if, when sharing text from another app, I could share to a new note.

gsantner commented 7 years ago

Even better, if the user would have the choice,

trubitsyn commented 7 years ago

@tibbi this can be closed :)

trubitsyn commented 7 years ago

Hmm, I'm not sure. Would you mind my implementing appending text to existing note as @gsantner suggested? @gsantner I'm sorry I missed your message.

tibbi commented 7 years ago

ye after sharing you can first display a dialog with 2 radiobuttons "Append to an existing note" and "Share into a new note" or so, use the generic RadioGroupDialog for it. Check the settings how its used. For appending into an existing note use the OpenNoteDialog.

gsantner commented 7 years ago

my 2c: Maybe show a list with bigger option "New note" on top, and below that all other notes (which can be appended to)

tibbi commented 7 years ago

true, combining it to 1 dialog would probably be even better

trubitsyn commented 7 years ago

Yes, I've been testing it for a while and it takes too many clicks with two dialogs.