AsciiPlayer for WordPress.
Go to file
dependabot[bot] 022558b9e3
build(deps-dev): Bump webpack from 5.90.3 to 5.92.0 in /asciiplayer
Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.92.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.90.3...v5.92.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 11:28:42 +00:00
.github ci: Introduce the dependabot to help check for updates to dependencies. 2023-06-06 00:38:13 +08:00
asciiplayer build(deps-dev): Bump webpack from 5.90.3 to 5.92.0 in /asciiplayer 2024-06-12 11:28:42 +00:00
.gitignore git: Add exclusion directory. 2023-06-05 20:37:51 +08:00
asciicast-player.php bump: bump version to 1.0.1 2023-11-05 10:48:22 +08:00
LICENSE feat: The first available version. 2023-06-05 05:03:04 +08:00
README-zh.md feat: The first available version. 2023-06-05 05:03:04 +08:00
README.md feat: The first available version. 2023-06-05 05:03:04 +08:00
readme.txt bump: bump version to 1.0.1 2023-11-05 10:48:22 +08:00

wp-asciiplayer

Play Ascicast files in the post!

中文文档

Quick start

Add a shortcode to the post and enter the following:

[asciiplayer]https://asciinema.org/a/28307.cast[/asciiplayer]

The content of the shortcode is the URL of the ascicast file.

Options

The AsciiPlayer shortcode supports the options supported by Asciinema-player, such as setting fit to height and closing the control bar:

[asciiplayer fit="height" controls="false"]https://asciinema.org/a/28307.cast[/asciiplayer]

You can find all available options here.

Currently, only the logger option is not supported because it requires an object to be passed in.

Style options

For the convenience of customizing player elements, the plugin has added an additional style option, which corresponds to the style attribute of the player container element:

[asciiplayer style="width: 80%;"]https://asciinema.org/a/28307.cast[/asciiplayer]