mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-30 13:52:01 -08:00
Add external image support to tiddlywiki.com
This commit is contained in:
parent
1c484f59bd
commit
d83c26fe3b
1 changed files with 3 additions and 5 deletions
|
|
@ -29,12 +29,10 @@
|
|||
],
|
||||
"build": {
|
||||
"index": [
|
||||
"--savetiddlers","[tag[external-image]]","images",
|
||||
"--setfield","[tag[external-image]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
||||
"--setfield","[tag[external-image]]","text","","text/plain",
|
||||
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
|
||||
"externalimages": [
|
||||
"--savetiddlers","[is[image]] [type[text/html]]","images",
|
||||
"--setfield","[is[image]] [type[text/html]]","_canonical_uri","$:/core/templates/canonical-uri-external-image","text/plain",
|
||||
"--setfield","[is[image]]","text","","text/plain",
|
||||
"--rendertiddler","$:/core/save/all","externalimages.html","text/plain"],
|
||||
"encrypted": [
|
||||
"--password", "password",
|
||||
"--rendertiddler", "$:/core/save/all", "encrypted.html", "text/plain",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue