2.2.5 • Published 3 years ago

md-html-converter v2.2.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Markdown to HTML Angular.js Application Generator

Must Install md-html-converter package.

npm install -g md-html-converter

Create a config file

md-html-converter init

Convert All markdown file to HTML

md-html-converter build

Conversion

From FileTo File
mdhtml
htmlhtml
htmhtml
txthtml

Available Option

CommandDefinition
initcreate a configuration file
buildconvert 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

KeyMeaningDefault
removeRightSideBarremoving the right side bartrue
distFolderNamebuild file will be there"markdown-publish"
titlebrowser tab title"Notes"
favIconUrlfav icon urlNULL
skipFoldersconversion not applied those specified paths'.git', 'node_modules'
skipFilesconversion not applied those specified files[]
homeit will enable the default home page setupfalse
homeHtmlaccept RAW htmlNULL
homeHtmlUrlHome page html fileNULL

Command - Build

md-html-converter build, it will convert all Markdown file to HTML file.

2.2.3

3 years ago

2.2.5

3 years ago

2.2.4

3 years ago

2.2.2

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago