First Line Indent

32 views
Skip to first unread message

bfillip

unread,
Jun 21, 2009, 5:18:51 PM6/21/09
to TiddlyWiki
I'm struggling to find a way to indent every first line of every
paragraph of text in every tiddler.

Ideally, it would apply only to tiddlers with a specific tag but I'll
settle for having it work for all tiddlers.

I've put ".viewer {text-indent: 50px;}" in the stylesheet tiddler but
it creates the wanted indent only for the first paragraph of the
tiddlers.

Don Robertson

unread,
Jun 22, 2009, 1:49:24 AM6/22/09
to Tiddl...@googlegroups.com
Hmmm - looks like puts two line breaks instead of paragraphs, so the css doesn't know to indent it.

2009/6/22 bfillip <barbara...@gmail.com>


I'm struggling to find a way to indent every first line of every
paragraph of text in every tiddler.

Ideally, it would apply only to tiddlers with a specific tag but I'll
settle for having it work for all tiddlers.

div.tiddler[tag~=value] .viewer {
              text-indent: 50px;
}
 

FND

unread,
Jun 22, 2009, 2:18:15 AM6/22/09
to Tiddl...@googlegroups.com
> Hmmm - looks like puts two line breaks instead of paragraphs, so the css
> doesn't know to indent it.

That's right; there's an open ticket:
http://trac.tiddlywiki.org/ticket/34
However, fixing this in the TiddlyWiki core would break backwards
compatibility.


-- F.

bfillip

unread,
Jun 22, 2009, 6:57:49 AM6/22/09
to TiddlyWiki
Thanks for the prompt response.
Barbara
Reply all
Reply to author
Forward
0 new messages