0
A couple of useful tools for creating templates for Textastic
Aloha,
I found the following two tool useful in creating templates:
1. To escape the characters that need escaping:
http://www.freeformatter.com/java-dotnet-escape.html#ad-output
(the instructions in https://github.com/blach/Textastic-Customization, do not mention escaping characters beyond tabs and newlines, but one has to also).
2. To check the syntax of the json file (otherwise Textastic will not load it):
I don't do java, so these two tool were very useful.
Customer support service by UserEcho
Thanks for sharing this!