Ok, so I saved and restarted tiddlywiki and this method will work on a new 
sheet but not on the old sheet I was originally working with. It seems it 
has something to do with the brackets I'm using or with forcing a line 
break. Basically, I'm taking notes for computer science. We all have to use 
a certain style with our conditionals and loops. What I'm trying to produce 
is something like this:

if (whatever)
   {
      Do stuff;
   }
   else
      {
         Do other stuff;
      }

To do that I am using <br> to force a line break like so:

if (whatever) <br>
*.x { <br>
and so on...

But something seems to be messing with the indentation using *.x followed 
by a '{' as this just produces the following:

if (whatever)
*.x {

Any ideas?

Thanks again!


On Monday, February 27, 2017 at 11:37:37 AM UTC-6, PMario wrote:
>
> On Monday, February 27, 2017 at 5:42:31 PM UTC+1, philosopherhobbs wrote:
>
> Is the syntax such that I just type *.x before the text I want to indent 
>> once and that should do it?
>>
>
> Right. If you use 
>
> **.x you'll indent to level 2 and so on. 
>
> There's also the reason why I did use x as a class name. It's short and 
> fast to type. you could use i or indent ... indent if you find it easier. 
> eg:
>
> *.indent .. but more to type :)
>
> -m
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6658e681-fd0e-4aac-ae95-b3b9da25f81e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to