I would also like to see some kind of visual theme/grammar editor built into Textmate. I’m not a programmer so creating a theme or a new grammar isn’t easy for me (if not impossible). I’ve been able to modify some themes, but it would be nice to have a simple GUI (possibly with a feedback window of sample text) so I’d be able to even create themes for a new language without knowing the crazy grammar syntax (or even a new grammar for that matter). I’m sure it would be an involved process, but definitely worth it to me, even if it slowly grew over time. It would be nice to have simple options in a UI, and maybe even the ability to place your cursor in an open file which would allow you to edit the highlighting for that part of the grammar.
On a related topic, I’d love to see an enhanced Markdown theme (if one doesn’t exist). I’m using Markdown more and more for general notes and some html. Would be nice to have some highlighting for bold, em, links, lists, maybe even variations for # heading levels, tabbed indents for heading levels and associated content, etc.
thanks
Try this one. It also has some Markdown themes. Many themes there are optimized for Sublime Text, but should for in TextMate too. https://tmtheme-editor.herokuapp.com/
On Sep 1, 2016, at 5:28 PM, Gradivus gradivus@optimum.net wrote:
I would also like to see some kind of visual theme/grammar editor built into Textmate. I’m not a programmer so creating a theme or a new grammar isn’t easy for me (if not impossible). I’ve been able to modify some themes, but it would be nice to have a simple GUI (possibly with a feedback window of sample text) so I’d be able to even create themes for a new language without knowing the crazy grammar syntax (or even a new grammar for that matter). I’m sure it would be an involved process, but definitely worth it to me, even if it slowly grew over time. It would be nice to have simple options in a UI, and maybe even the ability to place your cursor in an open file which would allow you to edit the highlighting for that part of the grammar.
On a related topic, I’d love to see an enhanced Markdown theme (if one doesn’t exist). I’m using Markdown more and more for general notes and some html. Would be nice to have some highlighting for bold, em, links, lists, maybe even variations for # heading levels, tabbed indents for heading levels and associated content, etc.
thanks
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 1 Sep 2016, at 17:28, Gradivus wrote:
On a related topic, I’d love to see an enhanced Markdown theme (if one doesn’t exist). I’m using Markdown more and more for general notes and some html. Would be nice to have some highlighting for bold, em, links, lists, maybe even variations for # heading levels, tabbed indents for heading levels and associated content, etc.
Some themes are more complete than others. I know Twilight and Dawn have pretty good support for Markdown.
On 1 Sep 2016, at 23:28, Gradivus wrote:
On a related topic, I’d love to see an enhanced Markdown theme (if one doesn’t exist). I’m using Markdown more and more for general notes and some html. Would be nice to have some highlighting for bold, em, links, lists, maybe even variations for # heading levels, tabbed indents for heading levels and associated content, etc.
Are you not seeing any styling of Markdown?
Out-of-the-box there should be larger font size for headings, use of bold and italic, etc.
On 1 sep. 2016, at 23:28, Gradivus gradivus@optimum.net wrote:
I would also like to see some kind of visual theme/grammar editor built into Textmate.
Perhaps not exactly what you are looking for, but there is a bundle (by Hilton Lipschitz) for specifying themes in plain text files as comma separated values (CSV): https://github.com/hiltmon/textmate-theme-csv Additional blog writeup here: http://hiltmon.com/blog/2013/02/22/multiple-themes-in-textmate-2/
I have a fork of the code with some additional features over at https://github.com/persquare/textmate-theme-csv In particular, you can set the gutter color(s), and it can do rudimentary highlighting of color codes by assigning them a scope with the color code appended at the end. In practice, it is only useful if you, like me, like to work with a limited set of colors since they need to be added to the theme used when editing themes... (makes your head spin, I know ;) Attached screenshot should clarify what it looks like.
While not as easy to use as a GUI, plain text files allows you to easily track (and backtrack) changes to your theme(s).
/Per