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
(for the record, I'm more than willing to implement this feature myself and put up a PR, I just want to file this to discuss before putting in the work).
Currently, the config file is hard coded to be the one next to the script:
It would be nice to be able to move this file to some other directory, where I could back it up in my own git repository alongside my obsidian notes. I would imagine something like
This leads to a few questions, if this feature is desirable
What should the flag and shortname be? (I would expect as a user to use --config and -c, but that would mean moving that existing flag to be --edit-config/-e)
Should we configure the directory that both DATA_PATH and CONFIG_PATH live in? We could do two birds with one stone. This would mean that users can't configure the name of their ini and .json file, which could be desirable
(for the record, I'm more than willing to implement this feature myself and put up a PR, I just want to file this to discuss before putting in the work).
Currently, the config file is hard coded to be the one next to the script:
It would be nice to be able to move this file to some other directory, where I could back it up in my own git repository alongside my obsidian notes. I would imagine something like
This leads to a few questions, if this feature is desirable
The text was updated successfully, but these errors were encountered: