Hidden characters in exported image filename
This was previously reported but the issue was closed due to lack of activity.
It was Hidden characters in exported image filen… - Apple Community
I am running into this now.
When exporting Keynote slides as images some hidden characters are added to the filename. In this case a question mark (?) is added as the first character in the file name and also after the period. These characters are not visible in the Finder window, they are only visible when doing an "ls" from Terminal.
I use Keynote to draw images that are included into Markdown documents
![caption](./figures/KeynotePres/KeynotePres.001.png)
My figure inclusion no longer works because of the strange characters.
There *is* a workaround, but it is ugly. I need to insert the unprintable characters into the Markdown document at the positions marked with an X.
![caption](./figures/KeynotePres/XKeynotePres.X001.png)
Using Emacs, on Linux, this can be done with
CTL-x 8 [RET] 2 0 0 e [RET]
The result is a figure inclusion string that has the unprintable character, and you can't tell in the Emacs text file. Very unpleasant.
MacBook Pro 15″, macOS 12.7