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

Documentation Macros

2024년 2월 24일 오후 5:06

The following macros are used throughout TiddlyWiki's documentation. Their names start with a dot to keep them out of the way of names that a user might try experimenting with.

General

MacroUsed forExampleRendered
.defthe defining instance of a term<<.def widget>>widget
.emminor emphasis within a sentence<<.em not>>not
.placea placeholder for the user to fill in<<.place tagname>>tagname
.strongmajor emphasis within a tiddler<<.strong Important!>>Important!
.worda mention of an ordinary word or phrase<<.word "hello world">>"hello world"
.iconan icon, sized to match the surrounding text<<.icon "$:/core/images/globe">>

Textboxes

Textbox Parameters

text
Text to be shown in the box
title
A title shown as an HTML STRONG element
icon
Core icons can be found at Icon Gallery
class
An optional custom class can be added to the text block. It will overwrite the defaults. To keep the defaults, add them to the custom class settings.
.note-macro defaults to doc-note
.tip-macro defaults to doc-tip
.warning-macro defaults to doc-warning

Textbox Examples

MacroUsed forExampleRenderd
.infoBoxText-box with an icon<<.infoBox text:"A generic ...">>
A generic text box, with an optional title and a custom icon
.noteInfos with a title<<.note text:"Some text ...">>
Note
Some text in a box with a title by default
.tiphints and tips<<.tip text:"Eg: Turn ...">>
Tip
Eg: Turn your screen on, otherwise
you won't be able to see much.
.warningwarning advice<<.warning text:"Eg: Make a backup ...">>
Warning
Eg: Make a backup of your file
before you upgrade.

Blocks

MacroExampleUsed for
.preamble<<.preamble "your text comes here">>
an introductory sentence that stands apart from the rest of the tiddler

Tiddlers and Fields

MacroUsed forExampleRendered
.tida tiddler title<<.tid Example>>Example
.taga tag<<.tag Example>>Example
.fielda field name<<.field example>>example
.valuea field value<<.value "example value">>example value
.opa filter operator<<.op backlinks>>backlinks
.vara variable or macro name<<.var currentTiddler>>currentTiddler
.wida widget name<<.wid list>>$list
.attran attribute name<<.attr filter>>filter
.parama macro parameter name<<.param text>>text
.tiddler-fieldsa list of tiddler fields<<.tiddler-fields "Monday">>

Monday

created20150117192113000
modified20211116221111294
tags[[Operator Examples]]
text<<.this-is-operator-example>>
typetext/vnd.tiddlywiki

Links

MacroUsed forExampleRenderd
.linklink containing WikiText<<.link "^^an^^ ~~example~~" Example>>an example
.clinkcode link<<.clink `<$list>` ListWidget>><$list>
.dlinkdefinition link for a instance of a term<<.dlink widget Widgets>>widget
.dlink-exexternal link to a defining instance of a term<<.dlink-ex Example "http://example.com/">>Example
.flinkfield link<<.flink ListField>>list
.mlinkmacro link<<.mlink qualify>>qualify
.mlink2macro link with a specified target<<.mlink2 foo "Examples of Macros">>foo
.olinkoperator link<<.olink prefix>>prefix
.olink2operator link with specified target<<.olink2 foo prefix>>foo
.vlinkvariable link<<.vlink currentTiddler>>currentTiddler
.vlink2variable link with specified target<<.vlink2 foo "Examples of Variables">>foo
.wlinkwidget link<<.wlink ButtonWidget>>$button
.wlink2widget link with specified text<<.wlink2 foo ButtonWidget>>foo

Keyboard Shortcuts

MacroUsed forExampleRendered
.keya key on the keyboard<<.key Escape>>Escape
.keysa key combination<<.keys Ctrl+Enter>>Ctrl+Enter

Doc-Tabs

See: CheckboxWidget

MacroUsed forExample
.doc-tabsshowing a tab set in a documentation tiddler
.doc-tab-linkbutton to activate a tab
.widget-attr-linkbutton with a widget attribute name to activate a tab

Sidebar Tabs

