Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ‹dia-show›, ‹dia-slide› and ‹dia-po› elements #3

Open
6 of 8 tasks
olange opened this issue Mar 5, 2019 · 0 comments
Open
6 of 8 tasks

Create ‹dia-show›, ‹dia-slide› and ‹dia-po› elements #3

olange opened this issue Mar 5, 2019 · 0 comments
Assignees

Comments

@olange
Copy link
Collaborator

olange commented Mar 5, 2019

Features

  • Display active slide & hide all others DONE 05.03
  • Display slide matching active screen & filter out all slides not linked to active screen DONE 05.03
  • Multi-toggle with list of projectors to activate a projector DONE 05.03
  • Button to clone window DONE 06.03
  • speaker attribute for ‹dia-show› – to mark speaker mode of the slideshow player
  • detached attribute for ‹dia-show› – to mark detached head state of the slideshow player
  • default attribute for ‹dia-po› – to mark the diapo being displayed to the audience, which only has one target display DONE 06.03
  • fullbleed attribute for ‹dia-po› – makes inner ‹div› use all available space DONE 18.03 OL

Example

<x-slides active-slide="s01" active-screen="proj01">
  <x-slide id="s01">
    <x-screen name="proj01" ></x-screen>
    <x-screen name="presenter01" ><x-controller><aside></aside></x-controller></x-screen>
    <x-screen name="tv01" ></x-screen>
    <x-screen name="tv02" ></x-screen>
    <x-screen name="presenter02" ><x-controller><aside></aside></x-controller></x-screen>
  </x-screen>
  <x-slide id="s02">
    <x-screen name="proj01" ></x-screen>
    <x-screen name="tv01" ></x-screen>
    <x-screen name="tv02" ></x-screen>
  </x-slide></x-slides>

See also

olange added a commit that referenced this issue Mar 5, 2019
olange added a commit that referenced this issue Mar 5, 2019
olange added a commit that referenced this issue Mar 5, 2019
olange added a commit that referenced this issue Mar 6, 2019
@olange olange changed the title Create ‹slides› and ‹slide› elements Create ‹dia-show›, ‹dia-slide› and ‹dia-po› elements Mar 6, 2019
olange added a commit that referenced this issue Mar 6, 2019
olange added a commit that referenced this issue Mar 6, 2019
olange added a commit that referenced this issue Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants