On Wednesday, May 28, 2014 4:27:50 PM UTC+2, Danielo Rodríguez wrote: > > Yesterday I checked few TWC and they gave me an idea : what about a > secondary button that displays a different edit mode? Maybe using a > different edit text widget where with a different set of rules.
It's not an editing problem, its a rendering problem. We did a short discussion on the TW hangout [1] yesterday. ... TW allows to use <html> tags included into the wiki text syntax. so something like this <div> ... </div> mustn't be rendered as <div><br> ... </div> So the problem is trickier as it seems ... ------------ On the other hand there is a syntax that keeps linebreaks. """ some multi line content """ The problem here is, that it ignores wiki syntax in the multi line code. ... -mario [1] https://www.youtube.com/watch?feature=player_detailpage&v=e2rDnFUqlWw#t=951 -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

