0
HTML 5 and CSS 3
Are you planning to implement CSS3 and HTML 5 in Textastic ?
Thanks for this app thought, it's a must-have. But with this, it would be greater.
Customer support service by UserEcho
Are you planning to implement CSS3 and HTML 5 in Textastic ?
Thanks for this app thought, it's a must-have. But with this, it would be greater.
Customer support service by UserEcho
Textastic supports syntax definitions from standard TextMate bundles, thus it already "supports" HTML5 and CSS3.
Thanks for answering.
I'm feeling like a fool, sorry for that useless question . Actually I tried that code :
body {
color: blue;
font-family: Times ;
font-size: 16;
}
@media handheld and (orientation : portrait){
body{
color: red;
font-family: Times;
font-size: 15;
}
}
Then I thought it didn't support CSS3.
But then I replaced handheld by all and it works. In fact the iPad is not considered as a mobile device in the preview.
I'll give a slightly better answer with links to how you can actually solve it. ;P
http://www.textasticapp.com/v4/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html
https://github.com/mrmartineau/HTML5
https://github.com/lenn4rd/CSS3-TextMate-Bundle
Works on the desktop version, too:
http://www.textasticapp.com/mac/manual/lessons/How_can_I_add_my_own_syntax_definitions__themes_and_templates.html