mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
19 lines
353 B
Plaintext
19 lines
353 B
Plaintext
|
created: 20190201212238781
|
||
|
modified: 20190201213112748
|
||
|
tags:
|
||
|
title: Undefined widget demo
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
<$innerwiki width="600" height="400" style="width:100%;">
|
||
|
<$data title="$:/DefaultTiddlers" text="[[Undefined widget]]"/>
|
||
|
<$data title="Undefined widget" text="""
|
||
|
```
|
||
|
<$donothing/>
|
||
|
```
|
||
|
|
||
|
Renders as:
|
||
|
|
||
|
<$donothing/>
|
||
|
"""/>
|
||
|
</$innerwiki>
|