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

Plugins

2022년 6월 17일 오후 1:38

Introduction

Plugins in TiddlyWiki5 can be used to distribute optional components that customise and extend wiki. You can install them from the official plugin library or from community sites.

Internally, plugins are a bundle of tiddlers packaged together as a single tiddler that can be installed, copied, disabled or deleted as a unit. The individual tiddlers within a plugin appear as shadow tiddlers.

Plugins can contain JavaScript modules, style sheets, and templates. Plugins can also be used to distribute ordinary text, images or any other content.

Handling Plugins with a Single File Wiki

Handling Plugins with a Client - Server Configuration (Node.js)

Plugin Mechanism

The PluginMechanism tiddler contains more details about how plugins are implemented internally.

You can open the plugin details in the on the 플러그인 sub-tab.

There is a plugin called $:/core that contains the main core code of TiddlyWiki. It is always present, and it is the source of default ShadowTiddlers.