-
Notifications
You must be signed in to change notification settings - Fork 7
CHANGELOG
-
1.0.4
: Enable papogenyaml
format support. -
1.0.0
~1.0.3
: Enable new feature - our css template: papogen.css! With new template -papogen
.
You can use the command to create the new web page!
papogen -s <src> -o <out> -t <title> -g json/yaml -m papogen
-
0.3.0
: Build API for library usage. Now can use the code below to utilizepapoGen
!
#! /usr/bin/env node
const papogen = require('papogen');
// use papogen api
papogen.gen_api("md_doc","../test/md","papoGen","./out","md","paper");
And command mode --theme
:
1. paper
2. papogen (WIP)
-
0.2.3
: Make a new argument--theme
for specifying css theme. (But currently only supportpapercss
) -
0.2.2
: Enable h1~h6 chinese support (Currently for Markdown only). -
0.2.1
: Fix the bugs of TOC. -
0.2.0
: Enableh1~h3
tags to generate TOC. -
0.1.4
: Setmarkdown
as recommended template to generate html, also modify README. -
0.1.3
: Add Table of Content(e.g.TOC
) support ! -
0.1.2
: Fix theMathJax
library request type.(Fromhttp
tohttps
) -
0.1.1
: EnableMathJax
support! -
0.1.0
: Enable "back to top" button on generated page, and update papercss lib. Feel to check: https://toolbuddy.github.io/papoGen/md/
-
0.0.18
(test): Enable markdown files using local image resources(using same copy mechanism in json/yaml...) -
0.0.17
(test): Add markdown support(different with JSON/YAML), generate directly from markdown format. -
0.0.16
(JSON/YAML Stable version
): Fix format error(additional comma) inmain.js
for macOS, and some code refactor. -
0.0.15
: Add "card
" format as new input template, both support in JSON/YAML. -
0.0.14
: Add YAML format script support, which include all features(e.g. JSON have) below (JSON,YAML). -
0.0.13
: Enable using command to generate several script template by one time(JSON). -
0.0.12
: Enable using command to generate script template one by one(JSON). -
0.0.11
: First Stable release. (Supportcode
,formula
,hyper
,image
,list
,table
,text
as input template type.)
Designed and built with all the love in the world by @toolbuddy. Maintained by the core team with the help of our contributors. Currently v0.0.1. Code licensed MIT, docs CC BY 3.0.