Start trilium with scripts/widgets disabled? #2892
-
Hey @zadam, Is there a way to start trillium with scripts or widgets disabled? I f*** up some scripts, and now the UI doesn't even render. It was a widget that I was implementing. I accidentally pressed CTRL + R when writing the script. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, yes, there's "safe mode" for this: https://github.com/zadam/trilium/wiki/Troubleshooting#broken-script-prevents-application-startup In such cases you can start Trilium in "safe mode" which will not execute any custom scripts:
Depending on the Trilium distribution, there are also ready made scripts for this: |
Beta Was this translation helpful? Give feedback.
Hi, yes, there's "safe mode" for this: https://github.com/zadam/trilium/wiki/Troubleshooting#broken-script-prevents-application-startup
In such cases you can start Trilium in "safe mode" which will not execute any custom scripts:
Depending on the Trilium distribution, there are also ready made scripts for this:
trilium-safe-mode.bat
andtrilium-safe-mode.sh
.