Trilium-SingleFile
Trilium-SingleFile copied to clipboard
[Bug] Can
I am a newcomer who just started using Trilium. Initially, after importing this plugin, I couldn't use it properly.
After consulting the documentation, I discovered that the following steps are now necessary to use this plugin correctly.
Firstly, the html won't be render.
I need delete the "disabled" in attribute,then the page will be rendered.
Secondly,the main.js won't be run automaticly after drag a html to the rectangle.
The reason is same. The js script is "disabled".
In the end, After I delete the two "disabled". The addon will be work well. And Thanks for your time on developing the addon,that's very helpful !