Skip to content

Commit

Permalink
Update 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kookma committed Jun 4, 2024
1 parent 9066c89 commit d126858
Show file tree
Hide file tree
Showing 11 changed files with 121 additions and 111 deletions.
196 changes: 101 additions & 95 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packaged/tamasha.tid

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions source/tamasha/history.tid
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: text/vnd.tiddlywiki

Full change log https://kookma.github.io/TW-Tamasha/#ChangeLog

* ''0.5.0'' -- 2024.06.03 -- update to TW 5.3.3 and minor bug fixes
* ''0.5.0'' -- 2021.02.10 -- maintenance release
* ''0.4.2'' -- 2021.02.02 -- linear scaling of font size, new kimia theme
* ''0.4.1'' -- 2021.02.01 -- css and ui cleanup
Expand Down
2 changes: 1 addition & 1 deletion source/tamasha/macros/presenter.tid
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: text/vnd.tiddlywiki
mainTag=<<__tag__>>
loopShow=<<__loop__>>
slideFooter=<<__footer__>>
myTemplate={{{ [all[tiddlers+shadows]tag[$:/tags/Tamasha/Template]search:title<__template__>] ~$:/plugins/kookma/tamasha/templates/vanilla }}}
myTemplate={{{ [all[tiddlers+shadows]tag[$:/tags/Tamasha/Template]!is[draft]search:title<__template__>] ~$:/plugins/kookma/tamasha/templates/vanilla }}}
myTheme={{{ [all[tiddlers+shadows]tag[$:/tags/Tamasha/Theme]getindex<__theme__>] ~[<__theme__>] }}}
animationClass={{{[<__animation__>trim[]!is[blank]addprefix[tamasha-animation-]]}}}
myState={{{ [<__state__>trim[]is[blank]then[presenter]else<__state__>addsuffix<qualify>] }}}
Expand Down
2 changes: 1 addition & 1 deletion source/tamasha/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Tamasha",
"description": "presentation and slideshow",
"author": "Mohammad Rahmani",
"version": "0.6.0",
"version": "0.6.1",
"core-version": ">=5.2.5",
"source": "https://github.com/kookma/TW-Tamasha",
"list": "readme license history",
Expand Down
7 changes: 6 additions & 1 deletion source/tamasha/templates/nolink.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ title: $:/plugins/kookma/tamasha/templates/nolink
type: text/vnd.tiddlywiki

\define tv-wikilinks() no
<h2 class="title"><$transclude tiddler=<<currentSlide>> field=title /></h2>
\whitespace trim
<h2 class="tamasha-slide-title">
<$link to=<<currentSlide>>>
<$transclude $tiddler=<<currentSlide>> $field={{{ [<currentSlide>get[caption]then[caption]else[title]] }}} />
</$link>
</h2>
<$transclude tiddler=<<currentSlide>> mode=block/>
8 changes: 3 additions & 5 deletions source/tamasha/templates/vanilla.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ title: $:/plugins/kookma/tamasha/templates/vanilla
type: text/vnd.tiddlywiki

\whitespace trim
<h2 class="title">
<h2 class="tamasha-slide-title">
<$link to=<<currentSlide>>>
<$transclude field="caption">
<$view field="title"/>
</$transclude>
<$transclude $tiddler=<<currentSlide>> $field={{{ [<currentSlide>get[caption]then[caption]else[title]] }}} />
</$link>
</h2>
<$transclude tiddler=<<currentSlide>> mode=block/>
<$transclude tiddler=<<currentSlide>> mode=block/>
6 changes: 3 additions & 3 deletions source/tamasha/themes/irana.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/tamasha/themes/kimia.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
font-weight:500;
}

.kimia .tamasha-slide-content .title{ /* used with vanilla template*/
.kimia .tamasha-slide-content .tamasha-slide-title{ /* used with vanilla template*/
font-family: Impact, sans-serif;
font-weight:300;
}
2 changes: 1 addition & 1 deletion source/tamasha/themes/mitra.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
font-weight:500;
}

.mitra .tamasha-slide-content .title{ /* used with vanilla template*/
.mitra .tamasha-slide-content .tamasha-slide-title{ /* used with vanilla template*/
font-size:1.5em;
line-height:1.5em;
font-weight:500;
Expand Down
2 changes: 1 addition & 1 deletion source/tamasha/themes/moon.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
width:unset;
}

.moon .tamasha-slide-content .title{ /* used with vanilla template*/
.moon .tamasha-slide-content .tamasha-slide-title{ /* used with vanilla template*/
font-weight:300;
}

Expand Down

0 comments on commit d126858

Please sign in to comment.