
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

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.

Create Textastic deep links into a file in Files
Hi,
I would like to use Textastic everywhere for accessing markdown text files which I keep in iCloud Drive or in Dropbox, which are both accessible via Files.
However,I don’t want to have to launch textastic whenever I do this. I want to be able to store URLs referring to particular files in other apps, like OmniFocus, Notes, etc..
Does Textastic have an ability to generate a deep link that refers to a specific file that Textastic can edit through the Files system? If so, then I could just start using these Textastic URLs everywhere.

I need help saving my changes back my google drive
it won’t save. When I open my file on google drive the changes are not there. I need help

Can’t Search/Replace quotation (“) marks!
When doing a basic search for “” in order to replace with “0” no results are returned even though the CSV file in question is full of these! This is the only reason I purchased this app for, so I feel cheated of my £9,99!!

Open any file similar to iEditor
Sometimes you have a file you know is text burn don't have an app that handles it directly. Textastic should be one of the options to open it with similar to how iEditor will let you
Customer support service by UserEcho