You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shiba is a simple Markdown preview application to be used with your favorite text editor.
It is designed for simplicity, performance, keyboard-friendliness.
Watch the files or directories and automatically update the preview efficiently using OS-specific filesystem events
(FSEvents, inotify, ...)
Automatically scroll to the last modified position
All features can be accessed via keyboard shortcuts (scroll the article, search text, jump to section, go forward/back history...).
Type ? to know all shortcuts
Sections outline in side navigation bar highlighting the current section
Both CLI and GUI friendly; Available as a single binary executable as well as a desktop application installed to your system
Performance critical part (parsing Markdown text, searching Markdown AST, calculating the last modified position, ...) and
core application logic are written in Rust. View logic written in TypeScript and React runs on
platform-specific WebView
Cross platform; macOS, Windows, Linux are supported
Customizable with a YAML config file (color theme, keyboard shortcuts, custom CSS, ...)