Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web: Add support for auto-reloading dev plugins on change #11545

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

personalizedrefrigerator
Copy link
Collaborator

Summary

This pull request request adds support for development plugins on web that auto-reload when changed on disk. Previously, it was necessary to re-upload the plugin's JPL file to test changes. With this pull request, rebuilding a development plugin causes Joplin to reload the plugin.

Like file system sync, this feature is only available in Chromium-based browsers.

To-do

  • Fix code that assumes only one dev plugin is installed.
    • On web, it's currently only possible to apply one development plugin. However, the setting is documented as supporting multiple comma-separated paths.
  • Documentation.

@personalizedrefrigerator personalizedrefrigerator changed the title Web: Add support for dev plugins with auto-reload Web: Add support for auto-reloading dev plugins on change Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant