Your comments
Thanks for the video.
What happens when you use Cmd-S or File -> Save instead of renaming using the title bar?In the save sheet, when saving an untitled file, you should be able to change the file extension from "txt" to "md". I just tried this out and it works for me.
I'd recommend the following: after creating a new file in Textastic, immediately change the syntax definition from Plain Text to e.g. Markdown (in the bottom bar). Then, when you enter text and save the file, Textastic should automatically suggest .md as the file extension.
Maybe you can copy it as text, create a new file using the + button in Textastic and paste it.
Or tell Gemini to provide the code as a text file you can open in a code editor like Textastic.
Hello,
the screenshot is not from the code editor of Textastic. It looks like the preview of a PDF?
This should probably be disabled for Markdown for example, because trailing whitespace has meaning in Markdown: two spaces at the end of a line insert a <br>
tag. (see https://spec.commonmark.org/0.31.2/#hard-line-breaks)
So maybe, it's better to have a list of file extensions for which this feature would be enabled? Similar to the existing Settings -> New File -> Preferred File Extensions.
Are there any settings you would like to see for this feature? Or just enabled/disable?
Good point, trimming trailing whitespace on save would really be helpful.
This is the standard text selection behavior on iOS—you can see the same in Apple’s Notes app, for example.
To place the cursor in the middle of a word, tap and hold the word to bring up the text loupe, which lets you position the insertion point precisely.
On iPhone, you can also tap and hold the space bar on the on-screen keyboard and then move your finger to move the insertion point more easily.
Customer support service by UserEcho
The problem may be that the title bar only allows you to change the file name, not the file extension/type. That’s a limitation of the macOS document system.
Use File -> Save instead.