+2

Markdown/Multimarkdown to HTML

Stephen Davies 13 years ago updated by Alexander Blach (Developer) 13 years ago 3
Can you convert from markdown or multitask down straight to HTML from the app?
I have been looking for an app that does this, and this app also does syntax highlighting for C++ (my current preferred language!)
I want to be able to write (multi)markdown code, the send as HTML as an email attachment. Is this possible?
+2

CSS auto suggest

Chris Macke 13 years ago updated 13 years ago 0
It'd be great if when setting css attributes we could get auto suggestions
document.getElementById('id').style. --->
backgroundColor
color
display
etc...
+2

Duplicate command

Artiom Tsympov 13 years ago 0
A duplicate command (button) for remote server would be amazing.
+1

Textmate bundle or Sublime Text package in Textastic

Peter Anderson 3 months ago in iPad updated 3 months ago 2

Hi! I would like to add extra Markdown support to Textastic. I should add that I'm using Textastic on my iPad not my Mac.

I have added the Markdown Textmate bundle and Sublime Text package to my #Textastic folder but can't see how to use either after that.


I guess I was expecting to see a Markdown menu or something. But I see nothing.


Has anyone had any experience with these addons?

+1
Under review

Wrong behaviour when shift-clicking on a line number

ihaveseenfurther 5 months ago in General updated 5 months ago 3

Instead of the entire intervening text between the insertion point—or the current selection—and the line whose number is clicked or tapped on in the gutter while holding down shift, only that particular line is selected. The app actually tries to do the right thing at first, but then it glitches and selects just the one line.

+1

Additional keys cover part of the UI unless full size keyboard is enabled

textastic1223 11 months ago in iPad 0

When using the floating keyboard on iPad (the one that doesn’t cover 50% of your screen) the additional keys row covers all UI elements and input on the bottom of the screen which makes the app effectively unusable.

+1

Support for IDL (Interactive Data) language

Stefano 1 year ago in iPad 0

I would like to have support for the coloring syntax of this programming language (Interactive data Language) distributed by NV5 geospatial (file *.pro). Is it possible to include it in future version of the APP?

+1

Add toolbar button to toggle word wrap

phgmacedo 1 year ago in iPhone updated by Freemen Muaddib 1 year ago 1

I use it often, takes a lot of taps. 

+1

Use a-Shell app as an external debug console

Freemen Muaddib 1 year ago updated 1 year ago 0

You should collaborate with a-Shell app to use it as an external debug console.

a-Shell is an amazing environment that simulates the same shell of the Mac(Darwin) on iPad / iPhone and let the user run and debug all interpreted languages (because Apple forbids apps to compile binaries). But for javascript, wasm, Python, etc. a-Shell behaves exactly like a shell, running code in Javascript, wasm, Nodejs, Python, etc and debug it. But a-Shell lacks a visual text editor, and Textastic could be its perfect companion. 

It just need the following features:

- a button to immediately run/debug a python script in a-Shell (a-Shell allows to select and unlock writing/reading permissions on any iCloud Drive or iPad folder), opening a-Shell and running a dynamically generated bash script to run the python code with arguments.

- specify multiple launch properties when debugging/running the code, generating a bash script to open in the source file folder with a-Shell (for example first clean the file with Black, then run it with the parameters specified in the launch properties config). Multiple launch configurations should be stored for each file.

- Using the bash script passed to a-Shell, give the option to save the console error output in a error.log file with a date that can be opened or kept open by Textastic.

- On iPad there should be the amazing option to run a-Shell window and the Textastic window side by side! Coding and instantly see the script running!

Please, consider this!