[tw] Re: New and making a lot of mistakes

2016-04-03 Thread Christopher Londrie
I just > import the tiddlers from JSON files, via the CSV to JSON converter > <http://www.convertcsv.com/csv-to-json.htm>, from the spreadsheet. > Interesting to see a different approach to this. Thanks for sharing. > > Hegart. > > > > On Sunday, 3 April 2016 09:4

[tw] Re: New and making a lot of mistakes

2016-04-03 Thread Christopher Londrie
Most excellent and many thanks! With those new knowledge bits I can move on to construct the entire thing. On Sunday, April 3, 2016 at 8:06:12 AM UTC-5, Knut Franke wrote: > > On Saturday, April 2, 2016 at 11:49:29 PM UTC+2, Christopher Londrie wrote: >> >> 1) If I remove

[tw] not working in a filter field

2016-04-02 Thread Christopher Londrie
> |!Name |{{!!corpname}}| > |!Business |{{!!corp-business}}| > |!Involved NPCs | <$list > filter="[tag[]]"><$link><$view > field="title"/>| > |!@@color:#FF;Reputation@@ |@@color:#FF;Front for a planetary > government’s espionage arm@@|<| > > !!!Notes > > This is the bit I'm

[tw] Re: not working in a filter field

2016-04-02 Thread Christopher Londrie
pril 1, 2016 at 11:39:35 PM UTC-7, Christopher Londrie wrote: >> >> >> |!Name |{{!!corpname}}| >>> |!Business |{{!!corp-business}}| >>> |!Involved NPCs | <$list >>> filter="[tag[]]"><$link><$view >>> field

[tw] Re: Tables don't render in a list widget

2016-04-01 Thread Christopher Londrie
I resolved this by resorting to using HTML, but that seems drastically counter-productive. Why use markup if it doesn't work inside what I think I'm reasonably assuming is a common element like lists? On Friday, April 1, 2016 at 6:39:38 PM UTC-5, Christopher Londrie wrote: > > I've in

[tw] Tables don't render in a list widget

2016-04-01 Thread Christopher Londrie
I've included a picture, for reference. (See attached) I'm trying to build a table of two attributed from various tiddlers, to create an easy-to-update master list, but the table syntax is being ignored inside of a <$list>, is this intended? -- You received this message because you are

[tw] Re: not working in a filter field

2016-04-02 Thread Christopher Londrie
to take advantage of as many new features as possible. Thanks for the help. On Saturday, April 2, 2016 at 3:34:34 AM UTC-5, Eric Shulman wrote: > > On Saturday, April 2, 2016 at 12:42:35 AM UTC-7, Christopher Londrie wrote: >> >> That is baffling, but does work, thanks muc

[tw] New and making a lot of mistakes

2016-04-02 Thread Christopher Londrie
I'm able to do this at all thanks to Tobias Beer's really easy to use "Random" plugin. http://tobibeer.github.io/tw5-plugins/#random <$set name="FirstName" filter="[prefix[GenSource:]tag[Corp]tag[FirstName]field[corpname]random[]]"> <$set name="LastName"