This plugin for Discourse uses the discourse-api to decorate the cooked-posts. Primary usage is for properly embedding Anime- and Manga-Links in Discourse posts and parsing them into better looking iframes. Using these base attributes (Caution: Some attributes might not be filled for every site-type):
- Episodes
- Status
- Rating
- Release
- Volumes
- Chapters
- Status
- Release
- Rating
- Myanimelist.net for Anime, Manga
- AnimeNewsNetwork for Anime, Manga
Add the plugin's repository URL to your container's app.yml
file, for example:
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- mkdir -p plugins
- git clone https://github.com/Machigatta/discourse-kokoro-box.git
Rebuild the container:
cd /var/discourse
./launcher rebuild app