2.1.11 • Published 11 months ago

mrkdown v2.1.11

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Markdown files to static SPA Angular.js Application Generator

Demo Video

Must Install mrkdown package.

npm install -g mrkdown

Create a config file

mrkdown init

Convert All markdown file to HTML

mrkdown build

Conversion

From FileTo File
mdhtml
htmlhtml
htmhtml
txthtml

Commands

Command - Init

mrkdown init, it will create a new mrkdown.config.json file.

{
    "distFolderName": "dist",
    "title": "My Notes",
    "brandName": "My Notes",
    "favIconUrl": "Image/image.png",
    "users": [
        {
            userName: "Admin",
            password: "admin@123",
            displayName: "Admin",
            imageUrl: "Image/image.png"
        }
    ],
    "useHash": true
}

mrkdown.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
usersGive the users to access you wep page[]
useHashit will enable the hash in the URLtrue
prodminified all the filesfalse

Command - Build

mrkdown build, it will convert all Markdown file to HTML file.
mrkdown build --use-hash=true, enable the # in URL
mrkdown build --use-hash=false, remove the #! in URL mrkdown build --use-hash=false --prod, remove the #! in URL and minified the files

2.1.8

11 months ago

2.1.9

11 months ago

2.1.10

11 months ago

2.1.11

11 months ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.7

2 years ago

2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.1.0

2 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago