Re: [twdev] Re: How to set table cell width to a percent

2012-02-05 Thread andrew.j.harrison84
I'd just like to say it didn't work until I set custom formatting for my table and set table-format:fixed. Then I discovered that I had to use the exclamation point for each header cell. Then in order to set the cell height, I had to put the width, then the exclamation point, then the cell height a

[twdev] Re: Basics of browsing the core code 2

2012-02-05 Thread Yakov
Thanks Mario. I'll start from git grep. Although, I have to figure out how point which project to look through first. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@googlegroups.com. To unsubs

Re: [twdev] Re: dependencies in tw5/cook.js WikiTextRules.js

2012-02-05 Thread Jeremy Ruston
>> * This may have changed already, but it appears that when generating >> links to tiddlers the href is not getting an encodeURIComponent >> applied, thus [[foo bar]] becomes href="foo bar" where it presumably >> should be "foo%20bar". > > I'm mid horrendous refactoring, but have added a test for

Re: [twdev] Re: dependencies in tw5/cook.js WikiTextRules.js

2012-02-05 Thread Jeremy Ruston
> My latest code[1] is now relatively close to being on par with > twikifier. It listens on a socket for info about what to render > (tiddler title and context), resolves dependencies, gets them, > renders, returns the output. That's great. Do you have any impression of the performance compared to

[twdev] Re: dependencies in tw5/cook.js WikiTextRules.js

2012-02-05 Thread cd...@peermore.com
On Jan 31, 4:29 pm, Jeremy Ruston wrote: > Aha, that makes sense. I think you're talking about the same > distinction as me with my comment about distinguishing "tiddlers that > are linked to from those that are transcluded. The underlying issue > can indeed be seen as whether one needs the skinny