Justice Vellacott13 downloadsHot reload plugins on mobile and desktop by watching for file changes. With a built in server and client for desktop to mobile communication.
Hot reload Obsidian plugins on mobile and desktop by watching for file changes. This plugin includes a built-in server and client to bridge the gap between your desktop development environment and mobile testing devices.
main.js, manifest.json, styles.css, or data.json change..git folder or a .hotreload file.data.json to keep plugin settings in sync across devices.By default, the plugin automatically watches any plugin in your vault that:
.git directory..hotreload.You can also manually specify plugins to watch in the settings tab.
data.json changes.http://192.168.1.5:8080).npm install to install dependencies.npm run dev to start the build in watch mode.main.js, manifest.json, and styles.css (if present) to your vault's plugin folder: <Vault>/.obsidian/plugins/mobile-hot-reload/.This plugin incorporates logic and ideas from obsidian-hot-reload by PJ Eby, licensed under the ISC License.
Created by Justice Vellacott