Skip to content

A MKDocs plugin that allows to embed a Pico-8 web player in a page.

License

Notifications You must be signed in to change notification settings

fmaida/pico8-mkdocs-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico-8 (MkDocs Plugin)

This mkdocs plugin look in each MkDocs article for the presence of a tag like this:

{{ pico-8: 12345 }}

Then, it will replace it with a web player that will allow the reader of a page to enjoy pico-8 games through the page.

To install it, edit your mkdocs.yml file and add these few lines of code:

plugins:
   - hello-dolly

An example

For example, you could edit the docs/index.md file and insert the tag in any place, like this:

# Welcome to MkDocs

For full documentation visit [mkdocs.org](http://mkdocs.org).

{{ pico-8: 46052 }}

## Commands

About

A MKDocs plugin that allows to embed a Pico-8 web player in a page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages