Shash,

Yes, you can change how the items are displayed. Unfortunately the list widget 
doesn't play well with the normal tiddlywiki table syntax so you need to use 
html tables. Change everywhere that has <ul> with <table> and </ul> with 
</table>, then change everywhere there is <li> with <tr> and </li> with </tr>. 
Then put <td> and </td> around what you want to be in each cell. Hopefully the 
two macros below will be a good enough example for how to make things work. My 
desktop can't get online at the moment and the mobile version of google groups 
doesn't let you set pieces of text as code, so I hope this displays correctly.

Change the first two macros to this:

\define thisListMacro() 
<tr><td><$view 
field=title/></td><td>{{$:/data/Dictionary##$(thisIndex)$}}</td><td>{{$:/data/Dictionary/newfield##$(thisIndex)$}}</td></tr>
 
\end 

\define thisEditListMacro() 
<tr><td><$view 
field=title/></td><td>{{$:/data/Dictionary##$(thisIndex)$}}</td><td>{{$:/data/Dictionary/newfield##$(thisIndex)$}}</td><td>
 <$button>Remove<$action-deletefield $tiddler='$:/data/Dictionary' 
$field=$(thisIndex)$ $value=''/></$button></td></tr>
\end

Richard,

It is easy to add or remove entries, but it is very simple. I think that you 
would need more than just this plugin for what you want. I am learning French 
and as my attempts to learn Spanish and Japanese have taught me, I have a hard 
time learning vocabulary. If you have ideas for what you think would work well 
let me know and since it is something I will probably use I will put some work 
into making it.

-- 
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/093f9234-5d98-42b0-a867-c1a946cc59ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to