Skip to content

Commit c0c73ad

Browse files
feat(cli): feally featured RevealJS template (#80)
* feat(cli): feally featured RevealJS template This adds an option for every possible RevealJS option. Error messages are also improved. RevealJS version is bumped to latest (4.4.0). * feat(cli): add primitive support for arbitrary JS functions * fix(cli): some typos / issues in template * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(lib): pickling issue * fix(lib): ignore typing error due to __reduce_ex__ * feat(cli): add template selection, fixes first slide bug, and rm stuff Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a82ca81 commit c0c73ad

File tree

4 files changed

+562
-201
lines changed

4 files changed

+562
-201
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build animation and convert it into HTML slides
4949
run: |
5050
poetry run manim example.py ConvertExample
51-
poetry run manim-slides convert ConvertExample docs/source/_static/slides.html -cembedded=true -ccontrols=true
51+
poetry run manim-slides convert ConvertExample docs/source/_static/slides.html -ccontrols=true
5252
- name: Build docs
5353
run: cd docs && make html
5454
- name: Upload artifact

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ docs/build/
2323
docs/source/_static/slides_assets/
2424

2525
docs/source/_static/slides.html
26+
27+
slides_assets/
28+
29+
slides.html

0 commit comments

Comments
 (0)