cdaven / tiddlywiki-stuff

My TiddlyWiki macros and plugins.
MIT License
9 stars 2 forks source link

Export multiple tiddlers to multiple Markdown files #4

Open cdaven opened 1 year ago

cdaven commented 1 year ago

And would it be possible to export the filtered entries as a folder with a lot of small mmrmrakdown files instead of a whole extra large file? It would be better to save it that way.

Originally posted by @dongrentianyu in https://github.com/cdaven/tiddlywiki-stuff/issues/3#issuecomment-1496853653

cdaven commented 1 year ago

@dongrentianyu, I extracted this to another issue. They are closely related, but would be implemented in different places.

I'm not sure it's possible to do this, but I can have a look.

Otherwise, I could probably suggest a script to split the Markdown file into multiple files after download.

cdaven commented 1 year ago

You can split the "tiddlers.md" file into multiple tiddler files using this Python script:

https://github.com/cdaven/tiddlywiki-stuff/blob/main/markdown-export/split-tiddlers.py

cdaven commented 1 month ago

The best solution for this would probably be to export a zip file with multiple Markdown files inside. I don't know how hard this would be, and I make no promises about when I can look into it.