aonemd / dazzle.vim

Make dazzling presentations without leaving your best editor, Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dazzle.vim

Make dazzling presentations without leaving your best editor, Vim.

screenshot

Installation

  1. Install figlet, toilet, cowsay, and goyo.vim for better integration
  2. Install aonemd/dazzle.vim using a plugin manger such as: vim-plug, NeoBundle, Vundle, or Pathogen.
  3. Call Dazzle command for your presentation files only:
    " use dazzle for .pres files
    autocmd BufNewFile,BufRead *.pres :Dazzle
  4. Open your presentations: vim *.pres
  5. Zoom-in on your terminal and dazzle everyone!

Features and Maps

  • Scroll between slides using Left and Right arrow keys
  • Text between two backticks ` is treated as special text and thus, is colored 🍎
  • Text between two asterisks * is treated as important text and thus, is bold
  • [ ] and [x] are converted to ASCII characters
  • Lines starting with * or - are converted to ASCII bullet points
  • Q executes the current line as a shell command and prints the output into Vim
  • <leader>t converts current line into ASCII title using figlet
  • <leader>b converts current line into ASCII banner using toilet
  • <leader>c converts current line into ASCII cow quote using cowsay

Credits

I made this plugin after watching those two YouTube videos:

So all thanks to their creators for their content.

License

See LICENSE.

About

Make dazzling presentations without leaving your best editor, Vim

License:Apache License 2.0


Languages

Language:Vim Script 100.0%