1.0.24 • Published 2 years ago

gatsby-remark-makecode v1.0.24

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Gatsby Remark MakeCode plugin

Renders MakeCode code snippets into images as part of the Gatsby build.

Adding plugin to Gastby

  • add plugin
npm install --save gatsby-remark-makecode

or

yarn add gatsby-remark-makecode
  • add puppeteer dependency to your project (full or core)

Configuring the plugin

  • add entry in remark section before any image processing pluging
    "gatsby-remark-makecode",

Using the plugin

In your .md, .mdx files, you can insert JavaScript snippets to be rendered in blocks.

```blocks
let x = 0
```

Development

  • install node.js and yarn globally
  • build
yarn build
  • watch
yarn watch

Skinning

Classes

  • makecode on the container
  • blocks on the image

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

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