Hi Stephen
You can omit the tiddler attribute in the edit-text widget and it will
default to the current tiddler. Ending up with:
<table>
<$list filter=[tag[computers]]>
<tr><td><$link to={{!!title}}><$view field="title"/>
</$link></td>
<td><$edit-text tag="textarea" field="f_subject" placeholder="some
placeholder text" class="tc-edit-texteditor"/></td>
</tr>
</$list>
</table>
Best wishes
Jeremy
On Tue, Oct 21, 2014 at 5:37 PM, 'Stephen Kimmel' via TiddlyWiki <
[email protected]> wrote:
> I'm certain this will turn out to be a snap for some of the experts here
> but I keep failing in my attempts. So...
>
> I would like to make a table from a list of tiddlers that were selected by
> my filter with the linked name of the tiddlers in the first column. In the
> second column I would like an edit-box linked to a field in the appropriate
> tiddler. At the moment I have something that looks like this:
>
> <table>
> <$list filter=[tag[computers]]>
> <tr><td><$link to={{!!title}}><$view field="title"/>
> </$link></td>
> <td><$edit-text tag="textarea" tiddler="{{!title}}" field="f_subject"
> placeholder="some placeholder text" class="tc-edit-texteditor"/></td>
> </tr>
> </$list>
> </table>
>
> This produces a table of a couple dozen tiddlers that I have tagged with
> 'computers' in the first column and edit-text boxes in the second column.
> But I know it's wrong as the edit-text boxes aren't linking to the
> tiddlers. I know its the name of the tiddler that is wrong. At least. I
> suspect I need to set a variable to the tiddler name but this appears to be
> where I'm breaking down.
>
> What am I missing?
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>
--
Jeremy Ruston
mailto:[email protected]
--
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.
For more options, visit https://groups.google.com/d/optout.