All,
Thank you for your posts! They are very helpful. I'm trying to render
links to Tiddlers from Tiddler name references stored within a table. I
modified your example to store an extra field for an appointment date.
<table>
<$list filter="[tag[future-plan]]">
<tr><td><span class="counter"/></td><td><$view field="title"/></td><td><$view
field="follow-up-date"/></td></tr>
</$list>
</table>
The above works great, but no hyperlink to the corresponding tiddler. So I
tried the modification below.
<table>
<$list filter="[tag[future-plan]]">
<tr><td><span class="counter"/></td><td><$link to={{!!title}}><$view
field="title"/></link></td><td><$view field="follow-up-date"/></td></tr>
</$list>
</table>
While it is hyperlinked, this code produces tag artifacts in the rendered
view. Any ideas on how to clean this up?
TJ
On Wednesday, October 1, 2014 at 8:30:50 AM UTC-7, Julio Peña wrote:
>
> Hello aamaadmi,
>
> Oh dear lord, many thanks for catching that!
>
>
> Best regards,
>
> Julio
>
> On Wednesday, October 1, 2014 2:46:14 AM UTC-4, aamaadmi wrote:
>>
>> little correction on your site
>>
>> ```
>> <table>
>> <$list filter="[tag[change]]">
>> <tr><th><span class="counter"/></th><td><$link to={{!!title}}><$view
>> field="title"/></*%*link></td></tr>
>> </$list>
>> </table>
>> ```
>>
>> % ---> $
>>
>> On Wednesday, October 1, 2014 2:09:48 AM UTC+5:30, Julio Peña wrote:
>>>
>>> Hello Danielo and all,
>>>
>>> And if you want the numbering to appear as headings on the table do this:
>>>
>>> <table>
>>> <$list filter="[tag[change]]">
>>> <tr><th><span class="counter"/></th><td><$view field="title"/></td></tr>
>>> </$list>
>>> </table>
>>>
>>>
>>> It gives it a nice effect.
>>> You can see my testing here: http://jpentw5.tiddlyspot.com/
>>>
>>>
>>> Best regards,
>>>
>>> Julio
>>>
>>> On Tuesday, September 30, 2014 6:48:54 AM UTC-4, Danielo Rodríguez wrote:
>>>>
>>>> An example tiddler using this would be:
>>>>
>>>> <table>
>>>> <$list filter="[tag[TableOfContents]]">
>>>> <tr><td><span class="counter"/></td><td><$view field="title"/></td></tr>
>>>> </$list>
>>>> </table>
>>>>
>>>> Stephan, this is awesome. Your knowledge of web technologies amazes me
>>>> on each iteration.
>>>>
>>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/5b27cdab-22fe-40c1-93a7-3d8104f532b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.