OK, so I had to change StyleSheet and now it works. So here is the final
transcluded inline links by tag where %0 is the tag passed to the alias. If
anyone comes up with something easier or if there is already a plugin out
there, please let be know. I feel like I am reinventing the wheel. The
reason I created this is because i have included tiddlers which the titles
sometimes change and break all my links so now the tiddler titles can
change all they want and the tag keeps the links working. Id rather it use
something like the created field but I couldn't figure out how to do that.
This also helped me figure out how to transclude css styling which is also
useful to me. Isn't Trasnclusion wonderful.

[[StyleSheet]]
.nobullets * {
display: inline;
}
.nobullets li {
list-style-type: none;
margin-left:-2em;
}

[[MainMenu]]
<<alias a {{"\{\{nobullets\{\<\<list filter [tag[%0]]\>\>\}\}\}"}}>>

[[MyTiddler]]
<<a tag>>

On Sun, Apr 15, 2012 at 9:15 AM, andrew.j.harrison84 <
[email protected]> wrote:

> OK, well I thought I had the answer but it appears as though I jumped the
> gun and no I realize there is an unwanted line break that I am trying to
> get rid of.
>
>
> On Sun, Apr 15, 2012 at 8:57 AM, andrew.j.harrison84 <
> [email protected]> wrote:
>
>> Sorry, missed a detail but I think if you are familiar with AliasPlugin
>> it would have been evident:
>> [[MainMenu]]
>> <<alias a {{"\{\{nobullets\{\<\<list filter [tag[%0]]\>\>\}\}\}"}}>>
>>
>>
>> On Sat, Apr 14, 2012 at 11:50 PM, andrew.j.harrison84 <
>> [email protected]> wrote:
>>
>>> This way I can change the tiddler title all I want and anywhere I had
>>> used the tag transclusion is automatically updated upon refresh. Requires
>>> AliasPlugin. If anyone finds a better way, let me know. I'm using it in
>>> included tiddlers so that if I change the tiddler title, it automatically
>>> is changed in the included tiddlers also. I used 0-9 and a-z and A-Z for
>>> the tags but they can be any tag as long as the tag is used only once in
>>> any of the tiddlers that is included. I would prefer to use something other
>>> than tags like the created field or something more automatic but haven't
>>> figured that one out yet.
>>>
>>> [[[[StyleSheet]]
>>> .nobullets li {
>>> list-style-type: none;
>>> margin-left:-2em;
>>> }
>>>
>>> [[MainMenu]]
>>> <<alias a {{"\{\{nobullets\{\<\<list filter [tag[B]]\>\>\}\}\}"}}>>
>>>
>>> [[MyTiddler]]
>>> <<a B>>
>>>
>>
>>
>

-- 
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