1.0.6 • Published 2 years ago

hexo-filter-asciinema v1.0.6

Weekly downloads
9
License
MIT
Repository
github
Last release
2 years ago

hexo-filter-asciinema

npm NPM version npm Codacy Badge GitHub license

NPM

Desciption

A simple plugin which can embed asciinema-player in your article with local file.

Though the plugin hexo-tag-asciinema does a similar thing . That one relies on asciinema.org , while this one relies just on local file.

Configuration

Add the following configuration in the _config.yml of your site.

# hexo-filter-asciinema
asciinema:
  enable: true

Usage

When you want to add asciicast.json in your article, just put the file in the right place and write like this:

[@asciinema](path/to/asciicast.cast)

Release

1.0.6

  • upgrade asciinema.js to 3.0.0-rc.1.
  • fix window.wrap error.
1.0.6

2 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago