I have several application projects (e.g., project1) which use common files (macro definitions, etc.)
I created a common project to hold those files, and uploaded the files from project1, which sets a link to the files.
As of now, whenever the files in common change, in project1 I have to update the links one by one, which becomes annoying.
To work more efficiently across projects, I mean to:
- Have an automatic update of the links in
project1whenever the files incommonchange. In the absence of this feature, at least... - ... update all the links manually in
project1, but with a single operation, e.g., by something like selecting all links and updating.
Is that possible?
PS: I don't have the paid version.
Related:
git? If so, a gitsubmodulemight be a solution. – Paul Gaborit Feb 21 '23 at 12:29uploadbutton). Then the "uploaded" file keeps a link to the original file and can be refreshed at any time (by selecting it and using therefreshbutton). But it's not automatic... – Paul Gaborit Feb 23 '23 at 21:32