Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangledhelix/vim-octopress
Octopress support for Vim
https://github.com/tangledhelix/vim-octopress
Last synced: 28 days ago
JSON representation
Octopress support for Vim
- Host: GitHub
- URL: https://github.com/tangledhelix/vim-octopress
- Owner: tangledhelix
- License: mit
- Created: 2011-12-04T20:36:06.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T15:32:22.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T09:12:36.107Z (almost 2 years ago)
- Language: Vim script
- Homepage:
- Size: 20.5 KB
- Stars: 72
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[vim-octopress][] adds syntax highlighting and [Octopress][] commands to
[Vim][]. Both [Markdown][] and [Textile][] modes are supported.[vim-octopress]: https://github.com/tangledhelix/vim-octopress
[octopress]: http://octopress.org/
[vim]: http://www.vim.org/
[markdown]: http://daringfireball.net/projects/markdown/syntax
[textile]: http://txstyle.org/Using the `:Octopress` command, you can create new posts, regenerate your
output files, and even deploy to your server.NOTE: At this time, live preview mode is not supported, due to limitations in
how Vim handles background processes. It is not expected that this support
will be added unless Octopress significantly redesigns the preview mode.If you use [Pathogen][] (and you really should):
[pathogen]: https://github.com/tpope/vim-pathogen
```
cd ~/.vim/bundle
git clone https://github.com/tangledhelix/vim-octopress.git octopress
```Or, to install the old-fashioned way:
```
git clone https://github.com/tangledhelix/vim-octopress.git
cd vim-octopress
for i in doc ftplugin plugin syntax; do
mkdir -p ~/.vim/$i
cp $i/octopress.* ~/.vim/$i
done
```For more information, see `:help octopress` or read
[octopress.txt][octopress-doc] online.[octopress-doc]: https://github.com/tangledhelix/vim-octopress/blob/master/doc/octopress.txt