No similar topics found.
0
Integration with simplenotes or notational velocity
I would like an easier way to automate having the same data in iPad and desktop, without the need to export/import.
0
paste image from clipboard
It would be a good thing to be able to paste images copied from other apps (such like Safari or Photoshop Touch) to the clipboard into any folder... Thanks !!
0
Custom code definitions
I know we have this, but I don't know how to create one. If we had access to the existing definition files, we could reverse engineer them and make our own without the need to create tutorials and such.
i.e. I don't like that HTML5 inserts <br /> instead of <br>. That's HTML 4 code. I also prefer tab over double space. If I could see what currently exists as a default, and could edit it and save it as a custom template, that would be really useful to me.
i.e. I don't like that HTML5 inserts <br /> instead of <br>. That's HTML 4 code. I also prefer tab over double space. If I could see what currently exists as a default, and could edit it and save it as a custom template, that would be really useful to me.
0
Answered
Creating a file on dropbox
Hi! maybe i missed this one, but is it possible to create a new file on dropbox or do you have to create the flie externally and then open it in dropbox?
0
Run javascript files
Coders should be able to run and test their javascript files so they can swiftly find bugs and debug the code.
0
Under review
Ability to download file from website
I would love to have an easy way to save files from the internet into the editor. Perhaps when making a new file in textastic, have a `loaded from url` field, which downloads the content from the web before opening the new file.
I would use this feature most with cdnjs, and it would be useful for github also.
I would use this feature most with cdnjs, and it would be useful for github also.
0
Is it possible to edit an existing connection?
Is it possible to edit an existing connection, for example if there is a typo in the credentials? I only seem to be able to delete, not amend.
Answer
Alexander Blach (Developer)
14 years ago
Of course, just tap on the blue arrow icon to the right of each connection to modify the connection's settings.
0
Not a bug
Select text does not work in some cases
Select text does not work if you try to select a line such as
% ***************************************.
The Selection can only grab the first few characters
% ***************************************.
The Selection can only grab the first few characters
0
Access to restricted URI denied.
New to Textastic and referencing jquery.js within and HTML but receiving the following error... none of the alert dialogs appear. Access to restricted URI denied.
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="jquery.js" type="text/javascript"></script>
<title></title>
</head>
<body>
<script type="text/javascript">
alert('pre');
$(document).ready(function() {
alert('Hello World');
}
</script>
</body>
</html>y
Customer support service by UserEcho