Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coc-reveal

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-reveal

Transform your Markdown to slides

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

coc-reveal

Transform your Markdown to slides powered by reveal.js.

This is an extension for coc.nvim.

Installation

First, make sure coc.nvim is started.

Then install with the Vim command:

:CocInstall coc-reveal

Usage

Open a Markdown, and execute:

:CocCommand reveal.it

An HTML file with the same basename as the Markdown file will be created and opened in your default browser.

Key mappings

There is no default key mapping, but you can easily add your own:

" Create slides from the whole file
nmap <Leader>r <Plug>(coc-reveal-it)
" Create slides from the selected lines
vmap <Leader>r <Plug>(coc-reveal-it-v)

Commands

It is also possible to add a command to create slides.

command! -range=% RevealIt CocCommand reveal.it <line1> <line2>

Now you have the :RevealIt command to create slides, either from the whole file or selected lines.

Front matter

You can change the default options in front matter:

---
title: The title of my slides
author: Me
---

Keywords

FAQs

Package last updated on 15 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc