0

Add option to convert text encodings. For example to read chinese files (GB18030) you need to convert to unicode (UTF-8).

Freemen Muaddib 2 years ago in General updated 2 years ago 2

Add option to convert text encodings. For example to read chinese (GB18030) you need to convert to unicode (UTF-8).

Currently changing the encoding settings from the info panel does not convert the encoding of the file.

Answer

Tap and hold a file and choose "Open with Encoding..." from the menu to select the encoding with which to open the file. 

This is described in the manual at https://www.textasticapp.com/v9/manual/viewing_editing_files/character_encoding.html

0

ssh terminal - Theme

Jiri Dudek 2 years ago in iPad updated 2 years ago 0

hello, is there any way how to add custom ssh terminal theme ?

0
Answered

How to do cursor navigation in SSH Terminal on iPhone?

Texited 2 years ago in iPhone updated by Alexander Blach (Developer) 2 years ago 3

Hi! Great app!


I love using mc (midnight commander) in my terminal.

Is there any way to press and hold a cursor to navigate through the files.

With help of the "ESC / Cursor" Buttom i'm ony able to do one cursor movement at a time.

Unfortunatelly I found nothing in the manual about that.

The Navigation Wheel is iPad/Editor only!?

0
Completed

Help File as pdf

Thk 2 years ago updated 2 years ago 2

Während einer Bahnfahrt ist Internet-Access oft schwer. Das Helpfile als PDF zum Download wäre für mich als Änfänger dieses Programmes hilfreich.

Answer

There is a download link on the homepage:

https://www.textasticapp.com/v9/manual/textastic_manual.pdf

0

Support .RAR Archives

d 2 years ago in iPhone 0

Can you add UnRAR Support for .RAR Archives?

7-Zip, .tar.xz would also be great if not supported already 


thanks

0
Answered

Testing out ony new ipad and it wont show a jpg file using the html img tag?

Alan Craig 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 1

When Using web preview or open in safari, my index.html wont show images using the <img> tag

0

漏洞

XSY 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 1

What should I do if I can't recover the document? I'm just leaving for a while. I want to undo it. I can't revoke it. I can't recover it. What should I do? Ask online. It's urgent.

0

support for javascript es2021

Anthony Pace 2 years ago in iPad 0

I would be really really useful to have the keywords updated, and absolutely lovely to have it go several symbols deep.

e.g. if I type document.get

I am given getElementById(), which is great.  But, if I type:

var c = document.getElementById("canvas");
var ctx = c.get

it would be extremely useful to have it give me the suggestion for:

getContext('2d');


Now, that would just be a simple keyword update, and it would be extremely helpful to me to have all the updated keywords for get___ and object types such as Uint32Array

Not having these is a complete pain.

If you have a file with keywords, that you could send me, to allow me to do a custom update, I would do it, to save myself tons of time while coding.

Otherwise, if there is already a package or file with updated definitions that exists already, and you can provide instructions to update textastic so I could use it on my IPAD, it would be extremely helpful and appreciated.

0

Error FTP Upload in unicode UTF-8 time out

Bastian von Linge 2 years ago in iPhone 0

I cant upload files in UTF-8.

I have some html files on a webserver, wrong formated as latin-1. I download, edit and format them as utf-8. When I want to upload these files I get a time out. But not all of the new formated files. If I upload these files formated as latin-8 theres no time out.

0
Under review

"Unable to extract public key" when using an SSH key with a passphrase

deviantintegral 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 5

When trying to use an ed25519 SSH key with a passphrase, I get the following error:

```

ERROR: Public key authentication failed: Unable to extract public key from private key fil
e: Wrong passphrase or invalid/unrecognized private key file format

```

I found https://feedback.textasticapp.com/communities/1/topics/2571-error-reading-ssh-private-key, but a key with the newer format but without a passphrase worked fine.

Any suggestions?