mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
47519b1703
* Initial Commit * Fix default tiddlers for prerelease * Use parsermode: inline for tiddlers that don't semantically have paragraphs * Tweak card styles Cards can now grow slightly to fill the available space * Rename "Community Links" to "TiddlyWiki on the Web", and excise the items to individual tiddlers * Revert changes to core styles * Introductory text for each welcome tiddler * Colours for welcome tiddlers * Simplify introduction of GettingStarted * Update TiddlyFox information * Move all the card related definitions into their own folder Perhaps preparatory to making them into a plugin, or putting them into the core * Add a hover effect for card icons * Retract changes to GettingStarted and system fonts We'll come back to that * Revert properly
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
modified: 20241001141521924
|
|
tags: TableOfContents
|
|
title: Testimonials and Reviews
|
|
type: text/vnd.tiddlywiki
|
|
icon: $:/core/images/star-filled
|
|
color: #088
|
|
|
|
\parsermode inline
|
|
<div class="tc-cards">
|
|
<$list filter="[tag[Testimonial]]">
|
|
<$macrocall $name="flex-card" class="tc-card-quote" captionField="caption" descriptionField="text"/>
|
|
</$list>
|
|
</div> |