> 1. another outline fomat for # refelcting scientific outlines:

The default bullet/number format for multi-level ordered lists ("OL")
is defined by the TWCore in the [[StyleSheetLayout]] shadow tiddler:

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

You can override these defaults by adding the following to the
[[StyleSheet]] tiddler (which is applied *after* the TWCore
StyleSheetLayout)

ol {list-style-type:decimal;}
ol ol {list-style-type:decimal;}
ol ol ol {list-style-type:decimal;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

(i.e., use "decimal" style for all bullet levels)

> a cross reference looks like (Franck 2007: 45)
>
> if we have a tiddler called "Franck 2007" it would be nice if "Franck
> 2007: 45" would link to an internal chapter named "45" inside of this
> tiddler.
> perhaps to have an sign like "§45" or just simply the "!45" we already
> have but have it direct accessible through  "Franck 2007: 45"

What you are thinking of is called a tiddler "section".  If the
tiddler named "Franck 2007" contains a heading with text "45" (e.g, "!
45"), then you can include that section into another tiddler by using:
   <<tiddler [[Franck 2007##45]]>>
(i.e., [[TiddlerName##sectionname]])

Note that, while the TWCore supports references to sections within
*some* macros, it is not universal for all uses of tiddler references
within macro parameters.  Also, the TWCore doesn't natively support
*links* to specific sections (the TWCore treats the section name as if
it was part of the tiddler title).

Fortunately, I've written a plugin that extends the core handling for
sections to permit direct linking to sections as well as other
enhanced section-related handling:
   http://www.TiddlyTools.com/#SectionLinksPlugin

Once installed, you can then write:
   [[TiddlerName##sectionname]]
to embed a link to that section within other tiddler content.  When
the link is clicked, the referenced tiddler is opened (if not already
open), and then the display is automatically scrolled so that the
desired section within that tiddler is visible (normally, it scrolls
to the *top* of the tiddler).


enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to