TidGi-Desktop/template/wiki/plugins/linonetwo/github-external-image/readme.tid
2020-10-16 23:13:30 +08:00

30 lines
752 B
Text
Executable file

title: $:/plugins/linonetwo/github-external-image/canonical-uri-external-image
creator: LinOnetwo
type: text/vnd.tiddlywiki
!! Usage
Please fill in [[$:/GitHub/Repo]] and [[$:/config/linonetwo/github-external-image/tiddler-folder-name]] to get started.
Then, on build, all images will be replaced by place holders.
Please use following build target:
```json
"externalimages": [
"--setfield",
"[is[binary]] [type[application/msword]]",
"_canonical_uri",
"$:/core/templates/canonical-uri-external-image",
"text/plain",
"--setfield",
"[is[binary]] [type[application/msword]]",
"text",
"$:/core/templates/canonical-uri-external-image",
"text/plain",
"--rendertiddler",
"$:/core/save/all",
"index.html",
"text/plain"
],
```