Thanks a lot George. Sadly I'm on TMv 1.5.11 and there's nothing in .../TextMate except com.macromates.textmate.pid
Are there good reasons to goto TMv2? I seem to recall some troubles, but maybe that was in a public Alpha?
Rgds, DW
--- On Fri, 11/9/12, George McGinley Smith george@gsgd.co.uk wrote:
From: George McGinley Smith george@gsgd.co.uk Subject: [TxMt] Re: Markdown fonts To: "TextMate users" textmate@lists.macromates.com Date: Friday, November 9, 2012, 12:37 PM On 9 Nov 2012, at 11:33, David Whitford wrote:
In brief, does anyone know the font that's used for the
Markdown Bundle's Preview window?
A screenshot saves 1000 words :)
If it's the default markdown preview the css for that is stored in (assuming TM2)
~/Library/Application Support/TextMate/Managed/Bundles/Themes.tmbundle/Support/web-themes/default/style.css l:19 font: 13px "Trebuchet MS", Helvetica, sans-serif;
With the print stylesheet being: ~/Library/Application Support/TextMate/Managed/Bundles/Themes.tmbundle/Support/web-themes/default/print.css l:2 font-family: "Palatino", "Book Antiqua", "Baskerville", serif;
You could just change those, but it's pretty easy to create a new one. To create a modified style duplicate one of the existing ones – looks like it adds a class with the name of the folder so if you duplicate bright into newname you'll need to change all the .bright references in style.css to .newname
Hope that helps
George
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate