kookma / TW-Commander

A tiddler toolkit for Tiddlywiki 5. Batch operations on bulk of tiddlers. Create, delete, add fields, tags, search and replace and inspect tiddlers.
https://kookma.github.io/TW-Commander/
49 stars 6 forks source link

Bulk tiddlers exported not workes! #20

Open mike2003 opened 3 years ago

mike2003 commented 3 years ago

I select multiple tiddlers to export in the list, but always only get the first tiddler in the file. But the log says that everything is fine. But this is not so!

And "Number of tiddlers selected for export: 4" but only 1.

kookma commented 3 years ago

What format do you use for export? For multiple tiddlers export you cannot use .tid This is actually the same export macro and widget in the TW core!

kookma commented 3 years ago

I recommend to use JSON as export format!

mike2003 commented 3 years ago

thanks for the advice

Marxsal commented 3 years ago

@kookma I think it's the browser itself that will only download one file. If you ever wanted to add the export ability for multiple tids, then one way would be to use the new official zip plugin. All the tiddlers could be packed into a zip file and then that file downloaded. Of course, the user would have to expand the zip file, but zip comes automatically on windows and is available almost everywhere.

kookma commented 3 years ago

Hi Mark, Good suggestion! in Commander I used the same export tools under $:/AdvancedSearch / Filter Search from TW 5.1.21 Now I will update this to 5.2.0 (it seems from 5.1.23 when you export many tiddlers the .tid format is not shown) Also it is good to check if jzip plugin is installed show the zip format!

kookma commented 1 year ago

Added to https://github.com/kookma/TW-Commander/issues/28