Hi Valikhanov
Picking up a couple of points...
> (1) Unlike in Classic, TW5 requires a line break before bullet points. E.g.
> Is there a way to change this? I am used to the old system, and always forget
> to add the extra line break, which is annoying.
The change is that in TW5 a double linebreak is needed to terminate a
paragraph; single linebreaks within paragraphs are treated as a space. Changing
it would require rewriting the parser.
> (3) Is there any command I can put in to give me a straight line across the
> entire tiddly (e.g. in Classic, !!! would do this; now !!! just makes the
> font size bigger).
As Birthe points out, you can insert a horizontal rule with three or four
dashes on a line by themselves:
----
Alternatively, to make all headings have a horizontal line above them, as with
TWC, create a tiddler tagged $:/tags/Stylesheet and the following content:
h1 {
border-bottom: 2px solid #ccc;
}
h2, h3 {
border-bottom: 1px solid #ccc;
}
Best wishes
Jeremy
>
>
> Many thanks in advance!
>
>
>
>
>
>
>
>
>
> --
> 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]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/tiddlywiki
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/a2939b4e-e7a5-481f-91fc-601fbf79205d%40googlegroups.com
>
> <https://groups.google.com/d/msgid/tiddlywiki/a2939b4e-e7a5-481f-91fc-601fbf79205d%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
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/711955E5-F191-4EEB-9664-EF0AFA00D6B6%40gmail.com.
For more options, visit https://groups.google.com/d/optout.