probably that's a silly question to ask, but I'm a totally newbie.
I found out on tiddlywikitips about the tag listing with listtags. Now
I want to have a list of all the tiddlers with certain tags on the
left side of a say for example my main menu tiddler. But I want to
write comments into that tiddler as well. (I want the tag list as sort
of a "embedded list")
Anyone an idea how I could do that?
Though I not so clear what you mean with 'write comments into that
tiddler as well' - since that is anyway possible - maybe
TagsTreePlugin of Pascal would do what you want:
http://visualtw.ouvaton.org/VisualTW.html
Regards,
W.
On 24 Jan., 16:40, Reineke <the_legendary_reineke_Fu...@web.de> wrote:
> probably that's a silly question to ask, but I'm a totally newbie.
> I found out on tiddlywikitips about the tag listing with listtags. Now
> I want to have a list of all the tiddlers with certain tags on the
> left side of a say for example my main menu tiddler. But I want to
> write comments into that tiddler as well. (I want the tag list as sort
> of a "embedded list")
> Anyone an idea how I could do that?
I interpret Matthias's question this way - probably because I was
thinking of something like this myself :-)
(Matthias - correct if I completely misread you!)
what is easily possible in the viewTemplate, or editTemple, is to
vertically slice the real estate of a tiddler -
title, then body, then tags, etc.
how can this 'slicing' be done horizontally, to have one tiddler look
like this:
------------------------------------------------------
title section
------------------------------------------------------
tag | body section
section |
|
-------------------------------------------------------
tag section
-------------------------------------------------------
??
-Juergen
On Jan 26, 7:21 am, wolfgang <wolfgangl...@gmail.com> wrote:
> Though I not so clear what you mean with 'write comments into that
> tiddler as well' - since that is anyway possible - maybe
> TagsTreePlugin of Pascal would do what you want:http://visualtw.ouvaton.org/VisualTW.html
> Regards,
> W.
> On 24 Jan., 16:40, Reineke <the_legendary_reineke_Fu...@web.de> wrote:
> > Hi,
> > probably that's a silly question to ask, but I'm a totally newbie.
> > I found out on tiddlywikitips about the tag listing with listtags. Now
> > I want to have a list of all the tiddlers with certain tags on the
> > left side of a say for example my main menu tiddler. But I want to
> > write comments into that tiddler as well. (I want the tag list as sort
> > of a "embedded list")
> > Anyone an idea how I could do that?
don't know if this would help - but if you would use the tagging
macro, ie. <<tagging anytag>> - that would automatically display a
vertical list of the tiddlers with the implied tag to left side of
that tiddler - and any comment to its right.
W.
On 26 Jan., 17:55, "spacevult...@gmail.com" <spacevult...@gmail.com>
wrote:
> I interpret Matthias's question this way - probably because I was
> thinking of something like this myself :-)
> (Matthias - correct if I completely misread you!)
> what is easily possible in the viewTemplate, or editTemple, is to
> vertically slice the real estate of a tiddler -
> title, then body, then tags, etc.
> how can this 'slicing' be done horizontally, to have one tiddler look
> like this:
> ------------------------------------------------------
> title section
> ------------------------------------------------------
> tag | body section
> section |
> |
> -------------------------------------------------------
> tag section
> -------------------------------------------------------
> ??
> -Juergen
> On Jan 26, 7:21 am, wolfgang <wolfgangl...@gmail.com> wrote:
> > Welcome Matthias,
> > Though I not so clear what you mean with 'write comments into that
> > tiddler as well' - since that is anyway possible - maybe
> > TagsTreePlugin of Pascal would do what you want:http://visualtw.ouvaton.org/VisualTW.html
> > Regards,
> > W.
> > On 24 Jan., 16:40, Reineke <the_legendary_reineke_Fu...@web.de> wrote:
> > > Hi,
> > > probably that's a silly question to ask, but I'm a totally newbie.
> > > I found out on tiddlywikitips about the tag listing with listtags. Now
> > > I want to have a list of all the tiddlers with certain tags on the
> > > left side of a say for example my main menu tiddler. But I want to
> > > write comments into that tiddler as well. (I want the tag list as sort
> > > of a "embedded list")
> > > Anyone an idea how I could do that?
> don't know if this would help - but if you would use the tagging
> macro, ie. <<tagging anytag>> - that would automatically display a
> vertical list of the tiddlers with the implied tag to left side of
> that tiddler - and any comment to its right.
> W.
> On 26 Jan., 17:55, "spacevult...@gmail.com" <spacevult...@gmail.com>
> wrote:
> > I interpret Matthias's question this way - probably because I was
> > thinking of something like this myself :-)
> > (Matthias - correct if I completely misread you!)
> > what is easily possible in the viewTemplate, or editTemple, is to
> > vertically slice the real estate of a tiddler -
> > title, then body, then tags, etc.
> > how can this 'slicing' be done horizontally, to have one tiddler look
> > like this:
> > ------------------------------------------------------
> > title section
> > ------------------------------------------------------
> > tag | body section
> > section |
> > |
> > -------------------------------------------------------
> > tag section
> > -------------------------------------------------------
> > ??
> > -Juergen
> > On Jan 26, 7:21 am, wolfgang <wolfgangl...@gmail.com> wrote:
> > > Welcome Matthias,
> > > Though I not so clear what you mean with 'write comments into that
> > > tiddler as well' - since that is anyway possible - maybe
> > > TagsTreePlugin of Pascal would do what you want:http://visualtw.ouvaton.org/VisualTW.html
> > > Regards,
> > > W.
> > > On 24 Jan., 16:40, Reineke <the_legendary_reineke_Fu...@web.de> wrote:
> > > > Hi,
> > > > probably that's a silly question to ask, but I'm a totally newbie.
> > > > I found out on tiddlywikitips about the tag listing with listtags. Now
> > > > I want to have a list of all the tiddlers with certain tags on the
> > > > left side of a say for example my main menu tiddler. But I want to
> > > > write comments into that tiddler as well. (I want the tag list as sort
> > > > of a "embedded list")
> > > > Anyone an idea how I could do that?