All Projects → textmate → GitHub-Markdown.tmbundle

textmate / GitHub-Markdown.tmbundle

Licence: MIT License
GitHub Flavoured Markdown for TextMate

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to GitHub-Markdown.tmbundle

kiss
Kiss (Keep It Stupid Simple), a simple theme for iTerm, VSCode, RStudio, and more. (also includes an oh-my-zsh theme!)
Stars: ✭ 32 (+3.23%)
Mutual labels:  textmate
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (+12.9%)
Mutual labels:  textmate
rspec.tmbundle
Textmate bundle for RSpec.
Stars: ✭ 196 (+532.26%)
Mutual labels:  textmate
iro4cli
An open-source rewrite of Iro, a grammar generator, supporting automatic VSCode & Atom extension generation.
Stars: ✭ 21 (-32.26%)
Mutual labels:  textmate
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-22.58%)
Mutual labels:  textmate
tm4e
TextMate support in Eclipse IDE
Stars: ✭ 49 (+58.06%)
Mutual labels:  textmate
Textmate
TextMate is a graphical text editor for macOS 10.12 or later
Stars: ✭ 13,729 (+44187.1%)
Mutual labels:  textmate
sublime-atomizr
Convert Sublime Text completions into Atom (or Visual Studio Code) snippets, and vice versa.
Stars: ✭ 12 (-61.29%)
Mutual labels:  textmate
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-38.71%)
Mutual labels:  textmate
github-textmate-theme
GitHub's official syntax themes as TextMate themes
Stars: ✭ 15 (-51.61%)
Mutual labels:  textmate
textmate
🧛🏻‍♂️ Dark theme for TextMate
Stars: ✭ 18 (-41.94%)
Mutual labels:  textmate
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-48.39%)
Mutual labels:  textmate
vscode-theme-darcula
A theme for Visual Studio Code based on Darcula theme from Jetbrains IDEs.
Stars: ✭ 66 (+112.9%)
Mutual labels:  textmate

GitHub-Markdown.tmbundle

Provides some GitHub Flavoured 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 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 italics

You can also use nicer fonts by installing the GitHub Flavoured Markdown Font Settings bundle.

Installation

Check "Markdown (GitHub)" in TextMate 2's Preferences' Bundles.

Alternatively:

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.

Maintainers

Currently maintained by @noniq, originally created and maintained by @MikeMcQuaid

License

GitHub-Markdown.tmbundle is licensed under the MIT License. The full license text is available in LICENSE.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].