-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enhancement: Send subject and body to Note apps #10
Comments
QOwnNotes would get the note if it was stored in Nextcloud Notes |
For Joplin, if the note is copied to the synced folder it should work. I can provide the exact format if it helps. Resources (eg. file attachments) would have to be copied to the ".resource" directory. |
Here are a couple other Nextcloud apps with hopes of receiving data from emails, which might need a separate request, but I’ll add here for reference. Email to Tasks issue #128 @raimund-schluessler |
@pbek @laurent22 : what if I generate an event dispatcher after the creation of the local file ? could you catch it and do whatever it needs to be done with the fresh new file ? copy it, or create a local share/link ? |
QOwnNotes or QOwnNotesAPI does not do any note file syncing @daita... |
@daita, I would not know how to handle this as I'm not familiar with Nextcloud source code. The format is plain text so if a copy is placed in the sync directory it will be picked up by all connected Joplin clients. The format is something like this, which I can document if needed:
|
Enhancement request: Send subject and body of email to Nextcloud compatible note apps such as @LukasReschke Nextcloud Notes, @pbek QownnotesAPI, @laurent22 Joplin, or @cweiske Grauphel.
The text was updated successfully, but these errors were encountered: