Hi Bob I've gone through phases of using IRC, but usually end up finding it a bit distracting to have it constantly running in the background. Maybe it's time I gave it another go - I mostly manage to avoid getting drawn into Twitter, despite having it running all the time.
I sympathise with the documentation issues. My main aim at the moment is to try to make five.tiddlywiki.com a readable, definitive reference for the new stuff. Helping with documentation is one of the least glamorous but most appreciated ways to help open source projects, if you're able to lend a hand. Best wishes Jeremy On Thu, Nov 7, 2013 at 9:43 PM, Bob Robison <[email protected]> wrote: > Ah -- OK, I saw your comment above about the inline/block mode, but didn't > fully grasp the signficance of the whitespace. I also *thought* I had > clean syntax there and didn't realize I had the extra spaces after one of > my entries. Taking that out cleared that up, thanks. > > I've been a bit frustrated as I've tried to dig through the various > examples -- trying to determine which things correspond to > TiddlyWikiClassic, which to TW5, and which things only make sense in the > TiddlySpace context. I'm slowly piecing it together, but wish there was a > cleaner place for searching out some of these questions. I do also wish > the TiddlyWiki IRC channel was a bit more active, or that there was some > other open chat area that was a good place to post quick questions in a > more interactive venue. > > Thank you for responding to this dumb question so quickly! > bob > > > On Thursday, November 7, 2013 3:30:55 PM UTC-6, Jeremy Ruston wrote: > >> Hi Bob >> >> The problem is that you've got some space characters immediately >> following the <$view field="text" format="wikified"/> widget. Anything >> other than a newline immediately after the opening tag of a widget (or html >> element) causes it's content to be parsed in inline mode, rather than block >> mode. >> >> So, the fix is to remove the spaces, and ensure that the /> characters >> are immediately followed by a newline. >> >> The rules for this stuff are too complex and fiddly. It's not addressed >> in the current widget refactoring, but it will be fixed soon, >> >> Best wishes >> >> Jeremy >> >> >> >> On Thu, Nov 7, 2013 at 8:27 PM, Bob Robison <[email protected]> wrote: >> >>> Hmm... This is almost exactly what I'm trying to do as well, but still >>> having problems. >>> have: >>> >>> !! To Do List >>> <$list filter="[tag[todo]]" > >>> >>> <$view field="title" format="link"/> >>> <$view field="text" format="wikified"/> >>> </$list> >>> >>> When I have a tiddler tagged todo that has a bulleted list, this does >>> not seem to be wikified the way I would expect. I just get asterisks >>> followed by the text with all lines run together. >>> >>> What am I missing? I tried with and without the semi-colons previously >>> suggested, I'm not sure of the significance of that. >>> >>> bob >>> >>> -- >>> 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/groups/opt_out. >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- 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/groups/opt_out.

