UXP InDesign Plugin. Is it possible to place *.indt "constant template file" inside the plugin?
Hello everybody!
I have a file (an unfinished *.indt template) and I want to place it inside the plugin file structure. I want to develop a command that will open this file, make some corrections to a set of text variables, and then the user will save it as a new *.indd .
Is it possible to do this? I still don't understand what path it will have, being located in the plugin, and how to get to it...
It is not desirable that this file be edited by the end user, so I would like to hide this file inside.
const entry = await localFileSystem.getEntry("../ugj2023.indt");I tried to play with something like this, but there is no reaction.
