attakei / sphinx-revealjs

HTML Presentation builder for Pythonista
https://attakei.github.io/sphinx-revealjs/
Apache License 2.0
110 stars 20 forks source link

Add directive to handle behavior of main section overall #155

Closed attakei closed 8 months ago

attakei commented 11 months ago

Descrtption

Builder generates from "Source" to "Output".

Source:

=====
Title
=====

Section title 1
===============

Subsection title 1.1
--------------------

Subsection title 1.2
--------------------

Section title 2
===============

Subsection title 2.1
--------------------

Output:

+-------+   +----------------------+   +----------------------+
| Title | - | Section title 1      | - | Section title 2      |
+-------+   +----------------------+   +----------------------+
              |                          |
            +----------------------+   +----------------------+
            | Subsection title 1.1 |   | Subsection title 2.1 |
            +----------------------+   +----------------------+
              |
            +----------------------+
            | Subsection title 1.2 |
            +----------------------+

In current version, there are some directives to handle behaviors of sections.

But there is not directive for a stack overall of Vertical Slides (for Section title 1Subsection title 1.2). This is need for use some plugins.

<div>
  <section> .. revealjs-slide
    <section>  .. NOT FOUND
       <section> .. revealjs-section and revealjs-break

ToDo

Refs

attakei commented 8 months ago

Released feature by v3.0.0