+11
Under review

Add Shortcuts App into your App

gsward 5 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 support for asciidoc

Oliver Wahlen 10 years ago in General 0
+10
Planned

DropBox online file preview

Dany Lisiansky 11 years ago in General updated by Alexander Blach (Developer) 11 years ago 0
I'm using Textastic both on my iPad and iPhone and its amazing!
The main reason I bought Textastic for iPhone is for presenting objc projects located in my Dropbox account.
And the only feature Textastic miss is the option to preview code from remote servers without actually downloading the files locally.

I'll really appreciate if you'll add this feature in one of the next updates.
+9

React JSX Syntax Highlighting is broken

Corvec 5 years ago in General 0

Close tags in JavaScript (e.g., </span>) break syntax highlighting for the rest of the file. Self-closing tags (e.g., <span />) have the same effect. Opening tags work fine, though.

+9
Under review

Support TypeScript and React

Torgny 6 years ago in General updated by Alexander Blach (Developer) 6 years ago 1

I'd like to see support for TypeScript and React added. What can I do to help? Can I assist writing/porting syntax definitions somehow?

+9

please add global search function.

wolf71 9 years ago in General 0
let user can search all or subdir local storage files. 
+9

Wuala cloud storage support

Alexander Blach (Developer) 12 years ago in General updated by antonios 12 years ago 3

See http://www.wuala.com

+9
Under review

Check SSH host keys / server fingerprint (known_hosts)

Alexander Blach (Developer) 11 years ago in General updated 11 years ago 2

To detect man-in-the-middle attacks SSH clients are supposed to check the host key of the server, for example by comparing it with a known good key. Should the client neglect to check the server key (or an attacker manage to steal the private key of the server) the connection becomes vulnerable to active man-in-the-middle attacks when using password-based authentication.


Add host key checking to Textastic.

+9
Under review

Matching tag highlighting

James Hamilton (Ancient Alien) 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 2 1 duplicate
I would love to see "matching tag highlighting" added as a feature to Textastic. That way when I'm dealing with multiple nested div tags locating their matching opening or closing tags would be very helpful. Example: If I selected the <div> tag its matching </div> tag would highlight to indicate its location. I love Textastic, and cannot wait to see more useful features added. Can we get HTML5 animation support in the preview browser as well? Thanks in advance
+8

Mosh protocol for ssh

jsommers 4 years ago in General updated by Garry Harthill 4 years ago 2

I love the built-in ssh terminal.  One way to make it even better would be to add support for the mosh protocol which would allow long-running shells, and for shells to stay “connected” while moving between networks.  

Thanks for making such a nice app!