Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/textmate/github-markdown.tmbundle
:octocat: GitHub Flavoured Markdown for TextMate
https://github.com/textmate/github-markdown.tmbundle
markdown textmate tmbundle
Last synced: about 1 month ago
JSON representation
:octocat: GitHub Flavoured Markdown for TextMate
- Host: GitHub
- URL: https://github.com/textmate/github-markdown.tmbundle
- Owner: textmate
- License: mit
- Created: 2015-12-26T17:42:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T23:25:18.000Z (about 3 years ago)
- Last Synced: 2023-08-03T10:09:38.503Z (over 1 year ago)
- Topics: markdown, textmate, tmbundle
- Language: Ruby
- Homepage:
- Size: 62.5 KB
- Stars: 34
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitHub-Markdown.tmbundle
Provides some [GitHub Flavoured Markdown](https://help.github.com/articles/github-flavored-markdown/) extensions for TextMate to make working with GitHub Flavoured Markdown nicer.## Features
- Add a new "Preview" command (overriding the existing Markdown preview) using [Redcarpet](https://github.com/vmg/redcarpet) to render GitHub Flavoured Markdown
- Support triple-backtick raw blocks and support syntax highlighting for various languages (others can be added trivially). There’s also a tab trigger for inserting raw blocks: Just type a single backtick (`) and then hit the tab key.
- Support and highlight GitHub Flavoured Markdown strikethroughs, tables, references, checkboxes and italicsYou can also use nicer fonts by installing the [GitHub Flavoured Markdown Font Settings bundle](https://github.com/mikemcquaid/GitHub-Markdown-Font-Settings.tmbundle).
## Installation
Check "Markdown (GitHub)" in TextMate 2's Preferences' Bundles.
Alternatively:
```bash
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/mikemcquaid/GitHub-Markdown.tmbundle
```## Status
The above features are tested and working for my day-to-day.Tested using TextMate 2. May work in TextMate 1 or Sublime Text; I've no idea.
[Patches welcome](https://github.com/mikemcquaid/GitHub-Markdown.tmbundle/pulls).
## Maintainers
Currently maintained by [@noniq](https://github.com/noniq), originally created and maintained by [@MikeMcQuaid](https://github.com/MikeMcQuaid)## License
GitHub-Markdown.tmbundle is licensed under the [MIT License](http://en.wikipedia.org/wiki/MIT_License). The full license text is
available in
[LICENSE.txt](https://github.com/mikemcquaid/GitHub-Markdown.tmbundle/blob/master/LICENSE.txt).