⚠️ This issue respects the following points: ⚠️
Description
- It looks like there's an Android intent for creating a note? More information here.
- I think it would be cool to have this intent filter in the Markor app for any apps that have intents for "create a note for x." I'm developing one myself, and I'd love for it to be compatible with this text editor 😊 (I know that ACTION_SEND can be used, but that implementation is sorta specific to this app).
- I haven't tried it, but it might be as simple as adding the line
<action android:name="com.google.android.gms.actions.CREATE_NOTE" />
to this intent-filter in the manifest?
- Not sure how you'd want to handle
EXTRA_NAME, if at all. Perhaps it could be used and pre-select a note for that "share into" dialog. Apps would be likely to give a 'name' like "Grocery list from MyApp," so maybe it could search for a note with that name and append the text or offer to create a new one if no such document exists in the notebook. Alternatively, you could discard it and just check if it's a keyword like quicknote, qn, todo, new, something like that. I understand if this bit could be cumbersome.
So yeah, I think that'd be a cool thing if it works like we would expect it to—the same as the "share" action but less apps to choose from in that "select app" dialog. Thanks for your time :).
Information
Android version: 14 (LineageOS 21)
Device: Pixel 5a
App Version: 2.12.2
Source
F-Droid
Format / File type
Not specific
Additional info / Log
No response
Description
<action android:name="com.google.android.gms.actions.CREATE_NOTE" />to this intent-filter in the manifest?
EXTRA_NAME, if at all. Perhaps it could be used and pre-select a note for that "share into" dialog. Apps would be likely to give a 'name' like "Grocery list from MyApp," so maybe it could search for a note with that name and append the text or offer to create a new one if no such document exists in the notebook. Alternatively, you could discard it and just check if it's a keyword like quicknote, qn, todo, new, something like that. I understand if this bit could be cumbersome.So yeah, I think that'd be a cool thing if it works like we would expect it to—the same as the "share" action but less apps to choose from in that "select app" dialog. Thanks for your time :).
Information
Android version: 14 (LineageOS 21)
Device: Pixel 5a
App Version: 2.12.2
Source
F-Droid
Format / File type
Not specific
Additional info / Log
No response