MacroUsed forExampleRendered
.sidebar-tabthe name of a sidebar tab<<.sidebar-tab More>>더 보기
.more-tabthe name of a subtab of the More tab<<.more-tab Shadows>>섀도우
.info-tabthe name of a tiddler info tab<<.info-tab Fields>>필드
.controlpanel-tabthe name of a Control Panel tab<<.controlpanel-tab Settings>>설정
.advancedsearch-tabthe name of an Advanced Search tab<<.advancedsearch-tab Filter>>필터
.toc-tabname of the tw5.com TOC tab<<.toc-tab>>목차
.example-taban example tab name<<.example-tab "Notes">>Notes

Parameters for .sidebar-tab

Open<<.sidebar-tab Open>>열기
Recent<<.sidebar-tab Recent>>최근
Tools<<.sidebar-tab Tools>>도구
More<<.sidebar-tab More>>더 보기

Parameters for .more-tab

All<<.more-tab All>>모두
Recent<<.more-tab Recent>>최근
Tags<<.more-tab Tags>>태그
Missing<<.more-tab Missing>>없음
Drafts<<.more-tab Drafts>>초안
Orphans<<.more-tab Orphans>>외톨이
Types<<.more-tab Types>>형식
System<<.more-tab System>>시스템
Shadows<<.more-tab Shadows>>섀도우

Parameters for .info-tab

Tools<<.info-tab Tools>>도구
References<<.info-tab References>>참조
Tagging<<.info-tab Tagging>>태그함
List<<.info-tab List>>목록
Listed<<.info-tab Listed>>나열됨
Fields<<.info-tab Fields>>필드
Advanced<<.info-tab Advanced>>고급

Parameters for .controlpanel-tab

Info<<.controlpanel-tab Info>>정보
Appearance<<.controlpanel-tab Appearance>>외관
Settings<<.controlpanel-tab Settings>>설정
Saving<<.controlpanel-tab Saving>>저장
Plugins<<.controlpanel-tab Plugins>>플러그인

Parameters for .advancedsearch-tab

Standard<<.advancedsearch-tab Standard>>표준
System<<.advancedsearch-tab System>>시스템
Shadows<<.advancedsearch-tab Shadows>>섀도우
Filter<<.advancedsearch-tab Filter>>필터

Buttons

MacroUsed forExampleRendered
.buttona standard button name and icon<<.button "new-tiddler">> 새 티들러

Parameters for .button

Tiddler toolbar

clone<<.button "clone">> 복제
close<<.button "close">> 닫기
close-others<<.button "close-others">> 다른 티들러 닫기
edit<<.button "edit">> 편집
export-tiddler<<.button "export-tiddler">> 티들러 내보내기
info<<.button "info">> 정보
more-tiddler-actions<<.button "more-tiddler-actions">> 더 보기
new-here<<.button "new-here">> 여기에 새 티들러
new-journal-here<<.button "new-journal-here">>21 여기에 새 일지
permalink<<.button "permalink">> 고유링크

Edit-mode toolbar

cancel<<.button "cancel">> 취소
delete<<.button "delete">> 삭제
save<<.button "save">> 확인

Page toolbar

advanced-search<<.button "advanced-search">> 고급 검색
close-all<<.button "close-all">> 모두 닫기
control-panel<<.button "control-panel">> 제어판
encryption<<.button "encryption">> 암호화
export-page<<.button "export-page">> 모두 내보내기
full-screen<<.button "full-screen">> 전체 화면
home<<.button "home">>
import<<.button "import">> 가져오기
language<<.button "language">> 언어
more-page-actions<<.button "more-page-actions">> 더 보기
new-journal<<.button "new-journal">>21 새 일지
new-tiddler<<.button "new-tiddler">> 새 티들러
permaview<<.button "permaview">> 고유보기
refresh<<.button "refresh">> 새로 고침
save-wiki<<.button "save-wiki">> 바뀜 저장
storyview<<.button "storyview">> 이야기보기
tag-manager<<.button "tag-manager">> 태그 관리자
theme<<.button "theme">> 테마