0
Under review

Text area under keyboard

Wesley Penner 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 4
When my document gets longer than about 100 lines, the document won't scroll to the end, so the area where I want to add new text is blocked by the keyboard.

Rotating the screen  helps sometimes, but is inconsistent. Leaving the app helps sometimes. Copying the doc and pasting it back in helps sometimes. Sometimes none of these tricks work.

it is most likely to occur when leaving and returning to the app.
0
Under review

Error after opening file with ownCloud

Andreas Neumann 10 years ago in iPad updated by Alexander Blach (Developer) 9 years ago 7
Every time I open a file via ownCloud, change something and then stop editing, I get an error "der Vorgang konnte nicht abgeschlossen werden (Cocoa Fehler 4). But when I switch to the owncloud-app I see, that the file gets uploaded.
Could you have a look into this, please?
Great app anyway!

0

firebug not working on local view

Carlin Canales 12 years ago in iPad updated 12 years ago 4

When i preview a page and try to enable firebug nothing happens. i'm connected to the internet. It was working fine before the most recent update. Not sure if this is a known bug or just something i'm doing wrong. if i open the preview and click on the remote button and enable firebug it works fine, but not when in local view. 

0

viewing documents on Textastic? and a question about coding Markdown

Beth Chaplin 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 4
Hi there -

Please help me in my ignorance; I've just discovered Markdown, but I am having trouble finding an iOS editor that implements it very well.  I believe Textastic supports MultiMarkdown.
1. Does it also support some html tags in a Markdown document, such as the following syntax for internal links in a document:

[Calendar](#calendar)

and

##### CALENDAR

2. And is this a good app for VIEWING Markdown documents? That would be its main function, for me, though the ability to code on the iPad is nice to have.
Thanks!
Beth


0

Move file bug

Myako Toudai 13 years ago in iPad 0

I get an objective C error when I move a file from location a to b if at location b exists a file with the same name.


Device: iPad 2

OS: iOS 6.0

Textastic: Latest version

0

Background Line Color carriage return

Jeff Poblocki 12 years ago in iPad updated 12 years ago 2

When formatting code with a background color (like red for invalid) and there is a carriage return right after, the remainder of the line is highlighted in that color. The theme does not preform that way in TextMate. Just my OCD. :) Thanks for your time!

0

template

David Shi 12 years ago in iPad updated by Alexander Blach (Developer) 12 years ago 1

editable file templates.

0
Answered

Lua code

Lego Mite 10 years ago in iPad updated by Alexander Blach (Developer) 10 years ago 2
Can Textastic actually run Lua code? It has the syntax for it. I don't know how to set it up though. 
0

Access to restricted URI denied.

Here 13 years ago in iPad updated 13 years ago 1

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