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

ImportCommand

2017년 7월 12일 오후 3:38

Import tiddlers from TiddlyWiki (.html), .tiddler, .tid, .json or other local files. The deserializer must be explicitly specified, unlike the load command which infers the deserializer from the file extension.

--import <filepath> <deserializer> [<title>] [<encoding>]

The deserializers in the core include:

  • application/javascript
  • application/json
  • application/x-tiddler
  • application/x-tiddler-html-div
  • application/x-tiddlers
  • text/html
  • text/plain

The title of the imported tiddler defaults to the filename.

The encoding defaults to "utf8", but can be "base64" for importing binary files.

Note that TiddlyWiki will not import an older version of an already loaded plugin.