+27
Completed

iCloud Drive support

Kenta Kubo 9 years ago in General updated by Alexander Blach (Developer) 6 years ago 3

Is Textastic going to support iCloud Drive?

+16

Suggest declared variables when typing

Scanu 11 years ago in General 0

Would be great to have feature that show a dropdown list of already used variable when typing a new varaible for example in php

I have this code 

$foo = "test1";

$bar = "test2";

And when i type echo $ it lists foo and bar

+16

Google two-factor PAM authentication code support for SFTP connection

Alexander Blach (Developer) 11 years ago in General 0

An SSH server which uses the Google two-factor PAM module asks for the verification code before password.


See http://www.howtogeek.com/121650/how-to-secure-ssh-with-google-authenticators-two-factor-authentication/

+15
Under review

Find or highlight matching brace/parens/brackets

Bob Beaty 3 years ago in General updated by Simon Tokumine 2 years ago 3

I just got Textastic for my iPad, and I have to say it's pretty great - it even handles Clojure - my language of choice... and the Automatic brace/brackets is a great feature, but with Clojure, it'd be great if there were a key that allowed me to Jump to the balanced partner of a brace {}, or paren (), or bracket []. This has the effect of "bouncing" between two points in the code - the start, and the end, of the pairings. It's very useful for languages like Clojure where there are a lot of parens...

This is very useful in Vi and Sublime Text 2/3, and a lot of other editors... and I'd really love for it to be added to Textastic for iOS/iPadOS. 

+15

JavaScript Linter

Jake Sankey 9 years ago in General 0
It would be great to integrate with JSHint or JSLint for JS files so we can see syntax and other issues right in the editor. There are also linters for PHP, HTML, CSS, and others out there. Any chance?
+15
Under review

LaTeX expressions in Markdown

Timofey Stepanov 9 years ago in General updated by Lucho 6 months ago 2
Please, add support of LaTeX expressions in Markdown previews.
Like at stackedit.io.
+12

Please add Typescript language

mmosoll 6 years ago in General updated by Torgny 6 years ago 2

Please add support to Typescript language, extension .ts

+11
Under review

Add Shortcuts App into your App

gsward 4 years ago in General updated by Jason Cardwell 2 years ago 5

Many apps support Shortcuts in Apple’s Shortcut App (e.g. Working Copy). If you were to add the actions for New File, Append File, Upload/Download File, and SSH Command I could automate my entire build process through the Shortcut App in your App.

+11

add asciidoc in the languages.

marcz 6 years ago in General 0

Textastic can support asciidoc following the Textmate extension but it is not in the list of supported language, please add it.

+10
Under review

Auto save

Fiorino 3 years ago in General updated by Alexander Blach (Developer) 2 years ago 7

Please add an option to disable auto save feature (and add a “Save” button). I work with apps like shellfish in live servers and in the meantime I add some PHP code then I get always errors until I have finished my modifications.