You could use the <<tiddler>> macro, e.g.,
<<tiddler [[my tiddler with a datalist]]>>
(see below).

However, when I tried this approach awhile ago, I found that it's
usefulness was limited because the transcluded list does not
automatically refresh.  If you are using ToolbarCommands from
tiddlytools.com and have a refresh button on your toolbar, it's still
relatively easy to use the checkboxes and delete button. But I could
never get the up and down arrows to work.

<<tabs projectInfo
   "Tasks" "Project tasks" Projects##Tasks
   "Links" "Project-related links" {{tiddler.title+'##Links'}}
   "Documents" "Important documents" {{tiddler.title + '##Documents'}}
   "Minutes" "Meeting minutes" Projects##Minutes
   "Notes" "Project notes" Projects##Notes

/%
!Tasks
<<tiddler [[my tiddler with a datalist]]>>
!Minutes
<<matchTags *%0 "" {{tiddler.title}} AND meeting>>
!Notes
<<matchTags *%0 "" {{tiddler.title}} AND note>>
!end
%/

cmari

On Apr 9, 4:18 pm, Mike <[email protected]> wrote:
> I think I can get along without tabs, just need to change my workflow
> a little (trying to convert from a more complex taskmanager)
>
> One thing I would really like is to be able to have wiKi or [[wiki]]
> links in my data / tasks that I could follow . . .
> (Maybe a DEV question . . .)
>
> Mike
>
> On Apr 9, 10:43 am, Mike <[email protected]> wrote:
>
> > Also tried w/ InlineTabsPlugin
>
> > <tabs mytabs>
>
> > <tab tab1>
> > <<datalist>>
> > </tab>
>
> > <tab tab2>
> > This is my second tab
> > </tab>
>
> > <tab tab3>
> > This is my third tab
> > with more than one line
> > </tab>
>
> > <tab tab4>
> > </tab>
>
> > </tabs>
> > <data>{"open":["test task","testtask2"],"closed":[],"order":"down"}</
> > data>
>
> > Returns:
> > Error while executing macro <<datalist>>: TypeError: tiddler is null
>
> > Mike
>
> > On Apr 9, 7:42 am, Mike <[email protected]> wrote:
>
> > > I used the last example on the post: (changed !Tasks)
>
> > > <<tabs projectInfo
> > >    "Tasks" "Project tasks" Projects##Tasks
> > >    "Links" "Project-related links" {{tiddler.title+'##Links'}}
> > >    "Documents" "Important documents" {{tiddler.title + '##Documents'}}
> > >    "Minutes" "Meeting minutes" Projects##Minutes
> > >    "Notes" "Project notes" Projects##Notes
>
> > > /%
> > > !Tasks
> > > <<datalist>>
> > > !Minutes
> > > <<matchTags *%0 "" {{tiddler.title}} AND meeting>>
> > > !Notes
> > > <<matchTags *%0 "" {{tiddler.title}} AND note>>
> > > !end
> > > %/
>
> > > Returns:
> > > Error while executing macro <<datalist>>: TypeError: tiddler is null
>
> > > I have not tried the inline tabs yet. . .
>
> > > Mike
>
> > > On Apr 9, 7:07 am, Mike <[email protected]> wrote:
>
> > > > Are you referring to this post?
>
> > > >http://groups.google.com/group/tiddlywiki/browse_thread/thread/b2e94f...
>
> > > > Mike
>
> > > > On Apr 8, 7:34 pm, Anthony Muscio <[email protected]> wrote:
>
> > > > > Perhaps this can be solve by reference to the group post
> > > > > using a macro within the tabs macro
> > > > > as well !
>
> > > > > If you have not found an easy way to do it with TiddlyWiki, you have 
> > > > > missed
> > > > > something.www.tiddlywiki.com
>
> > > > > On Thu, Apr 8, 2010 at 15:20, molicule <[email protected]> wrote:
>
> > > > > > On Apr 7, 12:27 pm, Mike <[email protected]> wrote:
> > > > > > >http://baggr.tiddlyspot.com/
>
> > > > > > > Has anyone tried to use <<datalist>> inside the tabs macro?
> > > > > > > ex.
>
> > > > > > > same results with <<datalist>> and a slider
> > > > > > > ex.
>
> > > > > > > I did not have any luck. . .(No refresh?)
> > > > > > > Works good in a tiddler (most likely the intended use)
>
> > > > > > Yes, you need to place it in a tiddler.
>
> > > > > > > Looks like a great plugin,
>
> > > > > > thanks.
>
> > > > > > S. Sriram
> > > > > >http://www.baggr.com
> > > > > > LocoWiki - uses local storage
> > > > > > BlipWiki - realtime collaborative wiki
>
> > > > > > --
> > > > > > 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]<tiddlywiki%[email protected]>
> > > > > > .
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/tiddlywiki?hl=en.

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