+3
Completed

MultiMarkdown File Transclusion

Dany Gauthier 6 years ago in iPad updated 3 years ago 4

In Textastic manual, I saw that Textastic uses MultiMarkdown library for previewing Markdown.

When looking at the MultiMarkdown syntax guide, there is something called "Transclusion":

https://rawgit.com/fletcher/MultiMarkdown-6-Syntax-Guide/master/index.html


Unfortunately, when I use Textastic for iOS, I am unable to make transclusion work.


I do not know which MultiMarkdown version is used by Textastic, but I do know that feature exists since at least version 4:

http://fletcher.github.io/MultiMarkdown-4/transclusion.html


I would really like file transclusion to work. For example, I would set all my links inside one file, and reference it from my other files. Or, I would put reusable content in some files and reference them from other files. Or I would create one file per chapter and reference all chapters from a main markdown file. etc. etc.


Is file transclusion something that have been tought about? Is it something that can be enabled?

Answer

Textastic 9.8.7 now uses MultiMarkdown 6 and supports file transclusion: 


Use {{some_other_file.md}} in a Markdown file to include other Markdown files.

See https://fletcher.github.io/MultiMarkdown-6/syntax/transclusion.html for details.

+3
Under review

Terminal

jknesek 7 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 1

Hi,

Sorry if this has been answered a million times before but I just recently started coding on an iPad instead of a computer and I decided to get this app. It says it has an ssh but I can only get to file transfers. How can I get the terminal open to run my programs, or can this not do that? Thanks :)

+3
Under review

ESCape key in SSH terminal with external keyboard (Apple Keyboard)

sylvoie 7 years ago in iPad updated by Andrei 7 years ago 3

First, I want to thank you for version 7 of Textastic. It’s the best editor on iPad, and I like it.


I use Textastic’s SSH terminal that is very good. My only concern is the ESC key with an external keyboard. Sometimes, I need to use VI to edit a file. I don’t use the additional keys bar, this bar take too much space on screen. I don’t have an ESC key on my external keyboard.

I used an other SSH terminal before version 7. I was using a very cool fonctionnality where to ESCape in VI, you only have to touch the screen two times with one finger. Is-it possible to add something like that in SSH terminal to ESC?


Thank’s

+3
Under review

SSH does not work with Duo Mobile two factor authentication.

Rory 7 years ago in iPad updated by S-K 2 months ago 3

When trying to use the ssh bundled with textastic I cannot authenticate to machines that require two factor authentication using Duo Mobile. Even though the push-authentication step succeeds from Duo, I always receive the error:

Failed to authenticate - methods: (keyboard-interactive,hostbased)


The Duo Mobile authentication works fine for other ssh clients on iPad, e.g. blink shell etc, so it must have something to do with the implementation on textastic.

+3
Under review

Export code as pdf with syntax highlighting

robin g kim 7 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 1

it would be great to have a convert as pdf feature with syntax highlighting since i would love to export a piece of code to notability or so markup app to read and hand write on it!

+3
Answered

drag and drop ios 11

douglas 8 years ago in iPad updated by Alexander Blach (Developer) 6 years ago 1

I'm just wondering if I'm doing something wrong?  Should I be able to drag a .js file from the ios11 files app into textastic?  Is this integration planned but not here yet?  thanks!

+3
Under review

Quick open a file

Rahoul Baruah 8 years ago in iPad updated by Alexander Blach (Developer) 7 years ago 10

If I open a git repo via Working Copy (or maybe in the future if I mount an SFTP folder - maybe via Transmit?) - is there any chance of something similar to TextMate/Sublime/Atom's Cmd-T function (or the Ctrl-P plugin in Vim)?


So I can type in part of a filename and it locates all matches within that directory and I can pick the one I want. As I do a lot of Rails work I often have to jump between different files in different parts of the tree - so being able to search aviecustinde which then matches to app/views/customers/index.html.erb is a massive time saver.

+3

Save indicator and/or save button

Tom Livingston 10 years ago in iPad 0
It's a bit nerve wracking to wonder if a file is saved, especially after a lot of time spent working. It would be nice to have an indicator showing when a file is saved or saving, or a way to manually save a file - a button or icon to click
+3

Guys, please make the jump and give us WYSIWYG editing

Peter Payne 12 years ago in iPad updated by StefanD. 7 years ago 1

I know I seem like a n00b by asking for this but there are NO good options for editing an existing HTML file in iOS. The reason I need to this is, I am a writer (not a HTML programmer) and need an environment where I can write my update posts and debug everything before it's uploaded as HTML to our website. Please give us this option? It would be greatly appreciated.

+3
Under review

CDN Support

Brad Hellyar 11 years ago in iPad updated by Alexander Blach (Developer) 11 years ago 5
It would be nice to have CDN support, so when I am using the CDN for bootstrap, jQuery, etc the content would display properly in preview mode.