All Projects → itspriddle → Vim Marked

itspriddle / Vim Marked

Open the current Markdown buffer in Marked.app

Projects that are alternatives of or similar to Vim Marked

Vim Markdown Composer
An asynchronous markdown preview plugin for Vim and Neovim.
Stars: ✭ 501 (+396.04%)
Mutual labels:  markdown, vim-plugin
Vim Markdown Toc
A vim 7.4+ plugin to generate table of contents for Markdown files.
Stars: ✭ 427 (+322.77%)
Mutual labels:  markdown, vim-plugin
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+220.79%)
Mutual labels:  markdown, vim-plugin
Vim Pencil
Rethinking Vim as a tool for writing
Stars: ✭ 1,186 (+1074.26%)
Mutual labels:  markdown, vim-plugin
Foam
A personal knowledge management and sharing system for VSCode
Stars: ✭ 10,993 (+10784.16%)
Mutual labels:  markdown
Wandbox Vim
Wandbox plugin for vimmers. http://melpon.org/wandbox/
Stars: ✭ 97 (-3.96%)
Mutual labels:  vim-plugin
Kramdown Asciidoc
A kramdown extension for converting Markdown documents to AsciiDoc.
Stars: ✭ 97 (-3.96%)
Mutual labels:  markdown
Typora
RPM package for the markdown editor Typora
Stars: ✭ 97 (-3.96%)
Mutual labels:  markdown
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (-0.99%)
Mutual labels:  markdown
Writer
A screenwriting app based on the fountain language
Stars: ✭ 100 (-0.99%)
Mutual labels:  markdown
Qimage Mac
Mac 版本的 Markdown 一键贴图工具,基于 Alfred 实现,支持本地文件、截图、网络图片一键上传七牛云,使用简单方便
Stars: ✭ 99 (-1.98%)
Mutual labels:  markdown
Vimpanel
A modern side panel for Vim
Stars: ✭ 97 (-3.96%)
Mutual labels:  vim-plugin
Thumbnail.vim
A thumbnail-style buffer selector for Vim
Stars: ✭ 99 (-1.98%)
Mutual labels:  vim-plugin
Markdown Cv
Simple Markdown CV / Resume
Stars: ✭ 97 (-3.96%)
Mutual labels:  markdown
Megamark
😻 Markdown with easy tokenization, a fast highlighter, and a lean HTML sanitizer
Stars: ✭ 100 (-0.99%)
Mutual labels:  markdown
Live Doc
💫 Convert markdown to live React demos
Stars: ✭ 97 (-3.96%)
Mutual labels:  markdown
Vim Js
💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
Stars: ✭ 99 (-1.98%)
Mutual labels:  vim-plugin
Vim current word
Plugin highlighting word under cursor and all of its occurences
Stars: ✭ 100 (-0.99%)
Mutual labels:  vim-plugin
Markdown Electron
⚛️Electron version of Markdown app
Stars: ✭ 99 (-1.98%)
Mutual labels:  markdown
React Markdown
Markdown editor (input) based on React
Stars: ✭ 98 (-2.97%)
Mutual labels:  markdown

marked.vim

Open the current Markdown buffer in Marked. Supports Marked 1 and 2.

Note: Since Marked is available only for OS X, this plugin will not be loaded unless you are on OS X.

Configuration

By default, this plugin is configred to use Marked 2. If you are still using Marked version 1, set the following in your ~/.vimrc:

let g:marked_app = "Marked"

If you need to enable the plugin for custom Vim FileTypes:

let g:marked_filetypes = ["markdown", "mkd", "ghmarkdown", "vimwiki"]

Usage

This plugin adds the following commands to Markdown buffers:

:MarkedOpen[!]          Open the current Markdown buffer in Marked. Call with
                        a bang to prevent Marked from stealing focus from Vim.
                        Documents opened in Marked are tracked and closed
                        automatically when you quit Vim.

:MarkedQuit             Close the current Markdown buffer in Marked. Quits
                        Marked if there are no other documents open.

:MarkedToggle[!]        If the current Markdown buffer is already open in
                        Marked, calls :MarkedQuit. If not, calls
                        :MarkedOpen[!].

License

Same as Vim itself, see :help license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].