You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my own mobile theme that I may want to work on sometimes, the only way I've found to change Obsidian to the mobile ui on desktop is entering this snippet in the console:
this.app.emulateMobile(!this.app.isMobile);
I looked at the Obsidian Sample Plugin, and while I'm not very familiar with the Obsidian API, came up with this command to toggle it on and off:
I have my own mobile theme that I may want to work on sometimes, the only way I've found to change Obsidian to the mobile ui on desktop is entering this snippet in the console:
I looked at the Obsidian Sample Plugin, and while I'm not very familiar with the Obsidian API, came up with this command to toggle it on and off:
The text was updated successfully, but these errors were encountered: