TW-Tamasha
TW-Tamasha copied to clipboard
Presentation and slideshow app using web technology based onTiddlywiki
```css .tamasha-slide-content{ overflow-y: scroll; } .tamasha-overlay.open .tamasha-slide-content{ position:absolute; inset:0; max-height:100cqh; } ``` With this it is no longer needed to use a wrapper div ([as seen here](https://kookma.github.io/TW-Tamasha/#Long%20List%20With%20Scrollbar)) , and the...
When the entries are long, the content displayed is not complete. I modified part of the code, mainly changing the overflow property in tamasha-slide-content from hidden to scroll, which displays...
1. Reveal JS has horizontal and vertical slides (two dimensions) 2. Tamasha has only horizontal slide 2.1 a slide in a presentation (e.g. `MyPres`) is a tiddler tagged with `MyPres`...
What would you recommend for increasing the size of the viewing portal? Creating some new template? Adjusting the default template? Overall Tiddlywiki Theme Tweeks (that doesn't see right)? As in,...