-
trinsic
I setup this GoFundMe Campaign to raise money and bring awareness to the Editorial App. I do not know what else to do but I cannot let this app die
https://www.gofundme.com/f/fund-editorial-app-continued-development
https://twitter.com/scottrlarson/status/1205895313703071744 -
trinsic
I have three apple devices an iPhone and two IPads. I heard that version 13. Is not so good for Editorial, and i use it heavily for my writing projects. I have been putting off upgrading to 13 because of the issues that are being reported, but I wanted to try it on my least used device to see what I am getting into. I upgraded my iPad Pro to 13.3 and at least editorial seems to be functioning, but the snippets menu is missing. Any chance on enabling that , or is this a bug from the upgrade?
-
trinsic
I'm working on a Workflow that renames a opened file based on selected text from the content area. But It looks like I can only create a new document with the data instead of renaming the current one. Does anyone know if its possible to rename a current document using variable output?
-
trinsic
Hi, I created this workflow that takes input from a set of fields and outputs it into the built in "input" variable that gets used in generating a file name in a "create document" action. So for instance, In the UI form output section, I have the field vavariables being used in this format to generate a file name in the "create document" action: scene_title-scene_setting-scene_location-scene_env.
In addition to the file name generation from the input variable from the UI form, I want to generate another text output line for the content section of the "create document" action from the indivudal inputs of each field of the UI form. I want a markdown header that has a different separator from the file name separator that I stylized in the output part of the UI form: scene_title.scene_setting.scene_location.scene_env.
My question is: is there a way to store individual form parts from a UI form into separate variables so that can be used in the next action so I can generate a custom title with custom separators?