saqimtiaz / streams

TiddlyWiki plugin for rapid data entry with a keyboard driven workflow. Divide content into smaller tiddlers as you write.
BSD 3-Clause "New" or "Revised" License
58 stars 6 forks source link

Support for streams in tiddlyclip #27

Closed arunnbabu81 closed 3 years ago

arunnbabu81 commented 3 years ago

https://github.com/buggyj/tiddlyclip-plugin/issues/35

As mentioned in the issue linked above, is it possible to add support for streams in tiddlyclip. Is there anything you can do from your part regarding this. If not, feel free to close this issue.

saqimtiaz commented 3 years ago

I've had a quick look and it seems that the work involved is entirely tiddlyclip specific and not even in normal wiki syntax. As such unfortunately I don't think there is anything I can do to be of assistance.

Adding a node to an existing tiddler involves adding a parent field in the new node pointing to the parent tiddler, and adding the new node to the stream-list field of the parent. You may want to consider running actions in tiddlywiki after clipping to move the tiddler created by tiddlyclip into a Streams structure.

arunnbabu81 commented 3 years ago

Can anything be done using text slicer plug in or the excise text editor toolbar button so that the excised text becomes the child nodes of parent tiddler

arunnbabu81 commented 2 years ago

Refer to this discussion in case anyone is interested