Your comments

Textastic 9.3 adds a new “Line Height” setting that you can use to adjust the spacing between lines (defaults to 110%).

Textastic 9.3 adds the new setting “Indent Based on Syntax”: Automatically indent code when typing, based on its syntax.


For example, increases the indentation when pressing Return after an opening curly brace (“{”) in C or an opening tag in HTML and decreases indentation after a closing curly brace (“}”) or a closing tag.

Textastic 9.3 adds the new keyboard shortcuts “Toggle Comment” (Cmd-/) and “Toggle Block Comment” (Cmd-Option-/).

Textastic 9.3 has the new setting “Close Brackets and Quotes”: Automatically inserts a matching closing character when typing an opening bracket or quote. 


This works for the following character pairs: "", '', (), [], {}.

Thanks you for your report. This is already fixed in the development version and I plan to release it soon. I'm sorry for the inconvenience.

Thanks for letting me know, I'll fix this in the next update.

Here's a problem with the referrer approach you suggested:

When previewing the file "Project Root/Nested Folder/page_1.html", how is the server supposed to know that the project root is "Project Root" and not "Project Root/Nested Folder"? The referrer header in that case is "Project Root/Nested Folder/page_1.html", so that doesn't work.

Thanks for the detailed suggestion.

Just a quick note: in page_1.html in the nested folder you can actually access the image from the Images subfolder of the root: just use "../Images/image_1.png" as the path.

I'm glad that it works now.

Actually, you can just remove that entry in the list of app shortcuts completely if you don't need it.