https://github.com/yusukebe/app-mookview
View Markdown texts as a "Mook-Book"
https://github.com/yusukebe/app-mookview
Last synced: 4 months ago
JSON representation
View Markdown texts as a "Mook-Book"
- Host: GitHub
- URL: https://github.com/yusukebe/app-mookview
- Owner: yusukebe
- License: other
- Created: 2014-01-07T11:42:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T00:32:58.000Z (over 12 years ago)
- Last Synced: 2025-03-29T06:42:43.699Z (about 1 year ago)
- Language: CSS
- Size: 559 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/yusukebe/App-mookview)
# NAME
App::mookview - View Markdown texts as a "Mook-Book" style
# SYNOPSIS
mookview text.md
Then open "http://localhost:5000/" with your web-browser.
You can use "plackup options" in command line.
mookview --port 9000 text.md
# DESCRIPTION
App::mookview is Plack/PSGI application for viewing Markdown texts as a "Mook-book".
"mookview command" is useful when you are writing a book using Markdown format.
## Features
- 2 columns page layouts
- count characters
- support fenced code blocks in Markdown
- use the new font in OSX "mervericks"
# LICENSE
Copyright (C) Yusuke Wada.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# AUTHOR
Yusuke Wada