Your comments

If the file is stored in the iCloud location, you might be able to recover the document at the https://www.icloud.com/ website. 

Please have a look at this Apple support page for details: https://support.apple.com/guide/icloud/recover-deleted-files-mmae56ea1ca5/icloud

Hello,

please make sure that you are using a relative path (e.g. "img.jpg", "images/img.jpg", but not "/img.jpg") in the img src attribute.


If your HTML and image file are stored in the Local Files or iCloud location or in an external folder added to Textastic, this should work:

<img src="image.png">

The macOS version and the iOS/iPadOS version of Textastic are two separate apps for two different platforms with different feature sets: the macOS version doesn't have remote connection support.


I didn't add an FTP client to the Mac version of Textastic since there are so many free and commercial apps for Mac that can do FTP transfers.

Here is a small selection:

Free: Cyberduck, FileZilla
Commercial: Transmit, YummyFTP, ForkLift, PathFinder, Commander One

I use ForkLift myself as a Finder replacement and SFTP Client.

You could even use Transmit to mount an FTP connection in Finder. You can then open files from the mounted folder and edit files live on the FTP server.

Thanks a lot. It's great that you could figure it out. I'll try to find out what's going on with the key exported by 1Password. 

Can you please send me an example private and public key file including a passphrase so I can try to reproduce the problem here? 

You can send it to support@textasticapp.com

Or tell me how exactly you created the private key file.

Did you enter the passphrase in the password field?

Hello,


Step 2 is not needed. You can open the preview while the JS file is active and enter the path of the HTML file that references the JS file in the address bar of the preview window. Textastic will remember the path you entered.

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

By default, tapping on the web preview button will show a preview of the file currently open in the editor. 

If you want to view another local file, you can enter a different local file path in the address bar.

Textastic will remember the local path and remote URL you enter for each file and restore it the next time you open the web preview for that file.To reset the local path or remote URL, tap on the address bar, clear the contents of the address bar using the gray X button and press Go or Return on the keyboard.

Thanks for letting me know about this issue. I'll try to reproduce it.

Hello,

unfortunately I'm not familiar with Tailscale. Is there an easy way for me to setup such an SSH environment for testing purposes?

Currently Textastic supports password, password interactive and public key authentication. Multi-factor authentication or authentication with an http link as you are describing is not yet supported, but I'm willing to look into it.