Skip to content
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

Intent receivers for creating new notes within a notebook #299

Open
edgimar opened this issue Feb 25, 2018 · 2 comments
Open

Intent receivers for creating new notes within a notebook #299

edgimar opened this issue Feb 25, 2018 · 2 comments

Comments

@edgimar
Copy link

edgimar commented Feb 25, 2018

It would be convenient to be able to add a new note to a notebook (preferably specifying a headline into which the note should be added) via an android intent (without opening a new-note dialog).

A related intent receiver would match shared-URL intents and open a new-note dialog with the URL content filled in.

(by the way, it would be fantastic if all available intents that orgzly listens for were documented in the orgzly documentation somewhere)

@decadent
Copy link

I humbly suggest that this feature is invoked in such a way that it's possible to combine it with adding the new note under an existing one, specified with the ID, as per #435.

Perhaps some ‘flags’ in the extra data could alter the behavior of the existing “share” intent, if displaying the dialog is not mandated by Android.

@decadent
Copy link

Also, if the note is added without the dialog, Orgzly should probably display a ‘flash alert’ with a confirmation that the note is created. (Not sure what those brief onscreen messages are properly called.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants