element-modifications/README.md

58 lines
1.1 KiB
Markdown
Raw Normal View History

2021-03-24 11:12:11 +00:00
# Element Web Modifications
2021-07-03 04:05:04 +00:00
For version [1.7.29-21](https://github.com/vector-im/element-web)
2021-03-24 11:12:11 +00:00
2021-05-19 17:39:25 +00:00
![Element Showcase](https://gitfap.de/noxy/element-modifications/-/raw/master/img/2021-05-19_19-35.png "Element Showcase")
2021-05-19 17:37:57 +00:00
2021-05-19 17:15:57 +00:00
Running at https://chat.f0ck.it
2021-03-28 21:32:14 +00:00
2021-05-19 17:15:57 +00:00
- glowers patchset (greentexting)
2021-03-28 21:32:14 +00:00
- custom.css with some quality of life enhancements like smaller images/videos
2021-05-19 17:15:57 +00:00
- Atmos default theme
2021-03-28 21:27:01 +00:00
2021-05-19 17:23:52 +00:00
# Compile yourself with patchset
`git pull https://github.com/vector-im/element-web`
2021-05-19 17:24:14 +00:00
2021-05-19 17:24:58 +00:00
`cd element-web`
2021-05-19 17:23:52 +00:00
`yarn install`
2021-05-19 17:24:14 +00:00
2021-05-19 17:23:52 +00:00
`bash greentext-patcher.sh`
2021-05-19 17:24:14 +00:00
2021-05-19 17:23:52 +00:00
`(cd node_modules/matrix-react-sdk; yarn reskindex)`
2021-05-19 17:24:14 +00:00
2021-05-19 17:23:52 +00:00
`yarn dist`
2021-07-03 04:05:04 +00:00
# If weak male download prebuilt
See prebuilt folder for that
2021-05-19 17:25:42 +00:00
# Stickers
2021-03-28 21:32:45 +00:00
2021-07-03 04:05:04 +00:00
Go to any chatroom and type:
2021-03-28 21:27:01 +00:00
`/devtools`
Select 'Send account data'
`m.widgets`
Fill in this:
```
{
"stickerpicker": {
"content": {
"type": "m.stickerpicker",
"url": "https://matrix.f0ck.it/?theme=$theme",
"name": "Stickerpicker",
"data": {}
},
"sender": "@you:server.tld",
"state_key": "stickerpicker",
"type": "m.widget",
"id": "stickerpicker"
}
}
```
SEND