An open API service indexing awesome lists of open source software.

https://github.com/olical/kkslider

A super simple Neovim slide show plugin
https://github.com/olical/kkslider

neovim slideshow

Last synced: about 2 months ago
JSON representation

A super simple Neovim slide show plugin

Awesome Lists containing this project

README

        

== K.K. Slider

++++
K.K. Slider, from Animal Crossing
++++

An extremely simple slide show plugin for Neovim. The only reason it's restricted to Neovim is because it's built with https://github.com/Olical/aniseed[Aniseed] which is also only supported in Neovim.

It takes a single AsciiDoc file as input and splits it up into individual slides for each top level heading (a line beginning with a single `=`).

[source,viml]
----
:KKSlider my-slides.adoc
----

Once opened you can use `` and `` to navigate through the slides.

https://asciinema.org/a/WvcJvQIIClveW2RZNNYcXzcHm[image:https://asciinema.org/a/WvcJvQIIClveW2RZNNYcXzcHm.svg[asciicast]]

== Installation

Use your favourite plugin manager, mine is https://github.com/junegunn/vim-plug[vim-plug] but any will do.

[source,viml]
----
Plug 'Olical/kkslider'
----

== Unlicenced

Find the full http://unlicense.org/[unlicense] in the `UNLICENSE` file, but here's a snippet.

____
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
____