Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikamai/mikamai.tmbundle
The Mikamayer's TextMate2 Toolkit
https://github.com/mikamai/mikamai.tmbundle
Last synced: about 1 month ago
JSON representation
The Mikamayer's TextMate2 Toolkit
- Host: GitHub
- URL: https://github.com/mikamai/mikamai.tmbundle
- Owner: mikamai
- License: mit
- Created: 2014-04-02T14:00:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T08:07:17.000Z (over 10 years ago)
- Last Synced: 2023-04-13T13:08:50.756Z (almost 2 years ago)
- Size: 180 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Mikamai TextMate2 bundle
> The Mikamayer's TextMate2 Toolkit
> –G. Washington## Commands
### Compile markdown to dev.mikamai.com's HTML
No shortcut for this one, you must use the bundle item selector (⌃⌘T) and then type `mikamai`
to select it.![](http://cl.ly/image/0q3S13423Z1Z/Screen%20Shot%202014-04-02%20at%204.04.17%20pm.png)
Remember to [**set your tumblr editing format to HTML**](https://www.tumblr.com/settings/dashboard).
## Installing
```bash
# Textmate2
mkdir -p ~/Library/Application\ Support/Avian/Bundles/
cd ~/Library/Application\ Support/Avian/Bundles/
git clone https://github.com/streeter/mikamai.tmbundle.git# Then, make sure you've got `redcarpet` and `pygments` installed with your gem library with system's Ruby 1.8:
type rvm &> /dev/null && rvm system # for RVM
export RBENV_VERSION="system" # for rbenv
sudo /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -S gem install redcarpet -v 2.3.0
sudo /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby -S gem install pygments.rb
```