You want the "tiddlywiki.files" meta-data import method. I just worked this
out for a folder of Csv files like so:
In the wiki's `tiddlers` folder, create a new folder to hold the images
(this separates the batch-loaded files from your `_system` and `wiki`
tiddlers).
In the new folder, create a text file named `tiddlywiki.files` with the
following content, modified to replace ".csv" with your image extensions,
your own prefix, and the right `type` field for the images.
```
{
"directories": [
{
"path": "./",
"filesRegExp": "^.*\\.csv$",
"isTiddlerFile": false,
"fields": {
"title": {"source": "basename-uri-decoded", "prefix":
"Csv/"},
"created": {"source": "created"},
"modified": {"source": "modified"},
"type": "application/csv",
"tags": ""
}
}
]
}
```
Ref:
https://tiddlywiki.com/#TiddlyWikiFolders:TiddlyWikiFolders%20%5B%5Btiddlywiki.files%20Files%5D%5D
Best,
Josh F
On Friday, February 28, 2020 at 2:36:11 PM UTC-8, Bruno Top Tiro Rocha Lima
wrote:
>
> Anyone here know how to import multiple images as external images tiddlers?
> I have an subfolder in my tiddly wiki, but is too laborous import manually
> every single file, once i just wanna they keep external, becouse i need to
> work with too many images.
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/5ff919a6-7314-4db7-8369-2b901e50458e%40googlegroups.com.