Skip to content

A simple Sublime Text package to preview markdown files with Marked.app from your 'tools' menu

Notifications You must be signed in to change notification settings

icio/sublime-text-marked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text 2/3 - Marked App Menu plugin

Adds a handy menu item that opens Marked 2.app or Marked.app to preview your current file.

Issues: https://github.com/icio/sublime-text-marked/issues

screenshot

Adapted from the excellent Github for mac plugin for Sublime Text by Chris Tan. Originally developed by jocelynmallon, now supported by icio.

Installation Instructions

Package Installer:

  • Install Sublime Package Control
  • Select "Package Control: Install Package" from the Command Palette (⌘⇧P)
  • Find "Marked App Menu" and select

Manually:

# For Sublime Text 2
cd ~/Library/Application Support/Sublime Text 2/Packages
mkdir Marked.app\ Menu
curl -L https://github.com/icio/sublime-text-marked/tarball/master | tar --strip-components 1 -C Marked.app\ Menu -xvf -

Usage

With the view selected containing the file you wish to preview in Marked:

Command Palette:

  • Select "Marked" from the Command Palette (⌘⇧P)

Keyboard Shortcut:

  • Add the following to your User Key Binding, adjusting the key configuration to taste:

    { "keys": ["super+alt+m"], "command": "marked" }

Menus:

  • Select Tools → Marked

About

A simple Sublime Text package to preview markdown files with Marked.app from your 'tools' menu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%