Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icio/sublime-text-marked
A simple Sublime Text package to preview markdown files with Marked.app from your 'tools' menu
https://github.com/icio/sublime-text-marked
Last synced: 3 months ago
JSON representation
A simple Sublime Text package to preview markdown files with Marked.app from your 'tools' menu
- Host: GitHub
- URL: https://github.com/icio/sublime-text-marked
- Owner: icio
- Fork: true (jocelynmallon/sublime-text-2-marked)
- Created: 2012-05-22T21:38:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T18:59:13.000Z (over 10 years ago)
- Last Synced: 2024-04-20T17:00:57.841Z (7 months ago)
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 35
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Sublime Text 2/3 - Marked App Menu plugin
=========================================Adds a handy menu item that opens [Marked 2.app](http://marked2app.com/) or [Marked.app](http://markedapp.com/) to preview your current file.
**Issues:** https://github.com/icio/sublime-text-marked/issues
![screenshot](http://i.imgur.com/oCEb7.jpg)
Adapted from the excellent [Github for mac](https://github.com/csytan/sublime-text-2-github) plugin for Sublime Text by Chris Tan. Originally developed by [jocelynmallon](https://github.com/jocelynmallon), now supported by [icio](https://github.com/icio).
## Installation Instructions
**Package Installer:**
* Install [Sublime Package Control](http://wbond.net/sublime_packages/package_control)
* Select "Package Control: Install Package" from the Command Palette (⌘⇧P)
* Find "Marked App Menu" and select**Manually:**
* Install [Marked 2.app](http://marked2app.com/) ([App Store](https://itunes.apple.com/gb/app/marked-2/id890031187?mt=12)) or [Marked.app](http://markedapp.com/) ([App Store](http://itunes.apple.com/us/app/marked/id448925439?ls=1&mt=12))
* Download [sublime-text-marked](https://github.com/icio/sublime-text-marked/zipball/master) and copy unzipped folder to your Sublime Text packages folder (Sublime Text (2) → Preferences → Browse Packages...)
* Restart Sublime Text```bash
# 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:
```json
{ "keys": ["super+alt+m"], "command": "marked" }
```**Menus:**
* Select Tools → Marked