Device Profiles Setup: Desktop versus Mobile
Unified Desktop and Isolated Mobile Architecture for Configuring Obsidian Across Multiple Platforms.
Purpose
đź”™ Main Context: This guide is part of the extensive architecture detailed in the Infrastructure MOC.
Define the configuration architecture of Obsidian across multiple platforms. The goal is to achieve a unified desktop environment (zero friction or double configuration when installing plugins) and an isolated and ultra-lightweight mobile environment (for rapid capture and reading, protecting battery life and touch interface).
Cerebral Architecture and Reasoning
Unified Desktop Environment (Hackintosh & MacBook)
- Strategy: Share the same “brain” (
.obsidianfolder). - Why: Avoids double work. If you install or configure a plugin on the main machine (Hackintosh), it appears automatically configured on the academic laptop (MacBook). Visual plugins, shortcuts, or light automation do not negatively affect the battery of the MacBook.
Mobile Isolated Environment (Android - Tablet & Cellular)
- Strategy: Isolate the configuration using the
Override config folderfunction. - Why: Mobile devices have small touch screens and operating systems that kill background processes. Heavy or visually complex desktop plugins can break the Android interface or make the app take too long to open. Isolating the profile allows for an ultralight Obsidian that opens instantly to capture quick notes in the
00_inboxfolder.
Step-by-Step Configuration
Hackintosh (Main Machine)
- Action: None. The configuration is maintained by default.
- Adjustment: In
Preferences > About > Override config folder, the value must be.obsidian. - Plugin State: All active, including
Local Backuppointing to the Google Drive path.
Academic Use MacBook
- Action: Maintain the same profile as the Hackintosh, but create a “mirror route” to avoid errors from the backup plugin, since the Google Drive app will not be installed here to conserve resources.
- Adjustment: In
Preferences > About > Override config folder, keep.obsidian. - The “Hack” Directory: Open the terminal on your Mac and execute the following command to create the exact path that the
Local Backupplugin is looking for:mkdir -p "/Users/jd/My Drive/99 Archive/Obsidian Backups" - Result: The Mac shares all the plugins from the Hackintosh. When closing Obsidian, the plugin will create a
.zipsecurity backup that will be saved locally in that empty route without throwing any error on screen.
Android Devices (Tablet and Cellular)
- Action: Isolate the configuration to maximize performance.
- Adjustment: Go to
Preferences > About > Override config folder. - New value: Write
.obsidian-mobileand restart the application. - Plugin State: Go to the list of installed plugins and turn off (OFF) any unnecessary or resource-intensive plugin on your mobile device, especially IMG_0.
Automated translation (technical mode).