Cmd-shift-[ ] to navigate back/forward in history

Like browsers, would be fun to be able to quickly jump back and forth between recent drafts. Maybe cmd-shift-[ ] like they do, too.

Til then, cmd-\ and arrowing works nicely.

1 Like

You could almost do this in a couple of actions by building a list of drafts (specifically UUIDs to load) ordered by modified date and traversing the list. I have an action I use for toggling between the last two modified drafts, which is based on this principle.

The issue once again comes back to not knowing programmatically what the current workspace/filter is, so you can’t restrict the list of drafts to traverse by this. :confused:

1 Like