Es6 Modules
Does testastic support importing and exporting modules between js files? For some reason, the following code doesn’t seem to work https://feedback.textasticapp.com/communities/1-textastic-for-ios#
// file1.js
function sum(num1, num2) {
return num1 + num2;
}
export default sum;
// file2.js
import sum from "./file2.js";
console.log(sum(1, 2)); // instead of 3 I get the message “SyntaxError: Unexpected identifier 'sum'. import call expects
exactly one argument.”
note: file1 and file2 are in the same folder.
Thanks for your help.
Errol
Firebug Lite replacement
Firebug is no longer maintained.
Please keep an eye on this open source project as replacement for firebug lite.
Verbindung über Lokal/Netzwerk
Hallo Herr Blach! Gibt es die Möglichkeit auch irgendwie lokal, also im eigenen Netzwerk, sich mit seinem eigenen Webserver zu verbinden? Ich steh nicht so auf WebDAV oder FTP :-/ Extern lieber VPN und dann "lokal" programmieren :-)
Not working in Preview
If i write absolute paths, the app can not recognize the root folder and it can not show correct preview.
<link rel=“stylesheet” href=“/css/css.css”>
I want the app to recognize “/“ as the working folder.
The additional keys row gets cut off when another app is open in split view
As per title
Import Bookmarks from Cyberduck
It would be nice if I could import the FTP bookmarks from Cyberduck into Textastic. This way I could work on my projects in iPad oder iPhone.
The magic isn’t happening
I thought, that this app will allow me to work on my iPad, but it doesn’t seems so.
Firstly, I can’t connect to my VPS with precisely correct login and password. It’s annoying but still.
And today I found myself unable to open php-files! What the hack?!

Textastic forgets what line I was viewing in a file
This is mainly an annoyance in large files (which I deal with frequently).
After not using the app for a while, and returning to it, it forgets what line I was viewing (usually in the high 1000's), and instead it reverts to viewing line 1.
It basically happens on a daily basis, and so I'm left flicking my phone 20 times to scroll back to the bottom of my file. :(
Customer support service by UserEcho