+3
Completed

Markdown preview

Rui Carmo 14 years ago updated by Alexander Blach (Developer) 13 years ago 11
You could include discount (http://www.pell.portland.or.us/~orc/Code/discount/) and use it to render a Markdown preview. It lacks Markdown Extra features like footnotes, but covers all of standard Markdown syntax and can easily be merged with Objective-C.
Answer
Please add any features (like custom style sheets for preview) you would like to see.

I'd like to know how you use Markdown in your workflow.
+3

More emacs shortcuts

Paul Durao 9 years ago updated by Jeff Smith 9 years ago 1

thought we should have more emacs short cuts and features

+3

Firebug in HTML Preview!

Christian Sonntag 13 years ago updated by Alexander Blach (Developer) 13 years ago 3

Is it possible to configure Firebug to be active from the beginning of the HTML preview. I have the problem that some console logs are not be displayed at the start because Firebug has to be activated manually. Did i miss something?


Textastic is really amazing!!!!


Regards

Christian

+3

SVG Syntax Highlighting

8track 14 years ago 0
Currently the user can select HTML or XML or Javascript from the Syntax Definition popover. But SVG usually involves tags and Javascript, so it would be nice to have a mixture of these highlighting rules. In particular, inside of <script> tags it should highlight for Javascript and outside it should highlight for tags. (Maybe this suggestion would also make sense for regular HTML with Javascript.) At the very least, Textastic should have an SVG entry in that popover and apply some kind of highlighting by default (probably XML). Thanks!
+3

Quickly setup a connection by using an URL

Alexander Blach (Developer) 14 years ago 0
Support connecting to a remote server using an external link, like sftp://username:password@hostname.com/initial/remote/path/.  It would be nice if these connections would open your app and setup the connection for me.  For example we might have links like this in our internal web sites.

(feature request received by email)
+3

Connection Bookmarks (save several paths of a connection to quickly switch between)

Alexander Blach (Developer) 14 years ago 0
Could we also have bookmarks for the connections?  For example, I have a connection where I might be at /httpd/example.com/public_html/ at the initial login.  However I wish to also bookmark a folder location at /var/other/long/remote/path/ that I switch between often.  These bookmarks could be nested under the one connection, rather than creating a connection for each different folder path.

(this feature request was received by email)
+3

reStructuredText support

Chris Fonnesbeck 13 years ago updated by Alexander Blach (Developer) 13 years ago 1
This is a nice alternative to Markdown, particularly among Python users. Anyone who used Sphinx for documentation is writing in reStrutucturedText.
+3

Open local files in Safari

Zsolt Stelkovics 13 years ago updated 13 years ago 6
Is there any option to open the local files in built in Safari browser, or Opera app, to see the result?
+3

Support for Puppet syntax highlighting

Ryan McKern 12 years ago updated by Alexander Blach (Developer) 12 years ago 1

Puppet is pretty popular and it has a well defined grammar. I'd love to see syntax highlighting for it. Please and thank you!