@bendyline/squisq-editor-react 2.8.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/{chunk-SUXRSZ4Y.js → chunk-53PXOIMU.js} +605 -324
- package/dist/{chunk-YPRX32GY.js → chunk-SAYCG257.js} +1 -1
- package/dist/{chunk-K2WJYVS4.js → chunk-TLRB3IQC.js} +17 -12
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/json-editor/index.js +2 -2
- package/dist/shell/index.js +2 -2
- package/dist/styles/index.css +65 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -81,6 +81,11 @@ and block-at-a-time / timeline editing primitives (`useBlockNavigator`,
|
|
|
81
81
|
synchronized audience window, or take over the entire screen. Slideshow/video
|
|
82
82
|
playback, Page/Document scrolling, and the Narrate surface remain linked to
|
|
83
83
|
the main view.
|
|
84
|
+
- **Flashcards mode** — the Use menu can project the original nested block tree
|
|
85
|
+
as progressively revealed study cards and multiple-choice quizzes. Ordinary
|
|
86
|
+
headings are inferred automatically; `{study=flashcard}` disambiguates a card
|
|
87
|
+
boundary and `{study=multiple-choice-flashcard}` makes child one the question,
|
|
88
|
+
child two the default correct answer, and remaining children distractors.
|
|
84
89
|
- **Panels** — `outline` (heading outline pane) and `inlinePreview` (per-block
|
|
85
90
|
SVG preview gutter, `inlinePreviewWidth` default 320).
|
|
86
91
|
- **Code & image modes** — pass `fileName` / `language` to get a Monaco-only
|