Thanks to all the help from this list: my GitHub Markdown bundle now supports (in some form) all the functionality in GitHub Flavoured Markdown and has a preview feature that displays them all. Check it out: https://github.com/mikemcquaid/GitHub-Markdown.tmbundle
I’m interested in working on what’s required to get this as an “official” bundle; what would that require? I’m happy to make changes and fix issues that may block this being changed.
Cheers!
Mike McQuaid http://mikemcquaid.com
Looks like it still needs a bit more work. I’ve opened 2 new issues.
@Mike, great news. I'm looking for a bundle can convert multiple lines into ordered or un-ordered list. Would you like to add these feature to your bundle?
====================
*with best regards,*
Jacky Wu
*jacky.wucheng@gmail.com jacky.wucheng@gmail.com*
weibo: @object
====================
2016-02-01 6:35 GMT+08:00 Ryan Fitzer ryan@ryanfitzer.com:
Looks like it still needs a bit more work. I’ve opened 2 new issues.
-- Ryan Fitzer
On Sun, Jan 31, 2016 at 1:35 PM, Mike McQuaid mike@mikemcquaid.com wrote:
Thanks to all the help from this list: my GitHub Markdown bundle now supports (in some form) all the functionality in GitHub Flavoured Markdown and has a preview feature that displays them all. Check it out: https://github.com/mikemcquaid/GitHub-Markdown.tmbundle
I’m interested in working on what’s required to get this as an “official” bundle; what would that require? I’m happy to make changes and fix issues that may block this being changed.
Cheers!
Mike McQuaid http://mikemcquaid.com
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 31 Jan 2016, at 22:35, Ryan Fitzer ryan@ryanfitzer.com wrote:
Looks like it still needs a bit more work. I’ve opened 2 new issues.
These have both been fixed.
Mike McQuaid http://mikemcquaid.com
2016-02-01 10:55 GMT+01:00 Mike McQuaid mike@mikemcquaid.com:
On 31 Jan 2016, at 22:35, Ryan Fitzer ryan@ryanfitzer.com wrote:
Looks like it still needs a bit more work. I’ve opened 2 new issues.
These have both been fixed.
Great work!
The only thing i dislike is, that it apparently changed the font-family for markdown files. I prefer fixed-width font for markdown, too ... i don't know how others feel, but i think it should use the default font setting, no?
thanks!
On 1 Feb 2016, at 10:15, Harald Lapp harald.lapp@gmail.com wrote:
The only thing i dislike is, that it apparently changed the font-family for markdown files. I prefer fixed-width font for markdown, too ... i don't know how others feel, but i think it should use the default font setting, no?’
My intent for this is that Markdown isn’t “code” and doesn’t rely on fixed-width spacing for alignment outside of raw/monospace, code-blocks and tables (all of which use a monospace font). That said, I’m not insistent enough on that if it’d stop this being an “official” syntax; it could be moved to an optional theme instead.
Mike McQuaid http://mikemcquaid.com
2016-02-01 11:18 GMT+01:00 Mike McQuaid mike@mikemcquaid.com:
On 1 Feb 2016, at 10:15, Harald Lapp harald.lapp@gmail.com wrote:
The only thing i dislike is, that it apparently changed the font-family for markdown files. I prefer fixed-width font for markdown, too ... i don't know how others feel, but i think it should use the default font setting, no?’
My intent for this is that Markdown isn’t “code” and doesn’t rely on fixed-width spacing for alignment outside of raw/monospace, code-blocks and tables (all of which use a monospace font). That said, I’m not insistent enough on that if it’d stop this being an “official” syntax; it could be moved to an optional theme instead.
It can also be that it feels just unusual for me ... so maybe i have to just give it a little longer try before complaining ... :)
On 1 Feb 2016, at 10:24, Harald Lapp harald.lapp@gmail.com wrote:
It can also be that it feels just unusual for me ... so maybe i have to just give it a little longer try before complaining ... :)
Yeh, I get that :) It’s worth noting the original Markdown bundle uses variable-width for headings already.
Mike McQuaid http://mikemcquaid.com
On 1 Feb 2016, at 17:24, Mike McQuaid wrote:
Yeh, I get that :) It’s worth noting the original Markdown bundle uses variable-width for headings already.
It is actually done by the Themes bundle.
For LaTeX there is a separate LaTeX Font Settings bundle.
I would suggest factoring out your styles into a separate bundle, as styling is very subjective and in retrospect the default font styling for headings etc. should probably have been in its own bundle that users could then easily disable, though we have already removed some of the styles we originally included based on user feedback :)
On 12 Feb 2016, at 12:51, Allan Odgaard mailinglist@textmate.org wrote:
I would suggest factoring out your styles into a separate bundle, as styling is very subjective and in retrospect the default font styling for headings etc. should probably have been in its own bundle that users could then easily disable, though we have already removed some of the styles we originally included based on user feedback :)
Thanks for the suggestion. Done: https://github.com/mikemcquaid/GitHub-Markdown.tmbundle https://github.com/mikemcquaid/GitHub-Markdown-Font-Settings.tmbundle
What would it take to get these be “official” TextMate bundles (not installed by default but in the menu and GitHub organisation)?
Cheers!
Mike McQuaid http://mikemcquaid.com