First of all, thank you very much for all the amazing work that goes into developing and supporting SilverBullet. I recently updated to version 2.1.6 and started running it via Docker, and I truly appreciate how much the project continues to improve.
While setting things up, I noticed an issue: when I run the plug update command, the _plug folder that I had placed directly under the space directory gets deleted. I’m not sure whether this happens only in my environment or if others are experiencing the same behavior, but at the moment it prevents me from using plugs, which is quite a challenge.
I would be very grateful for any advice, insights, or suggestions you could share. Thank you again for all the hard work you put into making SilverBullet such a wonderful tool.
When you run Plugs: Update this is what it does, conceptually:
It wipes your _plug/ folder
It reads the list of new plugs to install from your “plugs” config (set via config.set("plugs", {...})
It downloads each of those and puts them in your _plug/ folder.
It restarts “the system” so that you can immediately start using them without a page load
How are you managing plugs right now, did you put files there manually? If so, they will be wiped every time. If you configure them with config.set, then perhaps you’re doing it wrong. Can you show us your CONFIG?
I really appreciate your guidance, and I’m glad to have learned the proper way to configure this. Thank you again for your support and for all the work you put into SilverBullet!