0
Under review

ssh macro

Jorge 12 months ago in iPad updated by Alexander Blach (Developer) 12 months ago 1

In ios SSH terminal is awesome… here is an idea. I normally use the same commands over an over. It would be nice if there were a drop down menu with pre-dermined lines of ssh commands. ssh macros.

The macros can be a plist file that the key is the name of the macro displayed in the drop down in the terminal, and the value is the ssh command(s) to be sent through the terminal. Of course the plist should be editable in texstastic

What do you think?

Jorge Varas

Textastic user since version 4… I think

0

How to add Markdown snippets to Textastic

Peter Anderson 1 year ago in iPad 0

Textastic is a great plain text editor; I think it's the BBEdit for iOS!


I use Textastic for writing and reviewing Markdown documents. However, it's not a perfect solution. One major omission is a snippets function; for example if you want to format a block of text you have to mark up the text before and after the selected text and often this can be difficult. Snippets is an enhancement I've often requested for Textastic.

Now I've found a workable solution.


There is an iOS app called Text Case. Its primary function is to change the case of selected text (a useful feature that Textastic does not include). But Text Case is extensible and you can add your own functions ("flows" in Text Case speak) using a large number of built-in functions. Two such built-in functions are "add a prefix" and "add a suffix" to a selected text block.


So you can add, for example, your own Markdown underline function. The custom function building process is very simple. The attached screenshot shows several Markdown "flows" I've created. Then you simply select and copy the text to be underlined, app switch to Text Case and choose the new "Underline Selection" function, app switch back to Textastic and paste the marked-up text. For example:


This text needs to be underlined.


Follow the process above and you get…


This text needs to be underlined.


This is not perfect but it makes applying Markdown syntax to Textastic documents much easier.


If you have a better way of applying Markdown syntax in Textastic, please let me know.


Regards,

Peter


Image 580



0
Under review

Should be nice the add the possibilities to upload any type of file via FTP

Alex85 1 year ago in iPad updated by Alexander Blach (Developer) 1 year ago 1
0
Under review

Unintended deletion of folder. Recovery?

VILLMER 1 year ago in iPad updated by Alexander Blach (Developer) 1 year ago 1

I unintentionally deleted a folder. Is there any way to recover it?

0
Under review

Button

alx 1 year ago in iPad updated by Alexander Blach (Developer) 1 year ago 1

Hello. On ipad pro 12.9 in Split View mode (2 to 1, where 2 for Textastic) there are buttons to revoke/return the action in the horizontal position. But in the vertical they disappear, but there is enough space for them. This is inconvenient, because in order to cancel the action you need to turn the tablet to a horizontal position. Please fix this in the next version. Thank you. Respect for a very cool application.

vertical

Image 561


horizontal

Image 560


0
Under review

Search for “multiple consecutive link breaks”.

Jianfa Tsai 1 year ago in iPad updated by Alexander Blach (Developer) 1 year ago 1

Improve search function of Textastic iPadOS app, where user can search for “multiple consecutive empty link breaks”.

0
Answered

"Select Folder" list is empty during "move" folder

neil 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 3

During Edit in left pane, selecting folder works properly, nd selecting "move" folder icon correctly open new pane with "select folder" heading. But pane is empty...not folders listed.

Offloading and reinstalling app did not fix.

How to fix?

0
Under review

Add Copy with Edit -> Select -> Move

Lars 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 1

In the Edit -> Select -> Move action please add a Copy option as well. 

It would help a lot. 

0
Fixed

Critical bug when pasting Python code - tabs & spaces are added to last line

Freemen Muaddib 2 years ago in iPad updated by Alexander Blach (Developer) 2 years ago 3

This is a serious and nasty bug. It should be addressed ASAP!  It messed up my code creating almost impossible to find bugs. In Python tabs and spaces indentation are syntax after all! It took me a while to track it!

This is what happens when you copy/paste certain Python code:

Image 530