Hello,
New discourse instance here: https://plateia.cc/
I tried to install three plugins (discourse-checklist, retort, discourse-math) earlier, and immediately noticed my text editor was broken:
- There are no markdown and emoji tools
- No preview (tried to click the arrows a few times)
- Drafts don’t seem to be auto-saved anymore
- There are no javascript errors in the browser console
- I tested on both chrome and edge
The text editor is broken in the same way for creating new topics and post replies.
So I immediately commented out these three new plugins and rebuilt, my current app.yml plugin section looks like this:
## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
# - git clone https://github.com/discourse/discourse-checklist
# - git clone https://github.com/gdpelican/retort
# - git clone https://github.com/discourse/discourse-math
After rebuild and restart, the functions of these plugins are gone, however, my text editor is still broken.
I’m at loss here since there are no javascript errors, have no idea how to troubleshoot or go back to the previous state before I installed these plugins.