0
Under review

email support just hangs

Chris Rowley G 4 years ago updated by Alexander Blach (Developer) 4 years ago 1

says it all!

0
Answered

Running python code in SSH

atonaltensor 4 years ago in iPad updated by Alexander Blach (Developer) 4 months ago 3

Hello, 

Maybe I am being dense, but I cannot see how I could execute/run python code I've written in my SSH terminal window. 


Example: I'm editing a file called "main.py" in Textastic with "print("Hello World!"). I want to be able to open the SSH terminal (into my local server) and be able to type "python main.py" to see "Hello World!" printed inside the SSH terminal window. 

How do I achieve this without having to manually copy and paste code?

Answer

Hello,

I would do it like this:

  • create the python file(s) in Textastic in a folder within "Local Files" or "iCloud"
  • use the file transfer screen to upload the files to your server using an SFTP connection
  • use the SSH terminal to run the python file on your server using the same connection
  • when you now make changes to the python files on your iPad, you can use the "Quick Upload" feature of Textastic to upload your file with two taps or a keyboard shortcut (Cmd-Option-Up)

Please have a look at these topics in the manual for details:

Uploading and Downloading Files: https://www.textasticapp.com/v10/manual/remote_servers/uploading_downloading.html

Quickly Upload/Download: https://www.textasticapp.com/v10/manual/remote_servers/quick_upload_download.html

0
Under review

Shortcut File

Milon 4 years ago in iPhone updated 4 years ago 11

Hey,

Add a folder from textastic with files you can select to be there, these will include this feature. Make siri shortcuts get file context from the selected file of textastic using icloud. Thanks, sorry if this was badly explained!



Now a idea, let us ajust the themes on this website for our self if possible, thanks also! ^-^

0
Answered

Adding Rmd syntax highlighting

Jessica Temporal 4 years ago in iPad updated by Alexander Blach (Developer) 4 years ago 4

Hello! First of all let me say: This is a great app! I’ve been using it for a week now and I love it!

I was trying to add syntax highlighting for .rmd files but the highlighting isn’t working. I followed the steps in the blogpost I saw linked in other topics, and used this .tmbundle I found on GitHub. But the syntax isn’t rendering, either I did something wrong, or the bundle isn’t working, I’d appreciate a little help fixing it.

Here’s a print showing a .rmd file and correctly detected highlight:

Image 423

Thanks in advance =)

0
Under review

Lua

Milon 4 years ago in General updated 4 years ago 2

Hello, may I get some help? I am trying to make custom themes, and as well trying to make code completion and add custom keywords to the Code: Lua. The thing is I am on mobile so  I don’t know how to get the uuid from lua. I really need a Code Completer for lua. Thank you! 

0

Opening in Safari

Doug Lerner 4 years ago in iPad updated 4 years ago 2

Well, I dived in and purchased. It looks quite nice. I do have one question though (for now).

I touched on an html file in my iCloud Drive. It now opens by default in Textastic, which is fine. I edited it and that worked. And I touched the little eyeglasses icon and I could see the file as a web page, and that worked.

But, when I touch the ... icon and touch "open in Safari" nothing happens. How would I open the file in Safari?

Thanks.

0
Fixed

Built-in Preview window making several requests at the same time

Miguel 4 years ago in iPad updated 4 years ago 13

I am using the built-in preview to check my remote code after I upload it to the server. I do this periodically. Recently I started to notice that if I do it very often after a while my server started to reply with 508. I checked the logs and it seems the AppleWebKit is making several requests at once instead of just 1 normal request. The more I use it seems the more requests it makes. it seems it goes back to normal if kill Textastic and open it again. I suspect the Preview window is not getting killed properly and is running on the background.

0

Built-in Preview window making several requests at the same time

Miguel 4 years ago in iPad 0

i am using the built-in preview to check my remote code.

0

Roblox

Milon 4 years ago in iPhone 0

Image 421

Hey there! 


So I had been working on a Syntax but the thing is I cannot get the autocomplete to work on words and as well a feature that is needed. Wouldn't it be cool to let me help support the Roblox LuaU language on the app? I use this app a lot for Lua and html, mainly Lua. I'd love if this could be possible. As well I made a theme for this language as it has specific known colors! Thank you.

-Milon

0

Support .neon

tomat 4 years ago updated 4 years ago 0

Hi, I've been using Textastic for a very long time and it's my number one on the iPad. I often use .neon files. I want to ask if it would be possible to add his support. It is a format very similar to .yml. Alternatively, can I help you to provide support in some way. 

Documentation: https://doc.nette.org/en/3.0/neon-format

Thank you