1.0.17 • Published 6 years ago

webriq-roots-markdown-to-json v1.0.17

Weekly downloads
7
License
ISC
Repository
github
Last release
6 years ago

Webriq Roots Markdown to JSON

Note: This markdown to JSON was meant for static searchbar Tipuesearch

Installation

  • make sure you're in your roots project directory
  • npm install webriq-roots-markdown-to-json --save
  • modify your app.coffee file to include the extension
roots_markdown_to_json = require 'webriq-roots-markdown-to-json'

module.exports =
  extensions: [roots_markdown_to_json(options)]

Example

roots_markdown_to_json(
  jsonoutput: "data/search_content.json",
  folder:['posts/**.md', 'page/**.md']
)

Options

  • jsonoutput - output destination folder
  • folder - the directory location with .md files you would like to include, see example
  • sort - date, name and etc
1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago