Vivify brings your files to life in the browser! Vivify is primarily made to render Markdown and Jupyter Notebooks, but will also serve as a directory browser and let you view code files with syntax highlighting. See below for features!

Tip
We recently released Jupyviv, a new solution for interacting with Jupyter Notebooks from plain text editors like Neovim by using Vivify as a live viewer. If you like Vivify and use Jupyter Notebooks, make sure to check out the project!
- view Markdown with various features
- view Jupyter Notebooks
- view other plain text files with code syntax highlighting
- view & navigate directories, hidden "back to parent directory" button at the top-left of the file viewer
- easy to integrate with any editor for live synchronization (see editor support)
- Vivify server starts lazily and automatically shuts down when no more viewers are connected
- various customization options
If you need any additional features, feel free to open an issue or contribute!
- full basic and extended syntax support
- KaTeX math
- graphviz/dot graphs
- Mermaid diagrams & charts
- GitHub alert blocks
- links to other files: relative links like in GitHub as well as absolute file links
- add styles, classes, ids or other attributes directly from Markdown
- table of contents with
[[toc]]
<kbd>
tags, e.g. to style keyboard shortcuts
You can find examples for all supported features in the files in the
tests/rendering
directory. In case you are looking at these
on GitHub, keep in mind that GitHub doesn't support some of the features that
Vivify supports so some things may look off.
Vivify has a simple API to integrate your favorite editor so the viewer live updates to any changes as you are typing and the scrolling is smoothly synchronized!
See below for a list of existing editor plugins. In case your favorite editor is not yet supported, use these as an example to write your own and add it to the list!
- for Vim and Neovim: vivify.vim
Once you have Vivify installed, use it by running viv
with any text file or
directory as an argument! See below for installation options.
Note
Missing a package for your system or package manager? Help us fill the gap by creating and contributing one – we're happy about PRs and will help with any questions you might have.
brew install jannis-baum/tap/vivify
for Homebrew (maintained by @jannis-baum)yay -S vivify
for AUR (maintained by @tuurep)
- download & unpack the latest release for your system (macOS or Linux)
- add the two executables to your
$PATH
- make sure you have
yarn
,make
andzip
installed - clone the repository
- run
yarn
- run
./configure <install_dir>
- run
make install
Tip
If you are having trouble building Vivify, or you'd like more detailed build instructions, see our CONTRIBUTING page
Is something not working or do you have any questions? Start a discussion!