obsidian-hot-reload-mobile
August 24, 2021 ยท View on GitHub
Hot Reload for Obsidian Mobile App
This plugin will watch for changes to plugins on mobile and reload them.
Dependencies
- This plugin needs to be installed and enabled on desktop and mobile vaults.
- Your development vault must be open so Hot Reload is triggered
- A note in your development vault titles
hot-reload - Development is done on the Desktop, either directly, or using ssh/code-server
- You are using Obsidian Sync or some way to sync notes between devices
Install
Download the release and put the files in your plugins folder as usual
How it works
- You make a change to a plugin and trigger the plugin on desktop
- On Desktop this plugin writes the id of the plugin that was updated to the
hot-reloadnote in your vault - On Mobile it watches for changes to the
hot-reloadnote. When it sees a change it reloads the plugin on mobile