Mobile/Desktop Theme Switcher

by asingularphoton
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically switch between different themes based on whether you're accessing your vault on mobile or desktop.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Mobile/Desktop Theme Switcher

Automatically switch between different themes in Obsidian based on whether you're using it on mobile or desktop.

I made this because I found a template I really liked on mobile, but don't like on desktop!

Features

  • Platform Detection: Automatically detects if you're on mobile or desktop
  • Theme Switching: Set different themes for each platform
  • Startup Apply: Optionally apply the correct theme when the plugin loads
  • Manual Command: Use the command "Apply platform-appropriate theme" anytime
  1. Go to Settings → Mobile/Desktop Theme Switcher
  2. Select your preferred theme for mobile devices
  3. Select your preferred theme for desktop devices
  4. The plugin will now automatically switch themes based on your platform

Development

Code base inspired by https://github.com/carlrobert/double-switch/tree/main Uses https://github.com/obsidianmd/obsidian-sample-plugin as template