Streams Plugin: Serialize Plaintext outline into "node" tiddlers?

Say I have a plaintext document with indented bulleted list, I can obviously import this as a text tiddler but is there a way I can then break it up and convert it into the “streams” format of one tiddler per bullet? Didn’t know if there was a existing solution to this, thanks.

-Xyvir

if it helps in your research have a look at the fusion plugin for streams which goes the other way, streams to bullets. if it does not let you go the other way and you can’t find another solution it can be built.

This might get your part of the way there, but will need further work for lists than have more than a single level.

In the Streams settings, change “Regular expression used to split text” to correctly split the text according to your formatting, the default splits on double consecutive line breaks.

Paste the text into a single Streams node and use the keyboard shortcut alt+Enter.