A plugin for Lemmy that modifies community posts by detecting excessive use of caps lock and converting the text to lowercase. This helps normalize the text, making posts more readable and suitable for certain communities. The plugin was developed to test out this proof of concept for adding a plugin system to Lemmy using Extism
Place the deloudify.wasm file in the plugins directory of your Lemmy instance. See here for more details
- install tinygo
- modify the main.go file to your liking
- run
make build
This plugin was written in Go using the Extism Go PDK.
See more documentation at https://github.com/extism/go-pdk and join us on Discord for more help.