Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.58 KB

Auto Reload plugin for Inkdrop

Build Status Latest Release Downloads

Automatically reload Inkdrop when a plugin is added/deleted/modified.

Install

ipm install auto-reload

Usage

Simply install the plugin to make it work. There are two settings available:

  • Reload immediately when a change has been detected
    • By default reloading is postponed until the Inkdrop window is given focus. This is because reloading causes Inkdrop to steal focus from other applications, which can be quite annoying.
  • Reload when a change in a disabled plugin has been detected
    • By default changes in disabled plugins don't trigger a reload.

If there is a note with unsaved changes open when a reload needs to happen, the note is saved before triggering the reload.

Changelog

See the GitHub releases for an overview of what changed in each update.

Contributing

All contributions are welcome. Please read the Contributing Guide first as it contains information regarding the tools used by the project and instructions on how to set up a development environment.