mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
WIP
This commit is contained in:
parent
cbce4ebb7b
commit
6cc99fcbe3
@ -1,6 +1,8 @@
|
||||
title: TiddlyWiki Pre-release
|
||||
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.
|
||||
|
||||
<$list filter="[tag[ReleaseNotes]!has[released]!sort[created]]">
|
||||
|
28
editions/test/tiddlers/tests/data/transclude/Mario.tid
Normal file
28
editions/test/tiddlers/tests/data/transclude/Mario.tid
Normal 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>
|
@ -5,6 +5,10 @@ tags: TableOfContents
|
||||
title: HelloThere
|
||||
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?''
|
||||
|
||||
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.
|
||||
|
2
plugins/tiddlywiki/internals/state-editpreviewtype.tid
Normal file
2
plugins/tiddlywiki/internals/state-editpreviewtype.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/state/editpreviewtype
|
||||
text: $:/plugins/tiddlywiki/internals/EditTemplate/body/preview/parse-tree
|
2
plugins/tiddlywiki/internals/state-showeditpreview.tid
Normal file
2
plugins/tiddlywiki/internals/state-showeditpreview.tid
Normal file
@ -0,0 +1,2 @@
|
||||
title: $:/state/showeditpreview
|
||||
text: yes
|
Loading…
Reference in New Issue
Block a user