- Method One
- Plugins similar to various complements
- There is an option in the settings to disable usage on mobile devices, simply enable it
- Method Two
- Directly modify the manifest.json file of each plugin
- Each plugin corresponds to a folder
- Located in the hidden folder .obsidian/plugins in the library
- Example
- Want to enable the dataview plugin only on the computer, not on the phone
- Go to the .obsidian/plugins/dataview folder
- Open the mainfest.json file with Notepad
- Change "isDesktopOnly": false to "isDesktopOnly": true, make sure there is a space after the English colon
- Do the same for other necessary plugins