Skip to content

Commit

Permalink
Reverted including notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Sep 21, 2024
1 parent 51ea517 commit 5ce912f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
9 changes: 7 additions & 2 deletions assets/templates/slideshow.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
<script src="{{ revealjs_path }}/plugin/markdown/markdown.js"></script>
<script src="{{ revealjs_path }}/plugin/highlight/highlight.js"></script>
<script src="{{ revealjs_path }}/plugin/zoom/zoom.js"></script>
<script src="{{ revealjs_path }}/plugin/notes/notes.js"></script>

<!-- https://github.com/MartenBE/mkslides-reveal/issues/3
<script src="{{ revealjs_path }}/plugin/notes/notes.js"></script>
-->
<script src="{{ revealjs_path }}/plugin/math/math.js"></script>

{% if plugins %}
Expand All @@ -57,7 +60,9 @@
RevealMarkdown,
RevealHighlight,
RevealZoom,
RevealNotes,
<!-- https://github.com/MartenBE/mkslides-reveal/issues/3
RevealNotes,
-->
RevealMath,
{% if plugins %}
Expand Down
14 changes: 5 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ authors = ["MartenBE"]
repository = "https://github.com/MartenBE/mkslides-reveal"
license = "MIT"
readme = "README.md"
packages = [{ include = "mkslides_reveal", from = "src" }]
packages = [
{ include = "mkslides_reveal", from = "src" },
]
include = [{ path = "assets", format = ["sdist", "wheel"] }]

[tool.poetry.dependencies]
Expand All @@ -19,9 +21,7 @@ click = "^8.1.7"
jsonschema = "^4.23.0"
natsort = "^8.4.0"
emoji = "^2.12.1"

# TODO: go back to official package, see https://github.com/MartenBE/mkslides-reveal/issues/3
livereload = { git = "https://github.com/Lucas-C/python-livereload.git", branch = "issue-277" }
livereload = "^2.7.0"

[tool.poetry.group.dev.dependencies]
bumpver = "^2023.1129"
Expand Down

0 comments on commit 5ce912f

Please sign in to comment.