This commit is contained in:
jeremy@jermolene.com 2022-05-25 15:15:17 +01:00
parent cbce4ebb7b
commit 6cc99fcbe3
5 changed files with 38 additions and 0 deletions

View File

@ -1,6 +1,8 @@
title: TiddlyWiki Pre-release title: TiddlyWiki Pre-release
modified: 20150428204930183 modified: 20150428204930183
{{HelloThere||$:/plugins/tiddlywiki/internals/EditTemplate/body/preview/parse-tree}}
This is a pre-release build of TiddlyWiki, [[also available in empty form|https://tiddlywiki.com/prerelease/empty.html]]. It is provided for testing purposes. ''Please don't try to use it for anything important'' -- you should use the latest official release from https://tiddlywiki.com. This is a pre-release build of TiddlyWiki, [[also available in empty form|https://tiddlywiki.com/prerelease/empty.html]]. It is provided for testing purposes. ''Please don't try to use it for anything important'' -- you should use the latest official release from https://tiddlywiki.com.
<$list filter="[tag[ReleaseNotes]!has[released]!sort[created]]"> <$list filter="[tag[ReleaseNotes]!has[released]!sort[created]]">

View File

@ -0,0 +1,28 @@
title: UnwantedParagraphs
description: Unwanted paragraph elements when using slot/fill
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\whitespace trim
\procedure hello
\whitespace trim
<div class="frame">
<$slot $name="greeting"/>
</div>
\end
<div class="tc-outer">
<$transclude $variable="hello" mode="inline">
<$fill $name="greeting">
<h1>A heading</h1>
<p>A paragraph</p>
</$fill>
</$transclude>
</div>
+
title: ExpectedResult
<p><div class="tc-outer"><div class="frame"><h1>A heading</h1><p>A paragraph</p></div></div></p>

View File

@ -5,6 +5,10 @@ tags: TableOfContents
title: HelloThere title: HelloThere
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
<div a="foo" b={{foo}} c=<<bar x:"one" y:"two" z>>>
This
</div>
''Have you ever had the feeling that your head is not quite big enough to hold everything you need to remember?'' ''Have you ever had the feeling that your head is not quite big enough to hold everything you need to remember?''
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. 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.

View File

@ -0,0 +1,2 @@
title: $:/state/editpreviewtype
text: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/parse-tree

View File

@ -0,0 +1,2 @@
title: $:/state/showeditpreview
text: yes