Sam Soffes

Results 28 issues of Sam Soffes

Currently you just see the big TextMate icon. It might be cool to design something prettier to go here. Recent files or something would be neat.

feature

Add [gemoji](https://github.com/github/gemoji) as an option (off by default) to the HTML plugin. It would be cool to automatically include images instead of characters so Emoji works in Chrome, etc.

feature

Right now all of the Markdown parsing is done via regular expressions I copied from Gruber's Markdown.pl. A real parser would be a lot better. All of the ones I...

enhancement

Right now entities cannot overlap. This really sucks for the enduser. The root of the problem is the way the replace token works. This approach should really be replaced.

feature

Currently, it uses a slightly modified version of Apple's stylesheet. It's super complicated for no reason. I'd love to simplify it and test with more use cases.

enhancement

This would be handy for pasting someone a short markdown document (such as a blog post draft). It might be cool to store revisions and such. I wonder if this...

maybe

With the following build options enabled, there are 21 errors: ``` Implicit Conversion to 32 Bit Type Implicit Signedness Conversions Suspicious Implicit Conversions Overriding Deprecated Objective-C Methods ``` It would...

Cosmetic
Will Implement