I understand your request, and we can consider adding an option to the open note action.
Right now, I think you can make use of a mix of shortcuts and xcallback URLs to open the note in edit mode at the bottom.
The idea is to make a shortcut with the open xcallback URL action, opening this bear://x-callback-url/create?title=Aug%202026&edit=yes and associate the shortcut to the action button.
The title parameter has to be changed according to the note you want to open.
With the identifier, the URL should look like this bear://x-callback-url/open-note?edit=yes&id=NOTE_IDENTIFIER. You can use Combine Text to compose the URL before using the Open xcallback URL action.