Rob van der Linde
|
2d273bf06c
|
Fix escape before comma in regex is redundant
There are various other commas in the same regex that aren't escaped.
This one doesn't need escaping either.
|
2024-04-30 19:35:39 +12:00 |
|
Hakim El Hattab
|
6b8c64ffa8
|
5.1.0
5.1.0
|
2024-04-11 08:45:27 +02:00 |
|
Hakim El Hattab
|
dab6ef6b38
|
Merge pull request #3603 from lechten/fix-help
Re-add question mark for help
|
2024-04-09 09:19:20 +02:00 |
|
Jens Lechtenbörger
|
092a34bf0c
|
Re-add question mark for help
|
2024-04-01 16:12:15 +02:00 |
|
Yaroslav Halchenko
|
e0bc3f764d
|
[DATALAD RUNCMD] run codespell throughout fixing typos automagically
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
|
2024-03-29 14:49:42 -04:00 |
|
Yaroslav Halchenko
|
091fede288
|
[DATALAD RUNCMD] Do interactive fixing of leftover ambigous typos
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w -i 3 -C 2 ./plugin/zoom/plugin.js plugin/notes/plugin.js",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
|
2024-03-29 14:49:40 -04:00 |
|
Yaroslav Halchenko
|
e8ddb101de
|
Adjust codespell config to minimize false positives etc
|
2024-03-29 14:48:02 -04:00 |
|
Yaroslav Halchenko
|
f9cf4f5cfe
|
Add rudimentary codespell config
|
2024-03-29 14:44:08 -04:00 |
|
Yaroslav Halchenko
|
1cc02565b0
|
Add github action to codespell master on push and PRs
|
2024-03-29 14:44:08 -04:00 |
|
Hakim El Hattab
|
6410c756ea
|
auto-animate demo tweak
|
2024-03-25 09:10:26 +01:00 |
|
Hakim El Hattab
|
62297e6259
|
nil check slides before running auto-animate transition #3592
|
2024-03-25 09:01:53 +01:00 |
|
Hakim El Hattab
|
ade53094b9
|
Merge pull request #3598 from alifeee/fix/r-stack-chrome
Fix `r-stack` overflow behaviour on Chromium browsers
|
2024-03-25 08:52:32 +01:00 |
|
alifeee
|
164254655b
|
update build
|
2024-03-24 23:13:36 +00:00 |
|
alifeee
|
e2344787c4
|
fix r-stack with grid-template-rows: 100%;
|
2024-03-24 23:11:22 +00:00 |
|
Hakim El Hattab
|
334abff10f
|
Merge pull request #3595 from jokester/mathjax3-fix-for-multiple-instances
|
2024-03-23 12:27:59 +01:00 |
|
Wang Guan
|
19c1bca1e4
|
MathJax3: allow non-singleton Reveal instance
|
2024-03-23 17:22:23 +09:00 |
|
Hakim El Hattab
|
0799c8f674
|
fix exception when destroying uninitialized reveal instance (closes #3593)
|
2024-03-22 14:29:35 +01:00 |
|
Hakim El Hattab
|
924bdb6305
|
fix vertical swipe navigation not blocking page scrolling in embedded decks
|
2024-03-19 09:09:44 +01:00 |
|
Hakim El Hattab
|
d4e5c39fe4
|
Merge pull request #3588 from NatKarmios/notes-error-catch
Fix error when the notes plugin receives a non-string message
|
2024-03-15 09:02:32 +01:00 |
|
Nat Karmios
|
2fb4b46307
|
Notes: don't error on non-string message
|
2024-03-14 18:18:33 +00:00 |
|
Hakim El Hattab
|
488c5c8f94
|
fix rtl prev/next navigation on slides with fragments
|
2024-03-13 15:15:59 +01:00 |
|
Hakim El Hattab
|
421da63750
|
fix previous bg video playing in background
|
2024-03-12 10:54:28 +01:00 |
|
Hakim El Hattab
|
62b1ea302c
|
don't start video bgs if autoPlayMedia config is set to false
|
2024-03-11 14:20:01 +01:00 |
|
Hakim El Hattab
|
76ec60a137
|
fix issue when disabling autoPlay config flag at runtime
|
2024-03-11 13:24:27 +01:00 |
|
Hakim El Hattab
|
1748a55ece
|
don't restart media when it's already playing #2882
|
2024-03-11 11:24:00 +01:00 |
|
Hakim El Hattab
|
a29a9c71ae
|
allow same background video to continue playing across multiple slides #3189 #2882
Co-authored-by: Chi Vong <chivongv@gmail.com>
|
2024-03-08 14:02:26 +01:00 |
|
Hakim El Hattab
|
6ef138b61f
|
dont prevent swipe navigation on video backgrounds #3584
|
2024-03-07 10:26:01 +01:00 |
|
Hakim El Hattab
|
63e0a37a88
|
fix broken backwards navigation in rtl mode
|
2024-03-06 10:55:09 +01:00 |
|
Hakim El Hattab
|
2927be34d8
|
new .enter-fullscreen class lets you add shortcuts to fullscreen mode
|
2024-02-28 11:08:56 +01:00 |
|
Hakim El Hattab
|
9d4b4362e9
|
5.0.5
5.0.5
|
2024-02-26 11:17:44 +01:00 |
|
Hakim El Hattab
|
8efd7af37c
|
fix fragment events not firing in scroll view + add tests #3580
|
2024-02-26 10:54:16 +01:00 |
|
Hakim El Hattab
|
66fa4350e1
|
indentation tweak
|
2024-02-26 10:53:34 +01:00 |
|
Hakim El Hattab
|
f149d1f7ca
|
Merge pull request #3570 from gchriz/toggleHelp
add F1 key to toggleHelp for non-english keyboards
|
2024-02-06 09:51:42 +01:00 |
|
Christian Ziemski
|
0951ce2b4f
|
add F1 key to toggleHelp for non-english keyyboards
|
2024-02-05 16:56:45 +01:00 |
|
Hakim El Hattab
|
18ec38a6b1
|
tweaks for #3568
|
2024-02-05 11:27:57 +01:00 |
|
Hakim El Hattab
|
67b5ec1773
|
Merge pull request #3568 from bouzidanas/master
fix vertical stack background not working in scroll view
|
2024-02-05 11:14:13 +01:00 |
|
Anas Bouzid
|
50580c37c2
|
add comment for background fix
|
2024-02-04 22:16:42 -06:00 |
|
Anas Bouzid
|
ec4eeab478
|
fix selector constant
|
2024-02-04 21:59:46 -06:00 |
|
Anas Bouzid
|
4e353b207d
|
remove console logs
|
2024-02-04 21:49:24 -06:00 |
|
Anas Bouzid
|
608e0eefcd
|
fix selector constant
|
2024-02-04 21:32:55 -06:00 |
|
Anas Bouzid
|
aa31cab9e3
|
fix slide backgrounds being replaced by global background
|
2024-02-04 21:26:06 -06:00 |
|
Anas Bouzid
|
28aee42e8e
|
update build
|
2024-02-04 19:35:35 -06:00 |
|
Anas Bouzid
|
ebca26e1f9
|
update build
|
2024-02-04 19:23:37 -06:00 |
|
Anas Bouzid
|
d61b375bf8
|
add logs to scrollview.js
|
2024-02-04 19:17:06 -06:00 |
|
Anas Bouzid
|
dcc21516dd
|
Merge pull request #1 from hakimel/master
update repo
|
2024-02-04 18:37:16 -06:00 |
|
Hakim El Hattab
|
16f6633014
|
fix xss issue reported by @realansgar, regression from 3dade61176
|
2024-01-30 14:14:40 +01:00 |
|
Hakim El Hattab
|
5d131cea20
|
add support for keyboard navigation in scroll view #3515
|
2024-01-10 14:13:54 +01:00 |
|
Hakim El Hattab
|
52480157a1
|
2024
|
2024-01-09 11:38:35 +01:00 |
|
Hakim El Hattab
|
5ee1f729bd
|
fix missing backgrounds when scroll view is actived responsively (fixes #3554)
5.0.4
|
2023-12-22 13:18:06 +01:00 |
|
Hakim El Hattab
|
0e21a2a791
|
rebuild
5.0.3
|
2023-12-15 09:03:32 +01:00 |
|