ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Marked App Menu

by icio ALL

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

Details

  • 2014.08.11.18.59.13
  • github.​com
  • github.​com
  • 10 years ago
  • 18 minutes ago
  • 12 years ago

Installs

  • Total 11K
  • Win 1K
  • Mac 9K
  • Linux 572
Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Mac 1 1 2 1 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 3 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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

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