calico-reveal 0.1.0__tar.gz → 0.2.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: calico-reveal
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: A Calico plugin for a reveal.js widget
5
5
  Author: Emma Delescolle
6
6
  License: MIT
@@ -19,7 +19,12 @@
19
19
 
20
20
  <div class="reveal">
21
21
  <div class="slides">
22
- <section data-markdown>
22
+ <section
23
+ data-markdown
24
+ data-separator="{{object.metadata.reveal_separator|default:'^\r?\n---\r?\n$'}}"
25
+ data-separator-notes="{{object.metadata.reveal_separator_notes|default:'notes?:'}}"
26
+ {% if object.metadata.reveal_separator_vertical %}data-separator-vertical="{{object.metadata.reveal_separator_vertical}}"{% endif %}
27
+ >
23
28
  <textarea data-template>
24
29
  {{section.content|raw_include}}
25
30
  </textarea>
@@ -35,7 +40,7 @@
35
40
  width: {{object.metadata.reveal_width|default:1920}},
36
41
  height: {{object.metadata.reveal_height|default:1080}},
37
42
  margin: {{object.metadata.reveal_margin|default:0.05}},
38
- minScale: {{object.metadata.reveal_min_scale|default:0.5}},
43
+ minScale: {{object.metadata.reveal_min_scale|default:0.1}},
39
44
  maxScale: {{object.metadata.reveal_max_scale|default:4}},
40
45
  embedded: true,
41
46
  plugins: [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: calico-reveal
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: A Calico plugin for a reveal.js widget
5
5
  Author: Emma Delescolle
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "calico-reveal"
7
- version = "0.1.0"
7
+ version = "0.2.0"
8
8
  description = "A Calico plugin for a reveal.js widget"
9
9
  readme = "README.md"
10
10
  authors = [{name = "Emma Delescolle"}]
File without changes
File without changes
File without changes