You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is already possible by setting TRILIUM_DATA environment variable before launchng trilium.
Windows CMD prompt examples:
:: set and save var for all future launches
setx TRILIUM_DATA d:\path\to\my-trilium-data
Launch-trilium-my-data.bat:
:: set for this current shell only
set TRILIUM_DATA=d:\path\to\my-trilium-data
:: launch trilium (adust path as needed)
%LOCALAPPDATA%\trilium\trilium.exe
Note the syntax difference: setx requires a space between var and value, while set requires = and no spaces.
Describe feature
I'd like to have the ability to configure where Trilium Next stores the trilium-data directory.
Additional Information
No response
The text was updated successfully, but these errors were encountered: