Open
Description
We should recommend a way to deal with binary data that may or may not be appropriate to embed in WCON so that different readers have nonzero hope of finding and interpreting it, and especially can carry along associated data if these files exist (or serve as a warning to someone examining the files manually that associated data exists).
One idea is to have an external
or extra
tag in files
that would list associated files. Alternatively, this information could be placed in metadata
. For embedded binary data, recommending Base64 is probably a good idea, either with official support or as an example.