It is important for me to have the numbering continue after the list
continue text.
Thanks for you help
You can use the {{CSSclassname{...}}} syntax to create a "wrapper"
element around the paragraph of content. If the wrapper *starts* on
the same line as the bullet item, then the paragraph will be properly
indented and the item numbering will be continued following the close
of the wrapper, as desired.
Like this:
#Some text
#Some text{{foobar{
List continue text
may be several lines long with
formatting and other wiki syntax
}}}
#Some text
#etc.
Note that the actual classname used to define the wrapper isn't really
important: it doesn't even have to exist in your StyleSheet
definitions. In fact, if you make sure that the classname you use is
*not* defined, then it will ensure that that the wrapper does not add
any extra, unintended styles to the paragraph it contains.
Also note: there are a whole bunch of convenient 'formatting shortcut'
CSS classes pre-defined here:
http://www.TiddlyTools.com/#StyleSheetShortcuts
Import this tiddler into your document, and then add:
[[StyleSheetShortcuts]]
to the end of your StyleSheet tiddler. This will incorporate the
'shortcut' classes into your styles, so that you can then use them
with the {{classname{...}}} syntax to easily apply common styles to
your content.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
According to your use of linebreaks, it may effect also some text in
the sidebars.
At the moment I don't know an other way.
regards mario
-e
Cheers
> > Thanks for you help- Hide quoted text -
>
> - Show quoted text -
For Example:
#Some text
#Some text
::List continue text
#Some text
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/2fb3dc09-ee31-480b-af9f-13b4b6f53251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ts old, but I didn't want to open a new topic to just to discuss something that was already raised.
# foo
# bar <div>
baz
```
mumble frotz <gronk>
```
</div>
# ok!
As I'm recommending Tiddlywiki for people that are not familiar with any coding, I was hoping to use only wikitext notation,however using html, obviously, won't be a problem.
#This is list item 1.
#"""This is list item 2.
It goes on a ways.
As you can see.
On multiple lines, even."""
#And this is list item 3.