[tw] Re: A couple of Newbie Questions

2012-04-16 Thread Måns
Hi Andrew > Isn't Trasnclusion wonderful. > > [[StyleSheet]] > .nobullets * { > display: inline;} > > .nobullets li { > list-style-type: none; > margin-left:-2em; > > } > > [[MainMenu]] > <\>\}\}\}"}}>> > > [[MyTiddler]] > <> Great idea - good example!! Thanks for sharing it here :-) Cheers Måns

Re: [tw] Re: A couple of Newbie Questions

2012-04-15 Thread andrew.j.harrison84
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 reaso

Re: [tw] Re: A couple of Newbie Questions

2012-04-15 Thread andrew.j.harrison84
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 < andrew.j.harriso...@gmail.com> wrote: > Sorry, missed a detail but I think if you a

Re: [tw] Re: A couple of Newbie Questions

2012-04-15 Thread andrew.j.harrison84
Sorry, missed a detail but I think if you are familiar with AliasPlugin it would have been evident: [[MainMenu]] <\>\}\}\}"}}>> On Sat, Apr 14, 2012 at 11:50 PM, andrew.j.harrison84 < andrew.j.harriso...@gmail.com> wrote: > This way I can change the tiddler title all I want and anywhere I had use

Re: [tw] Re: A couple of Newbie Questions

2012-04-14 Thread andrew.j.harrison84
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 change

Re: [tw] Re: A couple of Newbie Questions

2012-04-12 Thread andrew.j.harrison84
ok so the following works but only if you put the tag in the tag field, I still want to create an alias that does the same thing but can't figure out how to apply css styling : [[StyleSheet]] .nobullets li { list-style-type: none; margin-left:-2em; } {{nobullets{<>}}} Where 201203210105 is the t

Re: [tw] Re: A couple of Newbie Questions

2012-04-11 Thread andrew.j.harrison84
I think the intent of this tread was to automatically change all the links in the wiki pointing back to a tiddler when you change the title. I have been using transclusion but to slices in another tiddler. Would it be possible to transclude or create a link to a tiddler using say it's created date

[tw] Re: A couple of Newbie Questions

2012-04-09 Thread Måns
Hi Andrew > It would be nice if we could use a transclusion in the title field unless > it is possible and I jusr don't know how. The view macro [1] *can* wikify macro calls etc: If you change the ViewTemplate from: to: then it will wikify whatever is written in the slice "Slice" in the curre

Re: [tw] Re: A couple of Newbie Questions

2012-04-08 Thread andrew.j.harrison84
I've been using serialized links which is basically putting the link in a slice and then using AliasPlugin and transcluding it everywhere. I still end up having to change it in 2 places. If I figure out how to get a title to show a slice I'll let ya know unless anyone else can help with that. On Ap

Re: [tw] Re: A couple of Newbie Questions

2012-04-08 Thread andrew.j.harrison84
Sorry, texting from my phont. *just On Apr 8, 2012 4:24 PM, "andrew.j.harrison84" wrote: > It would be nice if we could use a transclusion in the title field unless > it is possible and I jusr don't know how. > On Apr 8, 2012 12:35 AM, "HansBKK" wrote: > >> >> On Saturday, April 7, 2012 6:05:44

Re: [tw] Re: A couple of Newbie Questions

2012-04-08 Thread andrew.j.harrison84
It would be nice if we could use a transclusion in the title field unless it is possible and I jusr don't know how. On Apr 8, 2012 12:35 AM, "HansBKK" wrote: > > On Saturday, April 7, 2012 6:05:44 PM UTC+7, Leo Staley wrote: >> >> 1) If I want to change the title of a tiddler, how do I get all t

[tw] Re: A couple of Newbie Questions

2012-04-08 Thread Seba
As mentioned above the best way is to have a proper tagging system. Then you can benefit from that by using [1] ForEachTiddlerPlugin, which offers extensive functionalities for sorting and categorizing of tiddlers. regards, seba [1] http://tiddlywiki.abego-software.de/ On 8 apr., 09:34, Hans

[tw] Re: A couple of Newbie Questions

2012-04-08 Thread HansBKK
On Saturday, April 7, 2012 6:05:44 PM UTC+7, Leo Staley wrote: > > 1) If I want to change the title of a tiddler, how do I get all the links > to that tiddler to change accordingly? (especially so that the reference > thing still works) > 2) I have created several tiddlers, and would like to now

[tw] Re: A couple of Newbie Questions

2012-04-07 Thread Måns
Hi Leo > 1) If I want to change the title of a tiddler, how do I get all the links > to that tiddler to change accordingly? (especially so that the reference > thing still works) RenameTagsPlugin will let you rename tags in all tiddlers tagged with the title of the tiddler you are renaming. http: