> Basically I want to document a directory structure in TiddlyWiki and
> was hoping for some formatting shortcuts that might do that for me
> however I couldn't see anything that would be suitable.
>
> For example I've used the {{{ }}} to display the ---\ characters in
> front of a directory/file name. Like this:
>
> {{{C:\}}}Program Files
> {{{---\}}}My Programme
> {{{------\}}}bin
> {{{------\}}}[[src]]
>
> OK, this is for a windows structure, but unix would be similar.

You can create an indented 'tree' view using custom-styled
blockquotes, like this:

{{dirlist{
>C:\Program Files
>>My Programme
>>>bin
>>>[[src]]
>>Other Programme
>>>bin
>>>[[src]]
}}}

Where 'dirlist' is a CSS class wrapper, defined in [[StyleSheet]],
like this:
   .dirlist blockquote { margin-top:0; margin-bottom:0; }

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to