TidGi-Desktop/template/wiki/plugins/linonetwo/github-external-image
2020-10-16 23:13:30 +08:00
..
config feat: add github-external-image plugin 2020-10-16 23:13:30 +08:00
canonical-uri-external-image.tid feat: add github-external-image plugin 2020-10-16 23:13:30 +08:00
plugin.info feat: add github-external-image plugin 2020-10-16 23:13:30 +08:00
readme.tid feat: add github-external-image plugin 2020-10-16 23:13:30 +08:00

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"
],
```