> http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#Transclusio...
I had reviewed that tiddler before. Thank you.
Yes, Eric's explanation consolidated several assumptions into facts
quite nicely. Our community is richly blessed by his participation.
I will reconcile myself to accept those markup elements that must be
the first character(s) of a line. But I'm still hoping to find/create
a shorthand for implementing those same markup elements within a table
cell. Here's what I have deduced thus far:
*Table markup doesn't like CRLFs that are not at the end of a row.
*Table cells can digest <html>...</html> such as <ul> and <ol> as long
as there aren't any CRLFs in the code (making the content difficult to
read while editing).
*Table cells can digest fET which can include !, *, #, etc. The trick
is that the content must be fET-able.
*Table cells can digest transclusions. Therefore slicing within a
tiddler or from other tiddlers can be done.
Simple use case: I want bullet points in a cell. What I envision is a
transclusion, e.g. <<tiddler bullet with: ...Content...>>, or an
alias, e.g. <<bullet ...Content...>>, or even a CSS class
({{bullet{...Content...}}} that I can reuse throughout my TW. But
because an <li>...</li> needs a <ul>...</ul> or a <ol>...</ol> I
haven't figured out how to accomplish my bullet with pure CSS. I have
modified version of AliasPlugin with definitions like {{{<<alias
green_bar {{"\<\<gradient vert #ffffff #ddffdd #88ff88\>\>\n"}}>>}}},
{{{<<alias tbrief {{"[[%0]] \<\<tag %0 \u25BC\>\>"}}>>}}}, and
{{{<<alias preview2 {{"[[%1|%0]]+++^*@\<\<tiddler [[%0]]\>\>==="}}
>>}}} but no luck with bullet list items. I'm just saying.
--
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.