Hi Rich,
 

> My goal is to define some symbol to represent <<indent>> except I am at 
> the beginning of my learning so we will see how that goes.
>

I think it's actually a nice idea to be able to indent text by starting a 
line with a defined number if spaces (that can be specified via some config 
tiddler),
i.e. make a parser rule that turns those into something yielding 
indentation of whatever follows.

When that config is set to -1, indentation is disabled, otherwise, the 
integer represents how many characters are needed to yield one level of 
indentation, i.e.

title: $:/config/text/indentation

2

...and then using 6 blanks when starting a newline yields 3 indents, in 
addition, it may be nice to be able to have that followed by a class, e.g.

      .myClass some content

That way you can easily set checkmarks or something like that.
I'd probably wrap an indent in a html <div> element with a left margin.

Best wishes, Tobias.

-- 
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.

Reply via email to