https://tmcengineering.droppages.com/Onshape%20Mouse%20Tutorial.html if you want a look!
Hi Mohammad,
This is looking really good. Some feedback:1) Counter-intuitively, looking at the long long tiddler slide, your vh scaling works on small windows but then text over-flows on large/fullscreen windows. I think it is the fact that the horizontal size of the slide content does not change with with the same proportion as the vertical size and the larger text ends up wrapping more and then flows off the bottom. Some scaling of the content window width needs to happen too.
2) How do you sort the slides? Is there a way to specify the sort field and methodology? I couldn't find anything on that and it seems that Tamasha just uses the default unsorted list which, in my experience, will shift occasionally. I see a "slide sorter" tiddler in there so maybe there is some planned functionality that I need to wait for.
Thanks,/MikeOn Tuesday, February 2, 2021 at 2:42:45 PM UTC-4 Mohammad wrote:I would like to announce the new experimental release of Tamasha plugin.This beta release has some new featuresRelease 0.4.3
Feb 2nd, 2021
[NEW] Experimental font size using linear scaling based on vh
[NEW] kimia theme which hides slide number and nav buttons and uses default Tiddlywiki default setting
[NEW] classes to hide UI elements (slide number, nav buttons, progress bar)The size kept around 34Kb as of the previous update.Please contribute with your feedbackThere are some ongoing experiments on automatic font scaling based on the screen size. I like people who have access to big screens, especially a video projector (which can create a big picture around 2m x 2m) give a try and send me their feedback on the font size, readability and overflow. The feedback can be posted here or preferably to https://github.com/kookma/TW-TamashaOn the other end, feedback from the small screens is welcome.Best wishesMohammad
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c874cc09-8f83-4c52-ab53-9ee51aa4dc2en%40googlegroups.com.
Cheers,
Nico
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/87y2g5ti13.fsf%40petton.fr.
On Wed, Feb 3, 2021 at 8:01 PM Michael Wiktowy wrote:...Hi Mohammad,
2) How do you sort the slides? Is there a way to specify the sort field and methodology? I couldn't find anything on that and it seems that Tamasha just uses the default unsorted list which, in my experience, will shift occasionally. I see a "slide sorter" tiddler in there so maybe there is some planned functionality that I need to wait for.Well, it was possible to pass a filter and use sort operators. But Tamasha uses the simplest, it works on tags. So, simply open one of the slides, click on the tag pill and use drag and drop to reorder them. Any other processes in Tiddlywiki you use to sort or change order of tiddlers based on tags can be used here.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a8c6096f-d118-437e-b0b5-2c1a35adfd2bn%40googlegroups.com.
I don't have any presentations to make, but I just want to cheer you on.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7fa12f2e-5daf-467c-8ab6-ac41d3e5abb1n%40googlegroups.com.
Thanks,/Mike
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f224e5a0-5545-42ae-9aaf-a139a0086933n%40googlegroups.com.
wrt 1). Changing the $:/plugins/kookma/tamasha/styles/layout/content stylesheet to get rid of the max-width (and controlling content width via padding) and making sizes relative to vmin rather than vh seems to get pretty good results even for narrow windows..tamasha-slide-content {font-size: 1.3rem;line-height: 1.85rem;padding: 30px;margin: 0 auto;height: 480px;overflow: hidden;margin-bottom: 4rem;}.tamasha-overlay .tamasha-slide-content {font-size: 3vmin;line-height: 5vmin;height: auto;padding: clamp(20px, 10vmin, 20%);}
There is still a fine range of aspect ratios where the content still overflows but it is better.I found the clamp bit here:Maybe there is some application of clamp(), max() and min() in font-size directly make sure fonts are readable.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1b462f6d-5ced-443e-af94-b3727fa251d6n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d356b227-3c23-40a5-a696-b3404682d73bn%40googlegroups.com.
Thank you for your continued work on Tamasha.Two comments:
1.No access to projectors this week, but I I tested the longlong tiddler
on my notebook screen (3000x2000px) and on my second screen (1366x768px).If the font sizes are relative to vh, it surprises me that
on the bigger resolution screen (3000x2000) the text reaches near to the bottom edge,
while on the smaller resolution screen (1366x768px) the text does not grow that large.
I attach the 2 screenshots.
2.I second TiddlyTweeter's wish for an option to scroll long text on some slides.
I actually have had exactly the use case he mentions:
When showing a long poem in the classroom, scrolling down feels to me
as a more beautiful way to show it as a piece of art, than splitting it into 2 or 3 slides.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ec5fd522-02d4-4802-b6c4-a6ea61d02198n%40googlegroups.com.
Thanks Mo,I'll have a play with that code tomorrow.Ste
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f2f6665b-fd5d-4c71-81bf-3c44928ab808n%40googlegroups.com.