Markdown形式のプレゼンテーションをコマンドラインで. 日本語(UTF-8)もOK.
画像など以外は大体Marp Nextで書いたものが流用できる.ただしMapd Nextに比べて文法が厳しい
遠隔プレゼンの場合は GoTTY や TTYd などを使ってウェブブラウザで閲覧してもらうことが出来る.このとき操作できないようにしておかないとアクセスされるたびに画面サイズが変わってしまい面倒なので注意.
$ sudo apt install mdp $ mdp /usr/share/doc/mdp/sample.md
$ git clone https://github.com/visit1985/mdp.git $ cd mdp $ make $ ./mdp --help Usage: mdp [OPTION]... [FILE] A command-line based markdown presentation tool. -d, --debug enable debug messages on STDERR add it multiple times to increases debug level -e, --expand enable character entity expansion -f, --nofade disable color fading in 256 color mode -h, --help display this help and exit -i, --invert swap black and white color -t, --notrans disable transparency in transparent terminal -s, --noslidenum do not show slide number at the bottom -v, --version display the version number and license -x, --noslidemax show slide number, but not total number of slides -c, --nocodebg don't change the background color of code blocks With no FILE, or when FILE is -, read standard input. $ ./mdp ./sample.md
コメント