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
Copy file name to clipboardExpand all lines: README.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,7 @@ Your `~/.sclack` file will look like:
76
76
77
77
### Multiple workspaces
78
78
79
-
If you want to, you can use Sclack in multiple workspaces. You can have
80
-
at most 9 workspaces defined inside `workspaces`:
79
+
If you want to, you can use Sclack in multiple workspaces. You can have at most 9 workspaces defined inside `workspaces`:
81
80
82
81
```json
83
82
{
@@ -107,6 +106,26 @@ You can use <kbd>ctrl d</kbd> (or your custom shortcut) to set snooze time.
107
106
108
107
Focus on message and press <kbd>r</kbd> (or your custom shortcut) to get permalink (Quote message) and it will be put into your chat box.
109
108
109
+
110
+
### Enable features
111
+
112
+
There are some features available, you can adjust them by change the config file
113
+
114
+
115
+
```json
116
+
{
117
+
"features": {
118
+
"emoji": true,
119
+
"markdown": true,
120
+
"pictures": true,
121
+
"notification": ""
122
+
},
123
+
}
124
+
```
125
+
126
+
* notification: How we send notification for you (*MacOS* supported now): `none` Disable notification / `mentioned` Direct message or mentioned in channel / `all` Receive all notifications
127
+
128
+
110
129
### Default keybindings
111
130
```json
112
131
{
@@ -200,5 +219,7 @@ Contributions are very welcome, and there is a lot of work to do! You can...
200
219

201
220

202
221

222
+

223
+

203
224
204
225
<palign="center">Made with :rage: by <ahref="https://github.com/haskellcamargo">@haskellcamargo</a></p>
0 commit comments