mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +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
19 lines
695 B
Plaintext
19 lines
695 B
Plaintext
title: Quick Start
|
|
modified: 20241001141521924
|
|
list: [[Quick Start: Tiddlyhost]] [[Quick Start: Desktop]] [[Quick Start: DIY]] [[Quick Start: Xememex]]
|
|
icon: $:/core/images/tip
|
|
color: #cc9
|
|
|
|
Choose how to get started quickly with ~TiddlyWiki.
|
|
|
|
<div class="tc-cards tc-action-card">
|
|
<$list filter="[tag[Quick Start]]">
|
|
<$macrocall $name="flex-card" bordercolor={{!!color}} textcolor={{!!text-color}} backgroundcolor={{!!background-color}} captionField="caption" descriptionField="text"/>
|
|
</$list>
|
|
</div>
|
|
<div class="tc-cards tc-small">
|
|
<$link to="中文社区 - Chinese Community" class="tc-btn-big-green tc-card" aria-label="Chinese Community">
|
|
中文社区<br/>Chinese Community
|
|
</$link>
|
|
</div>
|