2.2.5 • Published 5 years ago
md-html-converter v2.2.5
Markdown to HTML Angular.js Application Generator
Must Install md-html-converter package.
npm install -g md-html-converterCreate a config file
md-html-converter initConvert All markdown file to HTML
md-html-converter buildConversion
| From File | To File |
|---|---|
| md | html |
| html | html |
| htm | html |
| txt | html |
Available Option
| Command | Definition |
|---|---|
| init | create a configuration file |
| build | convert all markdown file to html file |
Commands
Command - Init
md-html-converter init, it will create a new md-html-converter.config.json file.
{
"distFolderName": "dist",
"title": "My Notes",
"brandName": "My Notes",
"favIconUrl": "Image/image.png"
}md-html-converter.config.json
| Key | Meaning | Default |
|---|---|---|
| removeRightSideBar | removing the right side bar | true |
| distFolderName | build file will be there | "markdown-publish" |
| title | browser tab title | "Notes" |
| favIconUrl | fav icon url | NULL |
| skipFolders | conversion not applied those specified paths | '.git', 'node_modules' |
| skipFiles | conversion not applied those specified files | [] |
| home | it will enable the default home page setup | false |
| homeHtml | accept RAW html | NULL |
| homeHtmlUrl | Home page html file | NULL |
Command - Build
md-html-converter build, it will convert all Markdown file to HTML file.
2.2.3
5 years ago
2.2.5
5 years ago
2.2.4
5 years ago
2.2.2
5 years ago
2.2.1
5 years ago
2.2.0
5 years ago
2.0.3
5 years ago
2.0.5
5 years ago
2.0.4
5 years ago
2.1.0
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago