Hi Michael
> I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
> 2.6.1 the bookmark tagged tiggler shows only the slice data
>
> /%
> |Name|docstoc.com|
> |URL|http://www.docstoc.com/|
> |Description|Find and share documents|
> |Author||
> %/
I noticed the same thing. Somehow the "here-thing" has ceased to work
- however here's my workaround:
Create a new tiddler
[[WikiFyBookmark]] write:
<<wikify "{{big{[[%0|%1]]}}}<br>" $1::Description $1::URL>>/%
!iframe
<<wikify [[<html><iframe src="%0" height="500" width="100%"
style="background:#fff"></iframe></html>]] $1::URL>>
!end %/

Now you'll just have to change two lines in the custom viewtemplate to
make it work:
In BookmarkViewTemplate, change the line:
<div class='floatleft' macro='wikify "{{big{[[%0|%1]]}}}<br>"
here::Description here::URL'></div>
to:
<div class='floatleft' macro='tiddler WikiFyBookmark with:
{{tiddler.title}}'></div>

and the second last line:
<div class='tagClear'
                macro='wikify [[<html><iframe src="%0" height="500" width="100%"
style="background:#fff"></iframe></html>]] here::URL'>
        </div>
to:
<div class='tagClear'
                macro='tiddler WikiFyBookmark##iframe with:{{tiddler.title}}'>
        </div>

Now it should work again.

Regards Måns Mårtensson


On 30 Aug., 22:16, "Michael.Tarnowski" <[email protected]> wrote:
> Hi community - especially Eric,
>
> with WikifyPlugin, TaggedTemplateTweak, and BookmarkViewTemplate Eric
> introduced a nice technique to display external web sites tagged as
> "bookmark" in a TW.
>
> I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
> 2.6.1 the bookmark tagged tiggler shows only the slice data
>
> /%
> |Name|docstoc.com|
> |URL|http://www.docstoc.com/|
> |Description|Find and share documents|
> |Author||
> %/
>
> but not the external web sitewww.docstoc.com.
>
> Cheers Michael

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to