1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-13 00:06:04 +00:00

Merge branch 'tiddlywiki-com'

This commit is contained in:
Jeremy Ruston
2025-06-17 14:29:28 +01:00
3 changed files with 33 additions and 2 deletions

View File

@@ -6,7 +6,27 @@ tags: Welcome
title: HelloThere
type: text/vnd.tiddlywiki
!!.tc-hero-heading ''Welcome to TiddlyWiki, a unique [[non-linear|Philosophy of Tiddlers]] notebook for [[capturing|Creating and editing tiddlers]], [[organising|Structuring TiddlyWiki]] and [[sharing|Sharing your tiddlers with others]] complex information''
<h2
style="
background: red;
padding: 0.5em;
color: white;
font-weight: bold;
text-align: center;
border-radius: 0.5em;
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
background-image: linear-gradient(90deg, rgb(34, 132, 224), rgb(95, 174, 248), rgb(34, 132, 224));
">
Make Something of Your Notes
</h2>
<h2
class="tc-hero-heading"
style="
text-align: center;
">
Welcome to TiddlyWiki, a unique [[non-linear|Philosophy of Tiddlers]] notebook for [[capturing|Creating and editing tiddlers]], [[organising|Structuring TiddlyWiki]] and [[sharing|Sharing your tiddlers with others]] complex information
</h2>
Use it to keep your [[to-do list|TaskManagementExample]], to plan an [[essay or novel|"TiddlyWiki for Scholars" by Alberto Molina]], or to organise your wedding. Record every thought that crosses your brain, or build a flexible and responsive website.

View File

@@ -55,6 +55,15 @@ The following example will view the core version of the tiddler [[$:/DefaultTidd
'>>
To transclude a subtiddler with codeblock visual style, wrap it with pre, and set the mode and format attributes:
<<wikitext-example-without-html '
<pre>
<$view tiddler="$:/core" subtiddler="$:/core/ui/ControlPanel/ViewTemplateTags" mode=block format=text/>
</pre>
'>>
! Examples
Given this [[Saturday]] example tiddler:

View File

@@ -616,4 +616,6 @@ Galen Huntington, @galenhuntington, 2025/01/19
Matthew Salmon, @matthewsalmon, 2025/04/24
@jbaldus, 2025/05/28
@jbaldus, 2025/05/28
Wu Peiyuan, @s793016, 2025/06/10