You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -679,6 +680,15 @@ Be sure to change the plugin name in the linked file from `carousel` to your plu
679
680
680
681
If you create a plugin and would like to share it with the community, you can also make a PR to [awesome-zellij](https://github.com/zellij-org/awesome-zellij).
681
682
683
+
## Documentation, API-references and getting help
684
+
For further reading, you can check out the full plugin development documentation: https://zellij.dev/documentation/plugins
685
+
686
+
For the Rust API reference, check out: https://docs.rs/zellij-tile/latest/zellij_tile/index.html
687
+
688
+
The latter includes a list of [commands](https://docs.rs/zellij-tile/latest/zellij_tile/shim/index.html) that plugins can issue to Zellij. As well as a list of [`Event`s](https://docs.rs/zellij-tile/latest/zellij_tile/prelude/enum.Event.html) plugins can subscribe to.
689
+
690
+
If you would like help, please join our [Discord](https://discord.gg/CrUAFH3) - many plugin developers hang out there.
691
+
682
692
## Do you like Zellij ❤️ ?
683
693
Me too! So much so that I spend 100% of my time developing and maintaining it and have no other income.
0 commit comments