yohane

2.0.4 • Public • Published

introduction

here was a ppt app. with core function of displaying md file. md file will be separate into several parts according to --- mark.

installation

first you should have nodeJs installed.

npm i -g yohane

usage

  • cd to your work directive
  • run yohane in cli
  • press enter switchover preview mode and full-screen mode
  • press up/left accessing to previous page and down/right to the next.

customization

yohane have default config and have 2 ways setting config, and basedir was current path running yohane.

  • use cli args to set config like:

    yohane --entry "my_ppt.md" --bgImg "bg.png"
  • write config file named config.json or use cli args config to dispatch configs like:

    my_config.json

    {
        "entry": "my_ppt.md",
        "bgImg": "bg.png"
    }

    run in cli

    yohane --config "my_config.json"

yohane will merge these 3 above by priority of cli > config file > default config

configurations

feature

  • separate md file into multipart ppt according to --- mark.
  • md file change and application will live-reload.

issue and pr is welcome is always.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.43latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.43
2.0.30
2.0.10
2.0.20
2.0.00
1.3.50
1.3.40
1.3.30
1.3.20
1.3.10
1.3.00
1.2.00
1.1.20
1.1.10
1.1.00
0.0.10
1.0.00

Package Sidebar

Install

npm i yohane

Weekly Downloads

3

Version

2.0.4

License

ISC

Last publish

Collaborators

  • rehapun