Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7144385
chore(example): add katex dependency for formula editor
Jul 29, 2026
6c6a97f
feat(example): add katex renderer utility with mhchem
Jul 29, 2026
6c43124
feat(example): add formulaInline node + schema scaffolding
Jul 29, 2026
8d77749
feat(example): add formulaBlock node
Jul 29, 2026
a834f6e
feat(example): add palette, context, and modal skeleton for formula e…
Jul 29, 2026
f821499
feat(example): wire palette clicks and confirm action in formula modal
Jul 29, 2026
2386ce2
feat(example): add formula toolbar button and custom formatting toolbar
Jul 29, 2026
7ddcffa
feat(example): add markdown preprocess/postprocess pipeline and initi…
Jul 29, 2026
186da38
feat(example): make editor editable and wire modal, pipeline, toolbar
Jul 29, 2026
9754881
test(example): add e2e tests for formula editor
Jul 29, 2026
bac00c0
chore(example): regenerate scaffolding after README/title update
Jul 29, 2026
debde55
chore(example): finish regenerating examples.gen.tsx after title update
Jul 29, 2026
f017cf4
chore(example): add mathlive dependency for WYSIWYG formula editor
Jul 30, 2026
32ceb0f
feat(example): add MathFieldWrapper for MathLive <math-field>
Jul 30, 2026
89c565a
fix(example): use MathLive real attribute math-virtual-keyboard-polic…
Jul 30, 2026
03343bc
refactor(example): palette shape v2 (insert with #? placeholder) + re…
Jul 30, 2026
a626c07
feat(example): rewrite formula modal with MathLive WYSIWYG + basic/ad…
Jul 30, 2026
1415da9
style(example): modal layout for v2 + local .bn-suggestion-menu scrol…
Jul 30, 2026
ddc7c47
test(example): update e2e for MathLive modal + slash-menu scroll fix
Jul 30, 2026
65307be
fix(example): update styles.css selector to data-test + sync docs/pac…
Jul 30, 2026
8166ab3
docs(superpowers): add phase 2 spec + plan for MathLive WYSIWYG modal…
Jul 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
"@y/prosemirror": "^2.0.0-6",
"@floating-ui/react": "^0.27.18",
"lib0": "1.0.0-rc.22",
"y-websocket": "^2.1.0"
"y-websocket": "^2.1.0",
"katex": "^0.16.11",
"mathlive": "^0.110.0"
},
"devDependencies": {
"@blocknote/code-block": "workspace:*",
Expand Down Expand Up @@ -132,6 +134,7 @@
"serve": "^14.2.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"@types/katex": "^0.16.7"
}
}
Loading