├── AppleScript └── OpenInMarked.applescript ├── BBEdit └── Open in Marked.applescript ├── Emacs └── dot.emacs.txt ├── README.md ├── Services ├── Open Current File in Marked.workflow │ └── Contents │ │ ├── Info.plist │ │ ├── QuickLook │ │ └── Thumbnail.png │ │ └── document.wflow └── Preview Selection in Marked.workflow │ └── Contents │ ├── Info.plist │ ├── QuickLook │ └── Thumbnail.png │ └── document.wflow ├── Sublime └── Marked 2.sublime-build ├── TextMate └── Marked 2.tmbundle │ ├── Commands │ ├── Open in Marked 2.tmCommand │ ├── Preview Selection in Marked 2.tmCommand │ └── Strip Header IDs.tmCommand │ └── info.plist ├── Watchers ├── everwatch.rb └── nvwatch.rb ├── iAWriter └── Open in Marked.applescript └── install /AppleScript/OpenInMarked.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/AppleScript/OpenInMarked.applescript -------------------------------------------------------------------------------- /BBEdit/Open in Marked.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/BBEdit/Open in Marked.applescript -------------------------------------------------------------------------------- /Emacs/dot.emacs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Emacs/dot.emacs.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/README.md -------------------------------------------------------------------------------- /Services/Open Current File in Marked.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Services/Open Current File in Marked.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /Services/Open Current File in Marked.workflow/Contents/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Services/Open Current File in Marked.workflow/Contents/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /Services/Open Current File in Marked.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Services/Open Current File in Marked.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /Services/Preview Selection in Marked.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Services/Preview Selection in Marked.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /Services/Preview Selection in Marked.workflow/Contents/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Services/Preview Selection in Marked.workflow/Contents/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /Services/Preview Selection in Marked.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Services/Preview Selection in Marked.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /Sublime/Marked 2.sublime-build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Sublime/Marked 2.sublime-build -------------------------------------------------------------------------------- /TextMate/Marked 2.tmbundle/Commands/Open in Marked 2.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/TextMate/Marked 2.tmbundle/Commands/Open in Marked 2.tmCommand -------------------------------------------------------------------------------- /TextMate/Marked 2.tmbundle/Commands/Preview Selection in Marked 2.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/TextMate/Marked 2.tmbundle/Commands/Preview Selection in Marked 2.tmCommand -------------------------------------------------------------------------------- /TextMate/Marked 2.tmbundle/Commands/Strip Header IDs.tmCommand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/TextMate/Marked 2.tmbundle/Commands/Strip Header IDs.tmCommand -------------------------------------------------------------------------------- /TextMate/Marked 2.tmbundle/info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/TextMate/Marked 2.tmbundle/info.plist -------------------------------------------------------------------------------- /Watchers/everwatch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Watchers/everwatch.rb -------------------------------------------------------------------------------- /Watchers/nvwatch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/Watchers/nvwatch.rb -------------------------------------------------------------------------------- /iAWriter/Open in Marked.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/iAWriter/Open in Marked.applescript -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/marked-bonus-pack/HEAD/install --------------------------------------------------------------------------------