Hi LG > I took the sample text I posted previously and used Sublime to add break tags > between each paragraph. When outputted in slicer, I got:
<br> tags are not recognised as paragraph markers; it’s intentional because the role of <br> in HTML is essentially to permit one to type a linebreak within a paragraph. You’ll need to wrap the paragraphs in <p> tags. Best wishes Jeremy. > > All the text which is not a header in one chunk > Heading 1 > Heading 2 > So on... > Best, > > LG > > On Tuesday, May 10, 2016 at 2:32:24 PM UTC-4, Jeremy Ruston wrote: > Hi Amanda > >> Here's a completely random bit of text I just generated > > Terrific random text if I may say so. > >> which matches the format of my real document. It has the headers + plain >> paragraphs with line breaks in-between. This was created in Sublime text >> editor. I then pasted it and split it. As expected, each paragraph was its >> own tiddler. > > The sample lacks <p> tags around the paragraphs. I tried pasting the text as > it is into both a text/html tiddler and an ordinary wikitext tiddler. In both > cases, the broken markup prevents things from working properly. > > I added <p> tags around the paragraphs (attached). Processing the result as > text/html does have the expected output of a separate tiddler for each > heading and for paragraph. > > If that’s looking like it’s going to generate too many tiddlers for your > texts, then the best approach may be to extend the text-slicer plugin with > more options, so that we could have a tiddler for each heading plus it’s > immediate text. > > I won’t have time to explore that for a while. The other option would be to > preprocess your texts to merge contiguous paragraphs, putting a couple of > <br>s in between. > >> Btw, I must say I'm overwhelmed and impressed by the community. I posted >> some questions in a few places online regarding other plugins. Everyone >> answered within 24 hours. It just blew me away. I'm used to the less >> friendly communities of major CMS software apps… > > Thank you — from my perspective the community is also what makes doing this > such fun. > > Best wishes > > Jeremy > >> >> Best, >> > > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/f15f7b8f-08e8-41a6-a17c-a2098d1b6940%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/f15f7b8f-08e8-41a6-a17c-a2098d1b6940%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/D86BB270-1777-4A37-B221-08F1B0773B22%40gmail.com. For more options, visit https://groups.google.com/d/optout.

