We are looking at possible solutions as this is also bugging us ;)
The latest V7 beta introduces a new format (.rdfx) which is XML based. You can still open/save .rdfe files but we will backport this to V6 as well and eventually migrate all our .rdfe file in our github repo to .rdfx. This will take a while but we are getting there.
Thanks again for the feedback!
cheers,
Stefan
Pvz
The RDFE file format is used for Royal TS Dynamic Folder Exports, and is based on the JSON file format. Among other things, the source code of the script backing the dynamic folder is included as part of this Json file, as a single long string.
The problem is that when this is then checked into source code, the scripts become checked in as a single very long line, which makes it impractical to directly read the script by inspecting the RDFE file, something that's useful to be able to do for example when reviewing different versions of the RDFE file in source control.
Example: https://github.com/royalapplications/toolbox/blob/808a0f8af0e1a78a162288f149ed7560ff18883e/Dynamic%20Folder/1Password/1Password%20(Python).rdfe#L71
It would therefore be a good idea of the file format were modified somehow so that the actual source code with one line in the RDFE file representing one line source code, and even better if the source code could be presented mostly verbatim in the RDFE file.
1 person likes this idea