Commit Graph

3357 Commits

Author SHA1 Message Date
kfitz 5884159df3 fix captions 2024-07-27 14:12:17 -04:00
kfitz a5315fff11 one more attempt at spacing fix 2024-07-27 14:10:15 -04:00
kfitz 6812823c36 trying to fix hcommons.org spacing 2024-07-27 14:05:11 -04:00
kfitz 55568a7b5b more shrinkage 2024-07-27 14:03:50 -04:00
kfitz a7c7d0da94 shrink more images 2024-07-27 14:02:29 -04:00
kfitz 0dc6ce0653 shrink images 2024-07-27 13:59:11 -04:00
kfitz 209a218c5f fix BOAI 2024-07-27 13:57:07 -04:00
kfitz 001d3506e2 fix note on first slide 2024-07-27 13:55:37 -04:00
kfitz 2333d25ab7 add dlf24 2024-07-27 13:53:03 -04:00
kfitz 06098e9778 fix thank you 2024-06-16 13:41:49 -04:00
kfitz 40eed87620 fix image link 2024-06-16 13:39:40 -04:00
kfitz 9561e82d90 fix title 2024-06-16 13:37:36 -04:00
kfitz 509126bcdc fix gitignore 2024-06-16 13:33:14 -04:00
Kathleen Fitzpatrick 04d89096b4 Update .gitignore 2024-06-16 13:26:49 -04:00
kfitz 2c75db1872 add inke 2024-06-16 13:24:09 -04:00
Hakim El Hattab 472535065c only destroy if reveal instance is ready, don't proceed with initialization after destroy is called, tests #3593 2024-05-15 11:15:31 +02:00
Hakim El Hattab 7cab93baab Merge pull request #3620 from wainuiomata/typos
Fix typo in jsdoc: presentation
2024-05-15 10:30:39 +02:00
Hakim El Hattab 15d9b650a5 Merge pull request #3618 from wainuiomata/regex-redundant-escape
Fix escape before comma in regex is redundant
2024-05-15 10:30:23 +02:00
Rob van der Linde ab760babb7 Fix typo in jsdoc: presentation 2024-04-30 19:41:47 +12:00
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
kfitz 35f3d157a2 First commit 2024-04-23 18:39:27 -04:00
Kathleen Fitzpatrick 0cc33fc046 Delete .obsidian directory 2024-04-17 10:02:32 -04:00
Kathleen Fitzpatrick 0a9bca9fe6 sync 2024-04-17 09:57:11 -04:00
Kathleen Fitzpatrick a432f34b2c update suny 2024-04-17 09:52:10 -04:00
Kathleen Fitzpatrick 4284edb3ac sync 2024-04-17 09:07:48 -04:00
Kathleen Fitzpatrick 17b59485e7 update suny 2024-04-15 16:45:56 -04:00
Kathleen Fitzpatrick 593fc85fb7 update suny 2024-04-15 16:34:58 -04:00
Kathleen Fitzpatrick 0f57f997be first commit 2024-04-15 08:53:29 -04:00
Hakim El Hattab 6b8c64ffa8 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