이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

JSONTiddlerWidget

2022년 4월 27일 오후 5:11

Introduction

The jsontiddler widget renders the fields of a tiddler to display as a JSON object. The fields of the tiddler can be customised or excluded.

The jsontiddler widget is used in system templates to generate JSON representations of tiddlers for saving. See JSON in TiddlyWiki for an overview.

Content and Attributes

The content of the <$jsontiddler> widget is ignored.

AttributeDescription
tiddlerOptional title of the tiddler from which the fields are to be displayed
excludeOptional space separated list of fields to be excluded
escapeUnsafeScriptCharsIf set to "yes" then the < character will be escaped to the equivalent \u003C encoding
{any attributes starting with $}Each attribute name (without the leading $) specifies a field to be modified with the attribute value providing the value to assign to the field