cordlr-mdn

Cordlr mdn plugin

Usage no npm install needed!

<script type="module">
  import cordlrMdn from 'https://cdn.skypack.dev/cordlr-mdn';
</script>

README

cordlr-mdn NPM version Build Status

Cordlr mdn plugin

Installation

$ cordlr install cordlr-mdn

Then add it to your config.

{
  "plugins": [
    "cordlr-mdn"
  ],
  "mdn": {
    "format": "**{{title}}**:\n{{description}}\n{{url}}", // How to format the response
    "unknown": "Couldn't find anything for query `{{query}}`", // What do we do if there wasn't anything returned back
    "max": "1", // How many results to return, to return all use 'Infinity', default 1
    "code": false // Should we sent it in a code block
  }
}

License

MIT © Sean Wilson