|
cf7c270046
|
remove args from help string
|
2024-04-24 23:58:58 -04:00 |
|
|
f6faec1786
|
add missing returns
|
2024-04-24 19:09:35 -04:00 |
|
|
586fe54913
|
replace registerSlashCommand with detailed declarations
|
2024-04-24 18:50:16 -04:00 |
|
|
e3bb4dd06f
|
Merge branch 'staging' into parser-v2
|
2024-04-09 13:29:41 -04:00 |
|
|
e652c65986
|
blur textarea on ctrl+enter execute (and refocus after)
|
2024-04-09 13:26:54 -04:00 |
|
|
6e35f12aca
|
Merge branch 'staging' into parser-v2
|
2024-04-08 19:18:21 -04:00 |
|
|
b461c6f0bb
|
use generic popups for QR editor
|
2024-04-08 18:43:21 -04:00 |
|
|
63cbfda9b1
|
add ctrl-enter to execute from editor
|
2024-04-07 17:01:26 -04:00 |
|
|
21d3a7dc3e
|
add tab size setting to QR editor
|
2024-04-07 17:01:02 -04:00 |
|
|
3ed0564d73
|
add default value to qr editor wrap setting
|
2024-04-07 16:59:50 -04:00 |
|
|
2e24705a19
|
use scope macros for QR args
|
2024-04-06 18:39:11 -04:00 |
|
|
22a67d1573
|
cleanup and docs
|
2024-04-06 18:38:15 -04:00 |
|
|
7078fc76ba
|
Merge branch 'staging' into parser-v2
|
2024-03-26 13:14:28 -04:00 |
|
|
522b6286ee
|
Merge branch 'staging' into parser-v2
|
2024-03-25 09:08:18 -04:00 |
|
|
dedb1625aa
|
Merge branch 'staging' into qr-editor-wordwrap
|
2024-03-25 09:05:49 -04:00 |
|
|
7c3ffcb3b1
|
qr editor wrap toggle
|
2024-03-25 09:04:41 -04:00 |
|
|
376a83511c
|
basics for new parser
|
2024-03-25 08:53:36 -04:00 |
|
|
7dcd39c806
|
Extract API endpoints for quick replies
|
2024-03-20 00:46:46 +02:00 |
|
|
3441667336
|
#1853 Add WI/Script link by entry automation id
|
2024-02-24 17:22:51 +02:00 |
|
|
4f55824d7f
|
QR auto-execute on group member draft
|
2024-01-18 18:08:38 +02:00 |
|
|
1a50c9f976
|
use isTrueBoolean on all bools
|
2024-01-16 22:40:40 +00:00 |
|
|
9f4ae351db
|
fix bools in /qr-update
|
2024-01-16 22:37:12 +00:00 |
|
|
acaae1b973
|
fix type in helpstring
|
2024-01-16 22:36:55 +00:00 |
|
|
53c86c66eb
|
fix API added sets without listeners
fixes #1647
|
2024-01-07 11:13:56 +00:00 |
|
|
e3d1008aa1
|
Merge pull request #1646 from LenAnderson/qr-fix-run
|
2024-01-07 02:34:57 +02:00 |
|
|
e264bc0ac4
|
Merge pull request #1645 from LenAnderson/qr-fix-macros
|
2024-01-07 02:34:25 +02:00 |
|
|
00041ca01a
|
fix missing return from execute
|
2024-01-07 00:16:44 +00:00 |
|
|
fffdd8e5d8
|
fix missing substituteParams when executing non-command QRs
|
2024-01-07 00:11:30 +00:00 |
|
|
5594aa456b
|
fix jQuery sortable breaking select elements
|
2024-01-06 18:21:08 +00:00 |
|
|
e117c9da4e
|
reduce size of show buttons checkbox
|
2024-01-05 16:44:57 +00:00 |
|
|
70d6e6d37f
|
prevent inject on auto-execute
|
2024-01-01 23:08:18 +00:00 |
|
|
03b80900d6
|
add optional named arguments to /run command
|
2023-12-27 12:28:15 +00:00 |
|
|
d51098a90b
|
fix deleting QR set that's in chat config
|
2023-12-26 12:16:45 +00:00 |
|
|
89e94edc57
|
add option to prevent recursive auto-execute
|
2023-12-26 12:06:23 +00:00 |
|
|
29476e7c03
|
add import and export of QR sets
|
2023-12-25 13:08:03 +00:00 |
|
|
881a8e570f
|
add execute button to QR editor
|
2023-12-24 15:07:12 +00:00 |
|
|
de8dc7310f
|
fix for settings dom undefined
|
2023-12-24 00:29:44 +00:00 |
|
|
aed38e32bd
|
add ctrl-click to edit QR
|
2023-12-24 00:20:47 +00:00 |
|
|
5cd911db6b
|
put large message editor into additional options dlg
|
2023-12-24 00:20:30 +00:00 |
|
|
3d5dc18d0c
|
move click listener up
|
2023-12-23 23:26:00 +00:00 |
|
|
a8f130ec5d
|
add slash commands to get existing QRs and QR sets
|
2023-12-23 16:36:41 +00:00 |
|
|
82a4ddbe01
|
cleanup
|
2023-12-22 13:55:37 +00:00 |
|
|
4fc456dffa
|
delete QR set command and API
|
2023-12-22 13:45:37 +00:00 |
|
|
a088fb1746
|
error handling
|
2023-12-22 13:45:37 +00:00 |
|
|
e3c2d6771c
|
fix slash command hints
|
2023-12-22 13:45:37 +00:00 |
|
|
a0918a3f5c
|
add QR API
|
2023-12-22 13:45:37 +00:00 |
|
|
5125eaf1dc
|
implement slash commands
|
2023-12-22 13:45:37 +00:00 |
|
|
8959c0d380
|
add QR popout
|
2023-12-22 13:45:37 +00:00 |
|
|
40706e8430
|
fix isCombined not saved
|
2023-12-22 13:45:37 +00:00 |
|
|
65e16affb7
|
add context menu
|
2023-12-22 13:45:37 +00:00 |
|