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
I'm using the desktop app and the cli api client on mac os x (with case insensitive file system hfs+) and the config file of intellinode-cli (/Users/user/.intellinote) collides with the config folder of the desktop app (/Users/user/.Intellinote).
Proposal: a configurable env variable like process.env.INTELLINOTE_CONFIG_FILE
Hi,
I'm using the desktop app and the cli api client on mac os x (with case insensitive file system hfs+) and the config file of intellinode-cli (
/Users/user/.intellinote
) collides with the config folder of the desktop app (/Users/user/.Intellinote
).Proposal: a configurable env variable like
process.env.INTELLINOTE_CONFIG_FILE
or check if folder exists and store config file in
$HOME/.Intellinote/.intellinote
. This will also occur on windows I guess.The text was updated successfully, but these errors were encountered: