blob: b50a8a106760efb70bdf4ebc0506154332635e67 [file] [log] [blame] [view]
Alex Ivanov05040302020-12-23 10:09:04 +03001[En español](features.es.md) [Русский](features.ru.md)
Adrià Vilanova Martínez9fbbf162021-08-30 17:56:13 +02002 [العربية](https://docs.google.com/document/d/1QgMy4wQ0RNkreYJzaqJriXvR8xu9zI0vzoPfcDYMKU8/preview)
avm999638d8409c2020-12-07 21:46:29 +01003
4# Features
5The TW Power Tools extension offers the following features/options:
6
Adrià Vilanova Martínez2b871792021-06-09 12:35:06 +02007[TOC]
8
avm999638d8409c2020-12-07 21:46:29 +01009## Infinite scroll
10### Thread lists
11> **Option name:** _Enable infinite scrolling in thread lists_.
12
13Enables infinite scroll in thread lists in TW. This feature has already been
14added to the Community Console by Google.
15
16### Inside threads
17> **Option names:** _Automatically load batches of messages inside threads when
18scrolling down_, _Automatically load all messages at once inside threads when
19scrolling down_.
20
21Enables infinite scroll inside threads, both in TW and the Community Console.
22Both options are mutually exclusive, and depending on which one you choose, the
23feature will behave differently:
24
25- **Load batches of messages**: when scrolling to the bottom, some more messages
26will be loaded. If you scroll to the bottom again, more messages will be loaded,
27and so on.
28- **Load all messages at once**: when scrolling to the bottom, all the remaining
29messages will be loaded at once.
30
31## Additional enhancements
32### Community Console toolbar
33> **Option name:** _Fix the toolbar in thread lists in the Community Console_.
34
35Fixes the toolbar of thread lists in the Community Console so it doesn't
36disappear when scrolling down.
37
38![GIF showing the feature](resources/fix_toolbar.gif)
39
40### Redirect to the Community Console
41> **Option name:** _Redirect all threads opened in TW to the Community Console_.
42
43This feature is useful if you want the threads you open from the email
44notification link directly in the Community Console.
45
46### Profile history
47> **Option name:** _Show a "previous posts" link in user profiles_.
48
49Both in TW and the Community Console, show 2 links in user profiles, which link
50to the list of threads that the user has created/replied to in the current
51forum, and in all the forums.
52
53![Image showing the links](resources/previous_posts.jpg)
54
55### Draft messages
56> **Option name:** _Activate the `enableLoadingDraftMessages` Community Console
57flag_.
58
59Enables a Community Console flag which, when opening the reply dialog in a
60thread in the Community Console, if a draft message was saved in the Google
61servers, it is loaded in the editor.
62
63Draft messages are saved regularly into Google Servers **even if the flag is not
64enabled**, so this flag can help you recover your work from a crash, for
65example.
66
67### Contrast between read/unread threads
68> **Option name:** _Increase contrast between read and unread threads in the
69Community Console_.
70
71In thread lists in the Community Console, the backgrounds for read and unread
72threads are very similar. This option increases this contrast.
73
74### Sticky drawer headers
75> **Option name_** _Make the headers in the Community Console sidebar stick at
76the top_.
77
78![GIF showing the feature](resources/sticky_headers.gif)
79
80### Dark mode
81> **Option name:** _Enable the dark theme in the Community Console_.
82
83This setting lets you load a custom-built dark theme for the Community Console.
84In the options page there is a selector which lets you choose how the dark theme
85gets enabled:
86
87- **Switch in the Community Console**: a button appears at the top of the
88Community Console, which lets you switch between the light and dark themes.
89- **OS dark mode settings**: when you enable the OS wide dark mode setting (not
90available in all Operating Systems), the dark theme is enabled in the Community
91Console. Note that after you change the OS setting, you should reload the
92Community Console in order to load the corresponding theme.
93
94### Hide the Community Console drawer
95> **Option name:** _Always hide the drawer (left column) in the Community
96Console_.
97
98When opening the Community Console, the sidebar which shows the forums, filters,
99etc. will be hidden/closed by default. Useful if your screen is small.
100
avm999631f2350d2021-08-09 12:13:51 +0200101### Drag and drop links to the text editor (Chrome-only)
102> **Option name:** _Allow to drag and drop links to the Community Console text
103editor while preserving the text_.
avm999638d8409c2020-12-07 21:46:29 +0100104
105In Chrome, when drag and dropping bookmarks or Omnibox links to the Community
106Console rich text editor, the bookmark/link title gets replaced by the URL.
107This option reverses this so the text gets preserved.
108
109![Demo of the feature](resources/drag_and_drop_fix.gif)
110
111### Batch lock
112> **Option name:** _Add the option to lock multiple threads from the Community
113Console thread list_.
114
115![GIF showing how the feature works](resources/batch_lock.gif)
116
avm99963698d3762021-02-16 01:19:54 +0100117### More prominent announcements dot
118> **Option name:** _Show the announcements notification dot more prominently in
119the Community Console_.
120
121When this option is enabled, the "Alpha" banner in the upper-left corner of the
122Community Console is removed, and the notification dot which appears in the
avm99963d98126f2021-02-17 10:44:36 +0100123hamburger menu when there's a new announcement is enlarged and animated so you
avm99963698d3762021-02-16 01:19:54 +0100124don't miss it.
125
126![GIF showing the improved notification dot](resources/announcement_dot.gif)
127
avm99963d98126f2021-02-17 10:44:36 +0100128### Reposition the expand thread button
129> **Option name:** _Place the "expand thread" button all the way to the left in
130the Community Console thread lists_.
131
132![Picture showing the feature](resources/reposition_expand_thread.jpg)
133
Adrià Vilanova Martínez2b871792021-06-09 12:35:06 +0200134## Indicator dot
avm999638d8409c2020-12-07 21:46:29 +0100135> **Option names:** _Show whether the OP has participated in other threads_,
136_Show the number of questions and replies written by the OP within the last `n`
137months next to their username_.
138
139This section includes options which are useful to determine whether an OP is a
140newcomer or has posted in the forums before. A full description of what each
141option does can be found at [docs/op\_indicator.md](op_indicator.md).
142
143These are the possible combinations of both options:
144
145- 1st option enabled, 2nd option disabled.
146
147![Picture showing a colored dot next to the username](resources/op_indicator_1.gif)
148
149- 1st option disabled, 2nd option enabled.
150
151![Picture showing a monochrome badge](resources/op_indicator_2.gif)
152
153- Both options enabled.
154
155![Picture showing a colored badge](resources/op_indicator_3.gif)