In the end I figured out it's pretty simple to do this by modifying the 
following code from the Table Macros tiddler:

\define TableMacrosRowTableInnerInnerRows()
<$list filter='$(RowList)$+[sort{$(TableMacrosMakeTableSortStateTiddler)$}]' 
variable=ThisTiddler>
  <tr>
    <th>
      <<ThisTiddler>>
    </th>
    <$list filter=<<FieldsList>> variable=ThisField>
      <td>
        <<TableMacrosInlineEditButton>>
      </td>
    </$list>
  </tr>
</$list>
\end

By replacing the fifth row above with:

<$link to=<<ThisTiddler>>><<ThisTiddler>></$link>

I also changed the <th> to a <td> as I don't like each row to start with a 
header.

On Friday, 9 March 2018 23:00:54 UTC+7, Pin Tail wrote:
>
> Thanks so much - just what I was looking for!
>
> Is there any way I can make it so that the rows of the table link to the 
> tiddlers themselves?
>
> On Friday, 9 March 2018 18:37:18 UTC+7, Jed Carty wrote:
>>
>> Sorry, the link is here: 
>> http://ooktech.com/jed/ExampleWikis/DynamicTables/
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/58b6bd7c-06a8-4969-8fce-322ec39db05a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to