I use dropbox to share the files of my projects, however, I want to use a fixed path that starts like:
${dropbox-folder}/project_name/…
I can find the location of the dropbox folder using the instructions from here:
Find dropbox folder
However, this path is stored in a .json file. Can I access and parse the file from the project settings? Do I need to write a small plugin that gets the path for me? Can a plugin create such a variable that I will be able to use in the project settings?