2024년 5월 20일 오후 4:29
TiddlerFields are name:value pairs that make up a tiddler. Field names may contain any combination of characters (prior to v5.2.0, fields were constrained to be lowercase letters, digits or the characters -
(dash), _
(underscore) and .
(period)).
The standard fields are:
Field Name | Description |
---|---|
title | 티들러의 고유 이름 |
text | 티들러의 본문 |
modified | 티들러가 마지막으로 수정된 날짜 및 시간 |
modifier | 티들러를 마지막으로 수정한 사람과 관련된 티들러 제목 |
created | 티들러가 만들어진 날짜 |
creator | 티들러를 만든 사람의 이름 |
tags | 티들러와 연관된 태그의 목록 |
type | 티들러의 내용 형식 |
list | 티들러와 연관된 티들러 제목의 정렬된 목록 – see ListField |
caption | 탭이나 버튼에 표시할 텍스트 |
Other fields used by the core are:
Field Name | Description |
---|---|
class | Introduced in v5.1.16 The CSS class applied to a tiddler when rendering it - see Custom styles by user-class. Also used for Modals |
code-body | Introduced in v5.2.1 The view template will display the tiddler as code if set to yes |
color | 티들러와 연관된 CSS 색 값 |
description | 플러그인에 대한 설명문, 또는 모달 대화 상자 |
draft.of | 초안 티들러에 대해, 초안인 티들러의 제목을 포함 |
draft.title | 초안 티들러에 대해, 티들러의 제안된 새 제목을 포함 |
footer | 마법사를 위한 바닥글 텍스트 |
hide-body | The view template will hide bodies of tiddlers if set to yes |
icon | 티들러와 연관된 아이콘을 포함하는 티들러의 제목 |
library | "yes"로 설정하면 티들러가 자바스크립트 라이브러리로 저장해야하는지 나타냄 |
list-after | 설정하면, 티들러가 정렬된 목록 뒤에 추가해야 하는 티들러 제목 |
list-before | 설정하면, 티들러의 정렬된 목록 앞에, 또는 이 필드에 빈 문자열이 들어 있지 않으면 목록의 시작에서 추가해야 하는 티들러 제목 |
name | 플러그인 티들러와 연관된 사람이 읽을 수 있는 이름 |
plugin-priority | 플러그인 티들러의 우선 순위를 나타내는 숫자 값 |
plugin-type | 플러그인 티들러에서 플러그인의 형식 |
stability | The development status of a plugin: deprecated, experimental, stable, or legacy |
source | 티들러와 연관된 원본 URL |
subtitle | 마법사를 위한 부제목 텍스트 |
throttle.refresh | If present, throttles refreshes of this tiddler |
toc-link | Suppresses the tiddler's link in a Table of Contents tree if set to no |
_canonical_uri | The full URI of an external image, audio, or html file |
The TiddlyWebAdaptor uses a few more fields:
Field Name | Description |
---|---|
bag | 티들러의 유래가 된 가방 이름 |
revision | 서버에 열린 티들러의 판 |
_is_skinny | If present, indicates that the tiddler text field must be loaded from the server |
Details of the fields used in this TiddlyWiki are shown in the control panel under the 정보 tab >> 고급 sub-tab >> Tiddler Fields