On Wednesday, March 15, 2017 at 3:48:32 PM UTC+1, Mark S. wrote:
>
> But the image picker doesn't work with the local  images, does it? 
>

Here's a test that indicates that it would work, unless I misunderstand you.
This example assumes have local images in same folder as your TW and that 
you have corresponding tiddlers for them with _canonical_uri : ./filetitle
(BTW, note that a _canonical_uri image tiddler can apparently have any 
image type (e.g image/png) regardless of the image files actual type.)

<$list filter="[type[image/png]has[_canonical_uri]]" variable="xx">
  <$list filter="[<xx>get[_canonical_uri]prefix[./]]" variable="yy">
    <button style="width:60px;">
      <$transclude tiddler=<<xx>>/>
      <!--more actions-->
    </button>
  </$list>
</$list>

 

> Is there a way to scroll through the images? On mine, there is no scroll 
> bar for the images, so you can only pick from the first page of images.
>

Yeah, assuming you're referring to the search results. I've actually 
covered the top with an absolute(ly) positioned div and it covers the 
scroll handle when the search result is short  or perhaps depending on 
screen settings. I'll do something about this in a later release but you 
should be able to click on the (not easily seen) scrollbar anyway. 


<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a2806519-35ed-4c96-804f-953db8d20988%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to