Open note at the Bottom

I use Bear for journaling, with a new note for each month (e.g. Aug 2026). I use the Action Button to quickly open the current month’s journal.

The frustration is that the note always opens at the beginning, so I have to scroll all the way down to add my latest entry.

Feature request: Could the Action Button open the note directly at the bottom/end of the note?

This would make monthly journaling much quicker.

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.

Hey can you tell how to do this with identifier? And yes adding an default option to open note at bottom would be really good

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.