1
Fork 0
Commit Graph

158 Commits

Author SHA1 Message Date
Bauke 26534c4897
Add instructions for how to autocomplete. 2023-12-17 13:28:21 +01:00
Bauke 9f8dc481da
Add proper autocompletion functionality. 2023-12-17 13:22:20 +01:00
Bauke f56f82b9f0
Make Themed Logo aware of whether its been applied already. 2023-12-16 18:39:15 +01:00
Bauke ec46b3b373
Add more rigorous documentation to the Autocomplete feature. 2023-12-15 15:16:00 +01:00
Bauke 6af9af9583
Clean up some autocomplete handling. 2023-12-14 13:11:02 +01:00
Bauke a2c258a627
Add documentation for how to create shortcuts. 2023-12-13 14:04:21 +01:00
Bauke b27dd3fc96
Add keyboard shortcut functionality for Markdown snippets. 2023-12-13 14:03:45 +01:00
Bauke 26f9aa5c24
Omit the allSnippets key from the insertSnippet function. 2023-12-13 13:59:09 +01:00
Bauke 0ca34c2a69
Remove excess toLowerCase call. 2023-12-12 13:43:29 +01:00
Bauke cb0cb0b6fd
Add the ProcessedSnippetShortcut functionality. 2023-12-12 13:42:14 +01:00
Bauke 0170231862
Add the shortcut input to the snippet editor. 2023-12-11 15:42:07 +01:00
Bauke 3604cfe674
Make the dropdown option text shorter. 2023-12-10 14:46:40 +01:00
Bauke 9059abf853
Prevent the Unignore All button from always being added. 2023-12-06 14:14:00 +01:00
Bauke 836f4d9200
Version 2.5.0! 2023-11-26 15:22:59 +01:00
Bauke 75cd843d27
Add the Markdown Toolbar Editor. 2023-11-25 12:37:55 +01:00
Bauke e752853a58
Put the cursor at the end of the snippet when no marker is used. 2023-11-24 19:53:19 +01:00
Bauke fd4afe9fbc
Log the count only when more than 0 toolbars are added. 2023-11-23 13:06:10 +01:00
Bauke 223dfa2658
Adapt the content script for the new Markdown snippets. 2023-11-21 12:24:08 +01:00
Bauke 60e5e100ac
Fix documentation. 2023-11-20 12:46:06 +01:00
Bauke 4fe4783262
Add the Markdown Snippets storage code. 2023-11-19 13:00:22 +01:00
Bauke 459352f173
Save new user labels so their assigned IDs exist in storage. 2023-11-02 12:16:39 +01:00
Bauke cd00821c47
Make user labels overflow. 2023-10-27 14:14:47 +02:00
Bauke f96c33fd82
Skip scheduled topics in Show Topic Author. 2023-10-26 16:50:08 +02:00
Bauke 5ed824a4be
Version 2.4.0! 2023-10-22 12:58:08 +02:00
Bauke 9bcbdaf456
Set updated feature dates. 2023-10-21 13:03:36 +02:00
Bauke cf18323f27
Add an option to hide the user label editor [+]. 2023-10-19 14:09:00 +02:00
Bauke 1222ec4f13
Add the Voted On Topic matcher. 2023-10-18 13:44:23 +02:00
Bauke 3008bdc9ab
Add the Show Topic Author miscellaneous feature. 2023-10-13 13:33:26 +02:00
Bauke c7758eb9f0
Add documentation. 2023-10-11 19:31:45 +02:00
Bauke 5dc92d0e1a
Factor out creating new user label IDs. 2023-10-10 17:49:29 +02:00
Bauke 3b7f73b9ac
Fix Miscellaneous features being enabled erroneously. 2023-10-07 13:41:59 +02:00
Bauke c05fba3f3f
Version 2.3.0! 2023-09-24 11:55:02 +02:00
Bauke a21485733e
Update feature last updated dates. 2023-09-16 20:14:59 +02:00
Bauke 7a73aa57c3
Add save status changes to the dedicated user label editor. 2023-09-15 18:22:13 +02:00
Bauke 45d9f03b50
Add save status changes to the username colors setting. 2023-09-14 13:24:06 +02:00
Bauke d69283f8a8
Factor out checkbox styling and use it. 2023-09-13 14:33:00 +02:00
Bauke 7f97fa0ecc
Remove duplicate custom property. 2023-09-12 17:32:28 +02:00
Bauke d317f5e2c6
Factor out the select element styling and apply it. 2023-09-11 12:43:46 +02:00
Bauke 8ab9df1d85
Add a utility function for getting the logged in username. 2023-08-30 12:09:20 +02:00
Bauke ee768cfd41
Add a miscellaneous feature for hiding your own username. 2023-08-29 12:54:30 +02:00
Bauke 01d882989b
Move Miscellaneous Features into its own directory. 2023-08-18 20:31:14 +02:00
Bauke 678b887185
Revert "Add storage and UI for anonymizing only the logged in user."
This reverts commit 9bd35ee17e.
2023-08-17 11:32:38 +02:00
Bauke 9bd35ee17e
Add storage and UI for anonymizing only the logged in user. 2023-08-16 15:45:27 +02:00
Bauke 0153c83afb
Narrow the ReplacementType value before saving. 2023-08-15 12:15:16 +02:00
Bauke 56b3a7da80
Make autocomplete also listen for compositionupdate events. 2023-08-14 15:09:32 +02:00
Bauke 6e62ea0036
Add the different replacement types for Anonymize Usernames. 2023-08-13 11:40:40 +02:00
Bauke be5ccaf0c1
Explicitly use the AnonymizeUsernamesData type for Value. 2023-08-12 11:16:55 +02:00
Bauke 36bf5ece75
Generate the replacement type options from the enum. 2023-08-11 11:23:46 +02:00
Bauke b908749d7c
Move the Anonymize Usernames storage to its own file. 2023-08-11 11:23:29 +02:00
Bauke dc499be4b7
Add the storage and options UI for different Anonymize Usernames replacement types. 2023-08-10 17:52:01 +02:00