Hi Arc

> I can see how for some people styling TwClassics system could be tricky...
> I've never had any issue with it myself though.

I suppose one reason for that is that I like all text to look a standard
> per element unless I want a small part to be different, and wrapping blocks
> of text in a span class allowed me to do everything I've ever wanted.
>
> The new system is something I'll have to keep in mind though since I do a
> lot of scratch and quick note style typing that requires a lot of proper
> line breaks, I think it'll be best for my sanity and fingers for me to go
> ahead and bow out of the TW5 game for the foreseeable future.
>

That's disappointing, your feedback has been very valuable in the project
so far. Please remember that TW5 is a work in progress, evolving in the
light of the feedback from the early users; things like this are not fixed.
In fact, this is pretty much the first discussion that's taken place about
this aspect.

Right now, TW5 tries to emulate the behaviour of MarkDown with respect to
paragraph handling. We can separate out some underlying options though: the
first is whether to use <p> tags or <br/> tags. That is independent of the
second issue: how to mark up the ends of paragraphs. So we could, for
instance, stick with TW classic's behaviour of treating a single newline as
a paragraph break, and still use <p> tags.

One deeper issue is whether and how far to be influenced by MarkDown. The
motivation for taking it into consideration is its popularly, of course,
but there are other perspectives (eg
http://www.wilfred.me.uk/blog/2012/07/30/why-markdown-is-not-my-favourite-language/
).

Anyhow, I hope TW5 continues to hold your interest,

Best wishes

Jeremy.


>
> On Saturday, May 11, 2013 2:13:05 AM UTC-7, Jeremy Ruston wrote:
>
>> Hi Arc
>>
>> TW classic couldn't generate proper HTML <p> paragraph tags, instead
>> relying on <br>. This highly irregular behaviour made it hard for CSS
>> people to style TiddlyWiki.
>>
>> TW5 does generate proper paragraph tags, by adopting rules similar to
>> MarkDown:
>>
>> * Single newlines are ignored
>> * Double newlines start a new paragraph
>>
>> This is one of the biggest wikitext changes between TW classic and TW5.
>> From an authors point of view, I find it much clearer, as these rules allow
>> me to pepper text with newlines to improve readability. (We do need a way
>> of marking up text - such as poems - that does include literal newlines).
>> Hopefully, with MarkDown being so ubiquitous the new behaviour will be less
>> surprising for new users.
>>
>> Best wishes
>>
>> Jeremy.
>>
>>
>>
>>
>> On Fri, May 10, 2013 at 6:57 PM, Arc Acorn <[email protected]> wrote:
>>
>>> Well playing around in TW5 I noticed that it doesn't seem to create
>>> <br/>'s
>>>
>>> Example:
>>>
>>> Text
>>> Text
>>>
>>> Becomes: <p>Text Text </p>
>>>
>>> Well:
>>>
>>> Text
>>>
>>> Text
>>>
>>> Becomes: <p>Text</p> <p>Text</p>
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "TiddlyWikiDev" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to tiddlywikide...@**googlegroups.com.
>>> To post to this group, send email to [email protected]**.
>>>
>>> Visit this group at 
>>> http://groups.google.com/**group/tiddlywikidev?hl=en<http://groups.google.com/group/tiddlywikidev?hl=en>
>>> .
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:[email protected]
>>
>


-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to