Giter VIP home page Giter VIP logo

tiddlywiki-reveal-js's Introduction

tiddlywiki-reveal-js's People

Contributors

sukima avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tiddlywiki-reveal-js's Issues

RSOD with parameter "auto-animate" in utils.js line 44

Try this and you'll get an RSOD in line:

<$presentation>
<$slide auto-animate><ul><li>test</li></ul></$slide>
<$slide auto-animate>
  <ul>
    <li>test</li>
    <li>test</li>
  </ul>
</$slide>
</$presentation>

It seems { dataset[attr] = convertedValue; } only wants strings.

Esc key and slide overview in full screen

Assume you are in full screen mode and presenting slides, then you want to go to slide overview and select a certain slide!
What tiddlywiki-reveal.js does is to exit full screen, then you have to press Esc key again to go to slide overview!

Desired action is to have slide overview in fullscreen presentation mode!

[Feature Request] theme

Would you please add an extra theme and explain how one can add new theme to tiddlywiki-reveal.js

[Feature] Slide number

I realized the slideNumber can be set to true and tiddlywiki-reveal.js works fine! Clicking on a slide number say slide 4 opens a non-existing tiddler like /4. Is it possible to open the underlaying tiddler?

Side note 1: add small description how to turn on slide number in documentation tiddler.
Side note 2: Is it rational to add setting to ignore a tiddler in edit mode e.g a tiddler with has[draft.of]?

[Feature request] documentation

Many thanks for this wonderful plugin. It would be very useful if you can add some more details on widgets, their parameters and themes of reveal.js plugin

How to edit an slide and see it in presentation mode

Assume you are playing a presentation and suddenly you realize you should correct a slide:

  1. from presentation how one can find the tiddler of that slide? I means there is no direct way to open that tiddler to edit.
  2. when editing a tiddler say tiddler corresponds to slide 10, after editing/saving you see the presentation has been reset and returned to the first slide. Is there any way to preview a slide (tiddler) in presentation mode while editing?

SlideCodeBlock with slides created from tiddlers using list widget

Assume you have created a presentation using

Title: Short Presentation
Text:

<$presentation>
<$list filter="[tag[slide]sort[title]]">
<$slide tiddlerTitle={{!!title}} backgroundColor={{!!color}}>
<$transclude mode="block" />
</$slide>
</$list>
</$presentation>

and then some slides have one or two line of codes, there is no way to programmatically use $slidecodeblock

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.