All Projects → elmasse → hyper-markdown-preview

elmasse / hyper-markdown-preview

Licence: other
Preview Markdown files right from your Hyper Terminal!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hyper-markdown-preview

hyper-broadcast
Extension for Hyper.app to broadcast user inputs to multiple terms.
Stars: ✭ 15 (-16.67%)
Mutual labels:  hyper, hyperterm
hyper-sierra-vibrancy
Theme for Hyper with vibrancy 🌄
Stars: ✭ 30 (+66.67%)
Mutual labels:  hyper, hyperterm
hyper-bloody
⚡ A bloody theme for hyper
Stars: ✭ 18 (+0%)
Mutual labels:  hyper, hyperterm
Awesome Hyper
🖥 Delightful Hyper plugins, themes, and resources
Stars: ✭ 9,687 (+53716.67%)
Mutual labels:  hyper, hyperterm
hyperclean
🌴 Hyper.app plugin to remove traffic lights
Stars: ✭ 16 (-11.11%)
Mutual labels:  hyper, hyperterm
hyper-rose-pine-next
Hyper Theme - which supports your System Preferences
Stars: ✭ 28 (+55.56%)
Mutual labels:  hyper, hyperterm
hyper-proxy
A proxy connector for Hyper-based crates
Stars: ✭ 73 (+305.56%)
Mutual labels:  hyper
hyper-materialshell
A material design theme for Hyper based on materialshell. ✨
Stars: ✭ 72 (+300%)
Mutual labels:  hyper
hyper-custom-touchbar
Add custom buttons to the Macbook's Touch Bar when using Hyper terminal.
Stars: ✭ 36 (+100%)
Mutual labels:  hyper
Hyper Star Wars
Super awesome your Hyper terminal shall look
Stars: ✭ 233 (+1194.44%)
Mutual labels:  hyper
Facebook Political Ads
Monitoring Facebook Political Ads
Stars: ✭ 215 (+1094.44%)
Mutual labels:  hyper
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (+16.67%)
Mutual labels:  hyper
doki-theme-hyper
Cute anime character themes for Hyper.js.
Stars: ✭ 67 (+272.22%)
Mutual labels:  hyper
hyper-opacity
Set the opacity of your Hyper terminal (Windows and MacOS)
Stars: ✭ 100 (+455.56%)
Mutual labels:  hyper
hyper-night-owl
A Hyper theme based on night-owl-vscode-theme.
Stars: ✭ 98 (+444.44%)
Mutual labels:  hyperterm
hypergravity
Gravity simulation in Hyper terminal
Stars: ✭ 22 (+22.22%)
Mutual labels:  hyper
git-falcon9
No description or website provided.
Stars: ✭ 16 (-11.11%)
Mutual labels:  hyper
hyper.sh-connector-k8s
Hyper.sh Container Connector for Kubernetes
Stars: ✭ 22 (+22.22%)
Mutual labels:  hyper
pandleau
A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
Stars: ✭ 60 (+233.33%)
Mutual labels:  hyper
hyperterm-paste
Makes pasting into hyperterm safe and easy
Stars: ✭ 45 (+150%)
Mutual labels:  hyperterm

hyper-markdown-preview

npm npm

A plugin to preview markdown files in your Hyper term.

Usage

Just type the location of your markdown file in your terminal.

screencapture

Install

Add the hyper-markdown-preview to your .hyper.js config file.

module.exports = {
    //...
    plugins: [
        `hyper-markdown-preview`
    ],
    //...
} 

Config

Since version 1.1 you can configure the stylesheets to use when rendering the markdown.

module.exports = {
    config: {
        // ...

        hyperMarkdownPreview: {
            stylesheet: 'github' // github | none
        }
    }
    
    // ...
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].