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
- Host: GitHub
- URL: https://github.com/olical/kkslider
- Owner: Olical
- License: unlicense
- Created: 2020-08-30T17:45:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T19:36:53.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T10:42:24.108Z (3 months ago)
- Topics: neovim, slideshow
- Language: Lua
- Homepage:
- Size: 61.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== K.K. Slider
++++
![]()
++++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.
____