1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-03 01:10:45 +00:00
TiddlyWiki5/languages/zh-Hant/Help/import.tid
Bram Chen 9ca9c188c9 Update chinese help texts (#2945)
* update help texts of load command
* add help texts for new import command
2017-07-20 16:39:07 +01:00

25 lines
698 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title: $:/language/Help/import
description: 從檔案導入條目
從 2.x.x TiddlyWiki 檔案 (`.html`)、`.tiddler`、`.tid`、`.json` 或其他檔案導入條目。必須明確指定解串器,而不像 load 命令,從檔案的副檔名推斷解串器。
```
--import <filepath> <deserializer> [<title>] [<encoding>]
```
核心的解串器包括:
* application/javascript
* application/json
* application/x-tiddler
* application/x-tiddler-html-div
* application/x-tiddlers
* text/html
* text/plain
導入的條目名稱,預設為檔名。
編碼預設為 "utf8",但用於導入二進位檔案可以是 "base64"。
請注意TiddlyWiki 不會導入舊版本的已載入插件。