diff --git a/README.md b/README.md index c6e039c..170c1d7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ This is a [Discourse] plugin which turns a BBcode-style `[setlist]` tag into a [King Gizzard](https://kinggizzardandthelizardwizard.com/) setlist. It uses the [KGLW.net] public [API](https://kglw.net/api/docs.php) to fetch data. +## Usage + +A button will be added to the post editor, with the text "Gizzard Setlist". + + ## Links * https://meta.discourse.org/t/developers-guide-to-markdown-extensions/66023 * https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515 * https://www.broculos.net/2015/09/getting-started-with-discourse.html + [Discourse]: https://discourse.org [KGLW.net]: https://kglw.net diff --git a/plugin.rb b/plugin.rb index ada3285..fc8d42a 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,6 +1,6 @@ # name: discourse-plugin-gizzard-setlist # about: Turn a [setlist] code into a King Gizz setlist: `[setlist]2022-10-02[/setlist]` use `#2` to specify second show on same date `[setlist]2023-06-08#2[/setlist]` -# version: 0.2.0-beta +# version: 0.2.0 # authors: KGLW.net, Axe # url: https://github.com/kglw-dot-net/discourse-plugin-gizzard-setlist