Your comments

JSON does not support multi-line strings. You need to escape new line characters with \n and tab characters with \t.


You can use a JSON validator like https://jsonlint.com to check whether it is a valid JSON file.


This works:


{
  "uuid": "E3435C11-14CF-4DE6-A0D8-EE5ADC2F0D5C",
  "category": "Markdown",
  "templates": [
    {
      "name": "Frontmatter",
      "fileExtension": "md",
      "snippet": "---\ntitle: ${1:untitled}\ndate: DATE\nlayout: post.hbs\ncollections: posts\ndraft: true\ndesc: $2\n---\n"
    }
  ]
}

I've also added tab stops, so that you can enter a title after creating a file with this template and hit tab to jump to the description field.

Thanks for letting me know about this problem. This used to work on iOS, too, but Apple changed the behavior when the backspace key is pressed. This will be fixed in the next update.

This should work since Textastic 6.4.

Yes, you are right, the syntax definitions need an update.

No, sorry, I'm not aware of such an issue. Do you have any more information on when this happens? Which version of the app and iOS, which device?


You cannot make it appear with a single tap on the editor?

Hello, what happens when you try to preview the HTML file in Safari (button in the top right corner -> Preview in Safari)?

Hello,


you are right - at the moment, many files cannot be opened because the file extension is not known to the system. I plan to allow the user to open any file using the "Open…" command in a future update.

We received a hint from Apple and I added a workaround in Textastic 6.4.1 to open folders on iPhone: 

  • in Textastic, tap "Open…" 
  • navigate to Working Copy 
  • press "Select" in the top toolbar 
  • select a folder  
  • tap "Open" 

Please only use this to open folders from Working Copy. If you try to open other folders - like for example from iCloud Drive, bad things can happen :)

Or do you mean a hardware keyboard? I just tried to select text with my Apple Magic Keyboard connected over bluetooth: no problems.


What happens if you copy the same text into Apple's Notes app and try to select text there? Do you see similar issues?