Anne-Laure

In TiddlyWiki there has been a tendency to write paragraphs as short 
tiddlers and transclude them into longer 'article' tiddlers. That is not 
really my thing, and I share your frustration. I prefer to write in 
Dynalist, and use TiddlyWiki for publishing or for playing with data to 
build mini databases such as this unfinished project of mine: 
https://giffmex.org/gospels.bubbles.html#Gospels%20Bubbles

On Saturday, May 9, 2020 at 8:54:05 PM UTC-5, Anne-Laure Le Cunff wrote:
>
> Thank you, Mark!
>
> I'm curious - do people actually write straight into TW for long texts? 
> How come this hasn't been much of an issue for everyone else? Or is it just 
> that most people take quick notes / bullet points and never feel the need 
> to write or paste very long articles?
>
> On Sunday, May 10, 2020 at 2:42:25 AM UTC+1, Mark S. wrote:
>>
>>
>> I'm sure someone will come along with a better solution. This will 
>> replace single line feeds with <p/> paragraph breaks. Unfortunately, this 
>> means your original text will actually be physically more mangled than it 
>> started -- I have no way to generate a literal carriage return. Be sure to 
>> make backups if you try this.
>>
>> Name of tiddler: <$edit-text tiddler="$:/temp/convertme" size="20" tag=
>> "input" placeholder="Tiddler to convert" default="Sample"/>
>>
>> <$vars br="<br/>" par="<p/>" title={{$:/temp/convertme}} >
>> <$button>Add line feeds
>> <$list filter="[<title>get[text]splitregexp[\n]join<par>]">
>> <$action-setfield $tiddler=<<title>> $field="text" $value=<<
>> currentTiddler>>/>
>> </$list>
>> </$button>
>>
>> </$vars>
>>
>>
>>
>>
>> On Saturday, May 9, 2020 at 5:26:44 PM UTC-7, Anne-Laure Le Cunff wrote:
>>>
>>> Hey everyone!
>>>
>>> I often have to paste long content from other sources (Google Doc, Roam, 
>>> email) into TW and it just lumps everything together. No more paragraphs, 
>>> formatting or anything, just a massive blob of text.
>>>
>>> Is there a way to fix this?
>>>
>>> Thank you!
>>> Anne-Laure.
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f8c0c04f-7c26-49dc-90a2-9e41235f8714%40googlegroups.com.

Reply via email to