Alex Ivanov | 0504030 | 2020-12-23 10:09:04 +0300 | [diff] [blame] | 1 | [En español](features.es.md) • [Русский](features.ru.md) |
Adrià Vilanova Martínez | 9fbbf16 | 2021-08-30 17:56:13 +0200 | [diff] [blame] | 2 | • [العربية](https://docs.google.com/document/d/1QgMy4wQ0RNkreYJzaqJriXvR8xu9zI0vzoPfcDYMKU8/preview) |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 3 | |
| 4 | # Features |
| 5 | The TW Power Tools extension offers the following features/options: |
| 6 | |
Adrià Vilanova Martínez | 2b87179 | 2021-06-09 12:35:06 +0200 | [diff] [blame] | 7 | [TOC] |
| 8 | |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 9 | ## Infinite scroll |
| 10 | ### Thread lists |
| 11 | > **Option name:** _Enable infinite scrolling in thread lists_. |
| 12 | |
| 13 | Enables infinite scroll in thread lists in TW. This feature has already been |
| 14 | added to the Community Console by Google. |
| 15 | |
| 16 | ### Inside threads |
| 17 | > **Option names:** _Automatically load batches of messages inside threads when |
| 18 | scrolling down_, _Automatically load all messages at once inside threads when |
| 19 | scrolling down_. |
| 20 | |
| 21 | Enables infinite scroll inside threads, both in TW and the Community Console. |
| 22 | Both options are mutually exclusive, and depending on which one you choose, the |
| 23 | feature will behave differently: |
| 24 | |
| 25 | - **Load batches of messages**: when scrolling to the bottom, some more messages |
| 26 | will be loaded. If you scroll to the bottom again, more messages will be loaded, |
| 27 | and so on. |
| 28 | - **Load all messages at once**: when scrolling to the bottom, all the remaining |
| 29 | messages will be loaded at once. |
| 30 | |
| 31 | ## Additional enhancements |
| 32 | ### Community Console toolbar |
Adrià Vilanova Martínez | 6cabd8b | 2023-07-06 21:54:40 +0200 | [diff] [blame] | 33 | > **Option name:** _Make the toolbar stick at the top of thread lists in the |
| 34 | Community Console_. |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 35 | |
| 36 | Fixes the toolbar of thread lists in the Community Console so it doesn't |
| 37 | disappear when scrolling down. |
| 38 | |
| 39 |  |
| 40 | |
| 41 | ### Redirect to the Community Console |
| 42 | > **Option name:** _Redirect all threads opened in TW to the Community Console_. |
| 43 | |
| 44 | This feature is useful if you want the threads you open from the email |
| 45 | notification link directly in the Community Console. |
| 46 | |
| 47 | ### Profile history |
| 48 | > **Option name:** _Show a "previous posts" link in user profiles_. |
| 49 | |
| 50 | Both in TW and the Community Console, show 2 links in user profiles, which link |
| 51 | to the list of threads that the user has created/replied to in the current |
| 52 | forum, and in all the forums. |
| 53 | |
| 54 |  |
| 55 | |
| 56 | ### Draft messages |
| 57 | > **Option name:** _Activate the `enableLoadingDraftMessages` Community Console |
| 58 | flag_. |
| 59 | |
| 60 | Enables a Community Console flag which, when opening the reply dialog in a |
| 61 | thread in the Community Console, if a draft message was saved in the Google |
| 62 | servers, it is loaded in the editor. |
| 63 | |
| 64 | Draft messages are saved regularly into Google Servers **even if the flag is not |
| 65 | enabled**, so this flag can help you recover your work from a crash, for |
| 66 | example. |
| 67 | |
| 68 | ### Contrast between read/unread threads |
| 69 | > **Option name:** _Increase contrast between read and unread threads in the |
| 70 | Community Console_. |
| 71 | |
| 72 | In thread lists in the Community Console, the backgrounds for read and unread |
| 73 | threads are very similar. This option increases this contrast. |
| 74 | |
| 75 | ### Sticky drawer headers |
avm99963 | 6c1869e | 2021-08-09 13:24:10 +0200 | [diff] [blame] | 76 | > **Option name:** _Make the headers in the Community Console sidebar stick at |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 77 | the top_. |
| 78 | |
| 79 |  |
| 80 | |
| 81 | ### Dark mode |
| 82 | > **Option name:** _Enable the dark theme in the Community Console_. |
| 83 | |
| 84 | This setting lets you load a custom-built dark theme for the Community Console. |
| 85 | In the options page there is a selector which lets you choose how the dark theme |
| 86 | gets enabled: |
| 87 | |
| 88 | - **Switch in the Community Console**: a button appears at the top of the |
| 89 | Community Console, which lets you switch between the light and dark themes. |
| 90 | - **OS dark mode settings**: when you enable the OS wide dark mode setting (not |
| 91 | available in all Operating Systems), the dark theme is enabled in the Community |
| 92 | Console. Note that after you change the OS setting, you should reload the |
| 93 | Community Console in order to load the corresponding theme. |
| 94 | |
| 95 | ### Hide the Community Console drawer |
| 96 | > **Option name:** _Always hide the drawer (left column) in the Community |
| 97 | Console_. |
| 98 | |
| 99 | When opening the Community Console, the sidebar which shows the forums, filters, |
| 100 | etc. will be hidden/closed by default. Useful if your screen is small. |
| 101 | |
avm99963 | 1f2350d | 2021-08-09 12:13:51 +0200 | [diff] [blame] | 102 | ### Drag and drop links to the text editor (Chrome-only) |
| 103 | > **Option name:** _Allow to drag and drop links to the Community Console text |
| 104 | editor while preserving the text_. |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 105 | |
| 106 | In Chrome, when drag and dropping bookmarks or Omnibox links to the Community |
| 107 | Console rich text editor, the bookmark/link title gets replaced by the URL. |
| 108 | This option reverses this so the text gets preserved. |
| 109 | |
| 110 |  |
| 111 | |
| 112 | ### Batch lock |
| 113 | > **Option name:** _Add the option to lock multiple threads from the Community |
| 114 | Console thread list_. |
| 115 | |
| 116 |  |
| 117 | |
avm99963 | 698d376 | 2021-02-16 01:19:54 +0100 | [diff] [blame] | 118 | ### More prominent announcements dot |
| 119 | > **Option name:** _Show the announcements notification dot more prominently in |
| 120 | the Community Console_. |
| 121 | |
| 122 | When this option is enabled, the "Alpha" banner in the upper-left corner of the |
| 123 | Community Console is removed, and the notification dot which appears in the |
avm99963 | d98126f | 2021-02-17 10:44:36 +0100 | [diff] [blame] | 124 | hamburger menu when there's a new announcement is enlarged and animated so you |
avm99963 | 698d376 | 2021-02-16 01:19:54 +0100 | [diff] [blame] | 125 | don't miss it. |
| 126 | |
| 127 |  |
| 128 | |
avm99963 | d98126f | 2021-02-17 10:44:36 +0100 | [diff] [blame] | 129 | ### Reposition the expand thread button |
| 130 | > **Option name:** _Place the "expand thread" button all the way to the left in |
| 131 | the Community Console thread lists_. |
| 132 | |
| 133 |  |
| 134 | |
avm99963 | 6c1869e | 2021-08-09 13:24:10 +0200 | [diff] [blame] | 135 | ### Avatars in thread lists |
| 136 | > **Option name:** _Show avatars in thread lists in the Community Console_. |
| 137 | |
| 138 | When this option is enabled, in thread lists in the Community Console avatars |
| 139 | will be shown next to each thread to show the avatars of the people who have |
| 140 | participated in the thread. |
| 141 | |
| 142 | The extension retrieves the main message and the first 15 replies, and shows |
| 143 | the avatars in order (the first avatar corresponds to the first person who |
| 144 | joined the thread). If a user hasn't set an avatar, it is skipped, and only up |
| 145 | to 3 avatars are shown. |
| 146 | |
| 147 | #### Known issues |
| 148 | - Avatars aren't shown for threads in private forums, due to technical reasons. |
| 149 | - Only the main message and the first 15 replies are considered in each thread, |
| 150 | so if someone joins the thread after this limit, their avatar won't appear. |
| 151 | - When going back from a thread to the thread list by clicking the "back" |
| 152 | button, avatars take some seconds to appear. |
| 153 | - If more than 3 people with avatar have posted a message, the extension will |
| 154 | not indicate this in any way, it will just show the first 3 avatars. |
| 155 | - Even if a PE is not badged in a forum, their avatar will be shown in the |
| 156 | thread list (this is actually a feature, not an issue). The avatar won't show |
| 157 | however inside the thread. |
| 158 | - If a PE changes their avatar, you might still see the old one in the thread |
| 159 | list, due to the fact that avatars are stored in a cache, and are only updated |
| 160 | when a new reply is posted in the thread. |
| 161 | |
| 162 |  |
| 163 | |
Adrià Vilanova Martínez | 2a99c24 | 2021-09-07 12:44:16 +0200 | [diff] [blame] | 164 | ### Notification when a thread list receives updates |
| 165 | > **Option name:** _Show a notification in the Community Console when a thread |
| 166 | list has new updates._ |
| 167 | |
| 168 | This feature checks whether there are new threads in the current thread list |
| 169 | every 3 minutes, and notifies you when there are new threads at the top of the |
| 170 | list. The notification is a "soft notification": it notifies you by adding some |
| 171 | exclamation marks (`[!!!]`) at the beginning of the tab title, and by showing a |
| 172 | snackbar in the page, as you can see in the following screenshot: |
| 173 | |
| 174 |  |
| 175 | |
| 176 | It notifies you with a soft notification instead of an actual notification |
| 177 | because this way you can control when you want to participate in the forums or |
| 178 | not. If you're not paying attention to the Community Console tab, you won't be |
| 179 | bothered. |
| 180 | |
| 181 | This feature only works in the Community Console, not in the public forums, and |
| 182 | only when the sort settings are set to "Sort by: Last Updated" and descending |
| 183 | order. The bell icon next to the sort settings will indicate whether the sort |
| 184 | settings are correct (and thus this feature is working) or not. |
| 185 | |
Adrià Vilanova Martínez | 9d27c21 | 2021-12-05 13:54:10 +0100 | [diff] [blame] | 186 | ### Limit the height of inline images |
| 187 | > **Option name:** _Prevent inline images in messages from being taller than the |
| 188 | current window._ |
| 189 | |
| 190 | It is a common case that users upload high resolution screenshots of their |
| 191 | phone, which results in a very tall image being shown in the forum. This |
| 192 | feature adds a custom style to set a maximum height for images inside forum |
| 193 | messages, so they aren't taller than the current viewport. |
| 194 | |
Adrià Vilanova Martínez | c2dda66 | 2022-01-09 00:29:45 +0100 | [diff] [blame] | 195 | ### Block draft messages from being saved in Google servers |
| 196 | > **Option name:** _Block the sending of your replies as you type to Google |
| 197 | servers in the Community Console._ |
| 198 | |
| 199 | The Community Console has a feature which lets users save in Google servers |
| 200 | regular drafts of the message they're typing in a reply box, so they can recover |
| 201 | it later on (for instance if their computer crashes). |
| 202 | |
| 203 | In theory, this feature is controlled by the flag called |
| 204 | `enableLoadingDraftMessages`, which is disabled by default. However, even if |
| 205 | this flag is disabled, the Community Console keeps saving (and deleting) the |
| 206 | draft message (see [this video](https://drive.avm99963.com/s/AdEBZRDCye15aU3)). |
| 207 | Thus, the only thing that changes the flag is whether the saved draft message is |
| 208 | attempted to be recovered or not. |
| 209 | |
| 210 | This option blocks all these requests to save/delete/retrieve draft messages, so |
| 211 | the feature is effectively disabled. |
| 212 | |
Adrià Vilanova Martínez | 8c6ce3e | 2022-02-01 14:24:41 +0100 | [diff] [blame] | 213 | ### Per-forum activity in profiles |
| 214 | > **Option name:** _Show per-forum activity in profiles in the Community |
| 215 | Console._ |
| 216 | |
| 217 | An image is worth a thousand words: |
| 218 | |
| 219 |  |
| 220 | |
Adrià Vilanova Martínez | 849ede6 | 2022-06-20 19:10:28 +0200 | [diff] [blame] | 221 | ### Thread page design in the Community Console |
| 222 | > **Option name:** _Show the old/new thread page design in the Community |
| 223 | Console._ |
| 224 | |
| 225 | This option lets you force the old or new thread page design in the Community |
| 226 | Console. The old thread page design was exclusive to the Console, while the new |
| 227 | one has the same design of the public TW thread pages. |
| 228 | |
Adrià Vilanova Martínez | 5a8055b | 2022-09-29 13:05:19 +0200 | [diff] [blame] | 229 | #### Known issues |
| 230 | The TW team is currently testing the new nested replies feature in some |
| 231 | threads/forums. However, the way how threads with nested replies are represented |
| 232 | internally is different than before, and this causes the old design to not load |
| 233 | these type of threads correctly. |
| 234 | |
| 235 | This is why when the user chooses the old UI, the extension now shows a warning |
| 236 | banner in these threads to make them aware of why the thread doesn't look right. |
| 237 | |
| 238 | A possible way to work around this is to load these affected threads via TW |
| 239 | Basic instead of the Community Console. Otherwise, you might have to disable the |
| 240 | old UI temporarily from the options page and reload the Community Console to |
| 241 | view them via the new UI. |
| 242 | |
avm99963 | 4ba9dd6 | 2022-08-22 20:29:04 +0200 | [diff] [blame] | 243 | ### Reduce whitespace |
| 244 | > **Option name:** _Reduce the whitespace in the Community Console and TW._ |
| 245 | |
| 246 | This option reduces excessive whitespace throughout the Community Console and TW |
| 247 | Basic, as shown in the screenshots below: |
| 248 | |
| 249 |  |
| 250 | |
| 251 | It also reduces whitespace in thread lists in small screens so the titles fit |
| 252 | better and can be read: |
| 253 | |
| 254 |  |
| 255 | |
Adrià Vilanova Martínez | b0f0531 | 2023-04-13 00:08:12 +0200 | [diff] [blame] | 256 | ### Flatten threads |
| 257 | > **Option name:** _Show a toggle to enable/disable nested view in threads._ |
| 258 | |
| 259 | This option shows a toggle in threads just below the main post which lets you |
| 260 | switch between the vanilla nested view and a new view which shows all replies |
| 261 | in a linear non-nested view, just like before. |
| 262 | |
| 263 |  |
| 264 | |
Adrià Vilanova Martínez | 2b87179 | 2021-06-09 12:35:06 +0200 | [diff] [blame] | 265 | ## Indicator dot |
avm99963 | 8d8409c | 2020-12-07 21:46:29 +0100 | [diff] [blame] | 266 | > **Option names:** _Show whether the OP has participated in other threads_, |
| 267 | _Show the number of questions and replies written by the OP within the last `n` |
| 268 | months next to their username_. |
| 269 | |
| 270 | This section includes options which are useful to determine whether an OP is a |
| 271 | newcomer or has posted in the forums before. A full description of what each |
| 272 | option does can be found at [docs/op\_indicator.md](op_indicator.md). |
| 273 | |
| 274 | These are the possible combinations of both options: |
| 275 | |
| 276 | - 1st option enabled, 2nd option disabled. |
| 277 | |
| 278 |  |
| 279 | |
| 280 | - 1st option disabled, 2nd option enabled. |
| 281 | |
| 282 |  |
| 283 | |
| 284 | - Both options enabled. |
| 285 | |
| 286 |  |