1.0.17 • Published 7 years ago

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

Weekly downloads
7
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.16

7 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago