How to re-order list of workspaces

Is it possible to re-order the list of workspaces? I have tried to choose Manage workspaces from Command Palette but could not drag the items in the list.

It doesn’t appear like there is any way to sort the list.

If you’re brave with code, you can manually reorder the workspaces in ./YourVault/.obsidian/workspaces.json

I just tested that and it works. If you have a code editor that can properly fold, display, and edit JSON, it might be even easier.

(Of course, back up the file before messing with it manually. And you might need to restart Obsidian after changing that file.)

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.