Did some more experiments and found out, the "dot" as an indicator is 
problematic. 

eg: I want to be able to create indented paragraphs, which is only possible 
at the moment with lists and special CSS

So, I used the tick ´ as an indicator:

´.test some text ... will create 

<p class="test tc-p1">some text<p>

´´ some more text ... till create

<p class="tc-p2">some more text<p>

Which should allow us to create text like this: 

some text

some more text

The line spacing can be done with CSS using .tc-p1, .tc-p2 or tc-p3 ... 
Maximal 3 levels should be possible. 

If we use a dot, we loose the "user defined class" see ´.test at the very 
first example.

I'm not so happy with the ´ tick or the dot. ... What if we could use tabs 
for indentation?

What do you think?

-mario

-- 
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/3677b48f-f596-4eb6-86e7-1c15ce9f47cd%40googlegroups.com.

Reply via email to