-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save Contact notes to Notes app #1293
Comments
@korelstar, is there an easy way? :) |
It depends on where the actual note should be saved. I see the following possibilities (see also nextcloud/notes#389 (comment)): use existing attribute field in contactCurrently, the notes app uses files in order to save notes. This has to be extended by another storage-backend for notes in a contact. Such notes could be shown in a special category (e.g. "Contacts"). Creating notes in that category from the notes app can't be possible due to the missing contact. This approach requires some major changes in the notes app. Furthermore, the impact on the REST-API has to be evaluated. link external note from contactIn this approach, the note is saved using existing means (I.e. a file in the file system). The notes app needs to provide an URI for creating and opening a new note (should be easy). But the contacts app has to manage the link from contact to the actual note. This could be done by saving the note's id in the contact's note field together with a special marker that indicates, that the note is saved externally. Issues have to be solved for use-cases like deleting a contact (linked note should be deleted, too) and opening the linked contact from notes app. Furthermore, the note's content is not editable anymore from another contacts app (e.g. the contacts app on your smartphone). edit in text-app insteadAnother possibility would be to not connect contacts app and notes app, but open contact's notes in the new text editor. The notes app will also use that editor in the future, so you will have the same markdown editor across apps. This should be the easiest approach. However, you don't have your contacts' notes directly in the notes app. |
I think what OP wish is a way to export a note from a contact and directly open the notes app with the already filled text ? |
Oh, then please clarify this issue, @sunjam ! |
Just like for "Save contact website" let’s keep it simple :) ( #1272 (comment) ) Design-wise:
That’s a simple first implementation. :) |
This casual request is for Contact notes to be accessible for viewing and editing within the Notes app.
The text was updated successfully, but these errors were encountered: