The one feature that keeps me hooked on Apple Notes, is the ability to long press on the icon, drag to “New Note” and be instantly able to type information.
This is very useful for taking down phone numbers, recommendations during conversations, or anything else where the multiple clicks and mentally recognizing and resetting the current app state required to add a note takes a painful amount of time.
To do so right now in Obsidian, you need to open the app, reset any current state, find the right place for the note, create a new note, give it a title, refocus to the body of the note and start typing.
Proposed solution
Add a Home Screen Quick Action on iOS for “New Note” or “Quick Note”.
Long-pressing on the Obsidian app, dragging to “Quick Note” and releasing should automatically create a new note with a default title (possibly the current date), open this note, and focus text entry on the body of the note.
(Optional) Allow the target folder for Quick Notes to be customized or default to a “Quick Notes” folder that is automatically created in the last active vault.
(Optional) Match Apple Note’s behavior and automatically set the first couple dozen characters in the note as the title of the note.
Yeah, for iOS Quick Actions I think it would either need to be explicitly added directly to the app, or a generic “Quick Action Plugin API” might be possible. Not familiar enough with the implementation details to know if the later is possible.
Hello! I wonder if you continued your work on that plug-in. Looking for a way to create a new note or search Obsidian vault within the app with one click.
I don’t think long pressing in the iOS icon for Obsidian supports that yet, but it would be amazing for it to support something like Things 3 does for tasks.
Keen to revive this feature request, I’ve released a plug-in for desktop and keen to extend this to iOS but can’t find any documentation or sample code to work from.
Can any Obsidian devs tell me whether adding iOS quick actions technically achievable from an Obsidian plug-in?