-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Problem
When importing a plugin through drag-and-drop into a wiki running under Node.js, there is no warning about the limitations of this approach.
This goes against official recommendation on installing a plugin in Node.js.
However, knowing this relies on the user having read the documentation. Many Node users are former/concurrent users of single-file wiki who would not think to look this up.
It would be preferable if this information was surfaced in the context it's most relevant: when a user is trying to import a plugin in the old-fashioned way.
Solution
Add a warning when a JSON being imported through drag-and-drop is identified as a plugin tiddler, about the limitations of this approach.
Alternatives I've considered
The only alternative I see is to continue the current state of affairs, which means users could err in the same way.
Additional context
I am a longtime user of single-file wikis and new to node, which I did a simple conversion for from the command line.
I use GSD5, but it performs poorly. So I tend to enable it briefly and then disable it again.
I could not understand why the version counter kept changing from v0.9.0 to v0.9.1 when I disabled until I read this documentation.