diff --git a/README.md b/README.md index 1d14f5e..ab4feac 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This contains everything used to patch Glowers Club's Element instance. This patch does the following: -- Changes messages you send starting with ">" to be chan-style greentext instead of Reddit-style block quotes +- ~~Changes messages you send starting with ">" to be chan-style greentext instead of Reddit-style block quotes~~ No longer works on latest Element Web. I blame Travis. PRs welcome. - Adds custom login background (replace lake.jpg with any background you want) - Adds custom text reactions in the emoji menu (at the bottom of the "Symbols" section). Change reactions.yaml to have any you want. - Modifies the CSS for the emoji picker so the text reactions don't overflow to other emoji diff --git a/code_patches.sh b/code_patches.sh index 22303e4..12a19fe 100755 --- a/code_patches.sh +++ b/code_patches.sh @@ -49,8 +49,8 @@ echo " }" >> ../node_modules/matrix-react-sdk/res/css/views/emojipicker/_EmojiPicker.pcss -echo 'Adding greentext patch...' -patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch +#echo 'Adding greentext patch...' +#patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch echo 'running kick fix...' ./fix_kick.sh