English | 简体中文
This is a Obsidian plugin which supports embedding asciicast files into your Markdown files.
For more details about asciicast, you may want to visit asciinema recorder and asciinema.org.
Attention: Not published to Obsidian Community Plugin yet
- Clone
$ git clone https://github.com/nekomeowww/obsidian-asciinema-player <path to obsidian vault>/.obsidian/plugins
- Build from source code
$ pnpm i && pnpm build
- Active plugin in Obsidian Community Plugin tab
- By using optional package manager
brew
on macOS
$ brew install asciinema
- By using
pip3
$ sudo pip3 install asciinema
$ asciinema rec <path to a asciicast file ending with .cast>
Such as
$ asciinema rec demo.cast
Insert the file into your Obsidian Vault.
![](asciinema:<path to a asciicast file ending with .cast>)