[tw] Re: [TWC] d3.js graphs ans DataSet tiddler

2015-03-15 Thread okido
Hello sklpns,

I added your use case to http://d3tw.tiddlyspot.com/ 
Look in the side bar and click c3 multi line.
Your dataset is edited a little, see DataSet1.

I added some comments on the processing of the data.
It would be more easy to process if you would have the data in a table 
format i think.

If there remain any questions please drop them here.

Have a nice day, Okido





-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki Hangout #82 Redux

2015-03-15 Thread Jeremy Ruston
Thanks Mario, much appreciated,

Best wishes

Jeremy

On Sun, Mar 15, 2015 at 3:51 PM, PMario pmari...@gmail.com wrote:

 annotations: http://hangouts.tiddlyspace.com/#HangOut_082
 video: https://www.youtube.com/watch?v=7tRvAj1ZG9s

 have fun!
 Mario




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki Hangout #82 Redux

2015-03-15 Thread PMario
annotations: http://hangouts.tiddlyspace.com/#HangOut_082
video: https://www.youtube.com/watch?v=7tRvAj1ZG9s

have fun!
Mario

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: pretty quotes?

2015-03-15 Thread Stephan Hradek
If I would want pretty quotes, I'd simply enter them wher I want them. On 
my Keyboard it's simply Alt-^ for „ and Shift-Alt-^ for “.

Would I want Guillemets I'd enter Alt-Q for « and Shift-Alt-Q for ».

It's just a matter of getting used to it. I always HATE it when Word and 
Libre-/Star-Open-Office try to get intelligent and change what I type.

But preferences differ. Maybe someone can jump in and provide another 
parser rule to search for ([^|*) and replace that by  „$1“. Of course 
taking into account that in $1 there could well be other markup like //…// 
present.

You already saw how I did the simple approach with new markup text. When 
you take one of the other parser rules, for example the italics-rule 
http://tiddlywiki.com/#%24%3A%2Fcore%2Fmodules%2Fparsers%2Fwikiparser%2Frules%2Femphasis%2Fitalic.js
 
you should have a good starting point.

I won't do that as I

   1. don't like it, as stated above. And for that reason
   2. wouldn't want to support it.

 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: pretty quotes?

2015-03-15 Thread Alex Hough
More thoughts...

If pretty quotes are to be used, I think the normal quote should be simply
parsed. Its too much to remember to use a new wiki text and there are many
instances of double quotes already in existence within my tiddlers.

The pretty quotes only have to be rendered in tiddler bodies i can see
the problem when the quotes are used in code.

The (sad) reality of this is that I'll be cut and pasting my tiddlers into
Word. Word has a pretty quotes auto text...

But is all this pedantry taken too far? Yes I'd like to see pretty quotes
in my TW, but does it really matter?

Alex


On 15 March 2015 at 03:09, 'Stephen Kimmel' via TiddlyWiki 
tiddlywiki@googlegroups.com wrote:

 I started modifying my editor to handle the changing of quotemarks to
 pretty quotes when I encountered an obstacle; the issue of
 internationalization. As it turns out the Americans and the British handle
 quotes somewhat differently. Americans would say the period must go inside
 the quotes. The British, on the other hand prefer the period should go
 outside the quotes. Other languages don't use the pretty quotes or the
 ordinary quotemarks preferring completely different punctuation. The issue
 here is that the software shouldn't take perfectly correct local
 punctuation and make it something that might be right in America or in the
 UK but wrong in their language.

 How many punctuation variations do we have within the community and how
 would we go about programming TiddlyWiki to handle the differences? Is it
 even worth the effort to try?

 --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] What elements as parameter value for list links? Transcusions?

2015-03-15 Thread Jed Carty
Would that be any easier than just using a template with a normal list 
widget? I think that making the list-links macro able to handle that sort 
of thing would make it just as complex to use as the normal list widget, 
which seems to defeat the purpose of using the list-links widget instead of 
the list widget.

I don't know if there is some reason you wouldn't want to use templates in 
a list, but it isn't very well documented on tiddlywiki.com, or anywhere 
else I have seen actually. I have a very brief explaination of it on my 
site here http://inmysocks.tiddlyspot.com/#Templates, but it isn't very 
in depth. I may expand on it a bit since this has come up before.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A TiddlyWiki Math(s) TextBook

2015-03-15 Thread Jon
Hi Richard,

Is your maths text still available? The above link isn't working.

Regards
Jon

On Monday, 19 January 2015 01:36:53 UTC, Richard Smith wrote:

 Hello All,

 I have just finished a first draft conversion of a Calculus Textbook to 
 TW5. I thought you might like to take a look at it and I would welcome any 
 feedback/input/help/suggestions you may have.

 The book is an excellent text called Active Calculus, written by Professor 
 Matt Boelkins of Grand Valley State University in Michigan, which is 
 endorsed by the American Institute of Mathematics (
 http://aimath.org/textbooks/approved-textbooks/)

 The original can be downloaded from Prof. Boelkins pages here: 
 http://faculty.gvsu.edu/boelkinm/Home/Open_Calculus.html

 The TW5 version is (hopefully) available from my dropbox: 
 https://dl.dropboxusercontent.com/u/83055414/Active_Calculus_v0.1.html

 The file is quite big, containing over 9,000 tiddlers including embedded 
 svg figures which are rendered into textbook chapters using macros. There 
 is much that is very crude about this first version and I already have an 
 idea of some things that need to be improved.

 I'd love to know what you think and I'd especially welcome any help or 
 suggestions that the Twizards might have about how to improve layout etc.

 I have some specific questions about things that I couldn't get to work 
 quite the way I wanted to, which I'll ask later and I'm also happy to 
 explain how I made it if anybody's interested (you'll see the editing 
 controls and built in editor in the sidebar)

 Regards,
 Richard


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] widget to Goto Ranomized Tiddler

2015-03-15 Thread Guglielmo
Hello!

When a dummy like me, will be able to install such a great plugin in my 
tiddlywiki5? I looked for the installation plugin but without success! I 
hope you can help me.

Thank you!


Guglielmo



Il giorno domenica 8 marzo 2015 00:18:30 UTC+1, Neil Griffin ha scritto:


 I like it, it is far simpler than how I was doing it, which for something 
 that seems to have as much interest as this does is a very good thing. 
 Could you add an option to pick how many tiddlers are returned? Like 

 $action-chooserandom $filter={{SearchText}} $tiddler=SearchResults 
 $field=randomlist $pick=5/ 


 to return a list of 5 random tiddlers you could put in a list widget?


 How's this?:
 http://ng110.tiddlyspot.com/#Choose%20Random%20Demo%202 

 Neil.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-03-15 Thread fayez joell
YouTube videos of



 U.S. Congress money laundering hearing


of

Saudi Billionaire   Maan  Al sanea

 with *bank of America*


and  The  owner of Saad Hospital and  Schools

 in the Eastern Province in *Saudi Arabia*



and the Chairman of the Board of Directors of Awal Bank  in *Bahrain*


With Arabic Subtitles


http://www.youtube.com/watch?v=mIBNnQvhU8s





*موقع اليوتيوب الذي عرض جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*



*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية بالسعودية   ورئيس مجلس
ادارة بنك اوال البحريني*



*مترجم باللغة العربية*



http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] What elements as parameter value for list links? Transcusions?

2015-03-15 Thread Mat
 I am happy to find the documentation for the list-links macro 
http://tiddlywiki.com/prerelease/#list-links%20Macro in the 5.1.8 
prerelease (as well as a lot of other great new documentation and stuff!)

From it I have now learnt there are more parameters for list-links than I 
knew:

filter - A filter selecting which tiddlers to include
type - An HTML element to use for the overall list element, defaulting to ul
subtype - An HTML element to use for each item in the list, defaulting to li
class - A CSS class for the overall list element

(Note: I wish the examples 
http://tiddlywiki.com/prerelease/#list-links%20Macro%20%28Examples%29would 
reflect all parameters. Goes for all examples actually).

Question: Would this allow for inserting general elements between the 
listed titles? I mean, default prefixes each title with a bullet and 
suffixes with newline. Is there any of the parameters (type, subtype, 
class) that could take a value that is, e.g, a transclusion? I'm referring 
to that they are HTML elements but I'm not sure what this means here 
other than ul/li. Particularly the subtype is stated to work on each 
element.

...and could it perhaps even include the momentarily filtered title to be 
used as a value for such an subelement? E.g:

   - foo [+]
   - bar [+]
   - baz [+]

...where a [+] is a newhere button creating a child for the title to the 
left. I.e the button is created elsewhere and {{transcluded}} or even 
macrocalled directly in the list-links macro.

If this is not possible, I hereby express a wish for it. As far as I can 
tell it would be *very* powerful - and actually very similar to the old 
forEachTiddler, allowing you to easily make recursive trees or insert 
submenus with tools after each listed item. Would simplify a LOT for less 
coding competent people...


:-)

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki Saturday Hangout (#81) on 21st February at midday GMT/UTC

2015-03-15 Thread PMario
annotations: http://hangouts.tiddlyspace.com/#HangOut_081
video: https://www.youtube.com/watch?v=LSqlJOVhLSI

have fun
mario

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Marking a tiddler as previously visited

2015-03-15 Thread Peter Miller
Giving this a bump as there was some talk of issues with zoomin elsewhere? 
I haven't upgraded to the latest pre-release version if that's likely to 
fix it.

The actual wiki is supposed to use TiddlyWiki to teach or at least 
illustrate use of TiddlyWiki in a particular context. I'm not saying it 
hits that mark but it's a noble enough aspiration as a means to increasing 
uptake. The interface is similar to the one Eric discussed in the Hangout 
for his book except his is awesome. I won't be leaving the link up for long 
as, well, the wiki patently needs work.

https://www.dropbox.com/s/3bmkliejpq75rz9/Personal%20Wiki%20v1.html 
https://owa.liv.ac.uk/owa/redir.aspx?SURL=3m3DnMnGCpqxPGL_Va1cTCfb7sF5--VZfjc58htBcq-hDQpvey3SCGgAdAB0AHAAcwA6AC8ALwB3AHcAdwAuAGQAcgBvAHAAYgBvAHgALgBjAG8AbQAvAHMALwAzAGIAbQBrAGwAaQBlAGoAcABxADcANQByAHoAOQAvAFAAZQByAHMAbwBuAGEAbAAlADIAMABXAGkAawBpACUAMgAwAHYAMQAuAGgAdABtAGwAPwBkAGwAPQAwAA..URL=https%3a%2f%2fwww.dropbox.com%2fs%2f3bmkliejpq75rz9%2fPersonal%2520Wiki%2520v1.html%3fdl%3d0

On Monday, March 9, 2015 at 2:07:29 PM UTC, Peter Miller wrote:

 I ended up by specifying a checkbox in a separate transcluded footer that 
 also includes Next/Previous links. When ticked the checkbox leads to 
 addition of a tag (understood). Surprisingly (for a beginner) this seems to 
 work except that it somehow defeats the one-page zoomin format when the 
 Next link is selected (in Windows Firefox), i.e. a second page is opened. 
 Thoughts welcome (wiki very much a work-in-progress and, as ever, many 
 thanks to all those whose code is presently unacknowledged).

 Link: 
 https://dl.dropboxusercontent.com/u/18304974/Personal%20Wiki%20v1.html 

 Thanks

 Peter

 On Wednesday, February 25, 2015 at 10:00:56 AM UTC, Peter Miller wrote:

 Is there a way to mark, e.g. tag, a tiddler as visited when it is 
 opened so that you can subsequently list tiddlers that have not been 
 opened/seen previously? I am thinking that this might be useful to students 
 in tutorial-style wikis.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Image slideshow

2015-03-15 Thread Ed


Op maandag 19 mei 2014 10:57:29 UTC+2 schreef Ulrik Stervbo:

 Hello Group,

 Firefox just died on me again, erasing the content of my TW (I wonder why 
 the file content is erased).

 I would like to get away from displaying PDFs in my tiddlers - it seemed 
 like a good idea at the time since I generate lots of plots in R, but it 
 may obviously create other problems.

 I can imagine that a slide show of images is one way around using PDFs. 
 However, I would like to have the image slide show within a dedicated 
 tiddler and preferably use all the images in a specified directory. Is this 
 feasible? I have found some javascripts providing the slide show 
 functionality, and I am sure I can dig out some javascript to get the files 
 in a directory, but I am unsure how to piece the things together.

 Cheers,
 Ulrik

This is already an old posting, but Ulrik was asking something a bit 
simular. So here it is.

Anybody happen to work on such a thing as eventually I would like to 
include slideshow.
With pictures that is, moving horizontally. So not in the TalkyTalky way. 
That is more for a 
businesslike presentation. Move automatically on the top of the tiddler in 
question that 
would be fine. Rotating bannerlike,something like that. Hope I'm phrashing 
it the right way.
Uh, I do not mean a light box. 

I have been looking at slideshow makers, but there is a bewildering forest 
of such programs.
It should work also on my old Mac, still with a PPC, probably making it 
even more complicating.

So something really intrinsic to TiddlyWiki, not needing an outside 
program. Possible perhaps?
Anybody raising his/her hand? Many thanks in advance.
Salut! Ed
PS I am using 5.1.7! btw.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Have created Tiddler Title = Image + Text. Problem: In Tab only Text appears. Snifs

2015-03-15 Thread Ed


Op zaterdag 14 maart 2015 11:54:51 UTC+1 schreef Felix Küppers:

  Bonjour Ed,

 je suis content pour toi que ca a marché :)

  That caption-advice worked, really well. Only I did not get this 
 *{{$:/core/icon}}-thingy*. 
 Could you explain that, time permitting?
  

 $:/core/icon is just an icon (svg) that is always available since it comes 
 with the core so I used it as dummy image for demonstration. You were 
 correct to replace it with an image of your choice.

 {{...}} is a shortcut for transclusion. You could also write the following 
 into the caption field: $transclude $tiddler=

 *$:/core/icon / - thingy *Salut
 -Felix


Hi Felix, 8-))

Thanks again!
Liebe Grüße
(Oops... sollte natürlich ''Grüsse'' sein. Aufgrund der neuen 
Rechtschreibung, oder)
Salut! Ed

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki Saturday Hangout (#81) on 21st February at midday GMT/UTC

2015-03-15 Thread Jeremy Ruston
Thanks Mario, much appreciated

Best wishes

Jeremy

On Sun, Mar 15, 2015 at 7:39 PM, PMario pmari...@gmail.com wrote:

 annotations: http://hangouts.tiddlyspace.com/#HangOut_081
 video: https://www.youtube.com/watch?v=LSqlJOVhLSI

 have fun
 mario




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A TiddlyWiki Math(s) TextBook

2015-03-15 Thread Jon
Thanks, Richard.

Regards
Jon

On Sunday, 15 March 2015 21:40:40 UTC, Richard Smith wrote:

 Hi Jon,

 Sorry. I moved it into a sub-directory along with some others, the direct 
 link is now 
 https://dl.dropboxusercontent.com/u/83055414/Books/Active_Calculus_v0.1.html
 .

 Regards,
 Richard


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Hover Widget - Undefined widget 'hover'

2015-03-15 Thread Ed
Hi Andreas,

I was looking around for something in the form of a footnote and happened 
on your twguides.org site.
Looks indeed very classy! Will you continue that with more tips and tricks? 

Although quite bit above my present knowledge I wanted to try it out and 
downloaded all the necessary
files. (Great the way you can, just, shove the tiddler to the tab you want 
and open it goes. Voilà import!)

However trying it out I got this message: *Undefined widget 'hover *Must 
be my mistake somewhere
*,*surely, but time permitting, could you help out? Well anybody else using 
this beauty can also speak up.
Many thanks in advance!
BTW,Thansk to Danielo also of course!
Salut! Ed

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A TiddlyWiki Math(s) TextBook

2015-03-15 Thread Richard Smith
Hi Jon,

Sorry. I moved it into a sub-directory along with some others, the direct 
link is 
now 
https://dl.dropboxusercontent.com/u/83055414/Books/Active_Calculus_v0.1.html.

Regards,
Richard

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TWC] d3.js graphs ans DataSet tiddler

2015-03-15 Thread sklpns
Hello okido,

Thank you very much for your help!
Testing in my real world use case as we speak,
and for the next few days probably, but
so far it integrates beautifully.

Thanks again.

sklpns



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Displaying image with path in a field

2015-03-15 Thread Duarte Farrajota Ramos
Hey guys another noob question, trying to build an image portfolio, so I 
would like template for displaying pictures, but I am stuck with this.
In a single-file 5.1.8-pre I have a tiddler with a field called URL or 
whatever where I'd like to store the relative path to an image (as in 
path/to/image.jpg).
If I have 
$view field=url/
it displays fine, but if I have
[img[$view field=url]]
The view widget is no longer wikified, and hence the image not displayed.
I would eventually like to add this along with a direct link to the image 
file it'self in some sort of view template so that it is automatically 
added to all images, making building a large image library easier, but this 
is not working.

Is this supported at all, any advice on how accomplish this?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Displaying image with path in a field

2015-03-15 Thread Jed Carty
The easiest way would be to use the image widget instead of the img syntax

So use the code:

$image source={{!!url}}/


There are some places where the behaviour of the parser isn't immediately 
clear, but often you can't put a widget as an input to other things. 

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Displaying image with path in a field

2015-03-15 Thread Duarte Farrajota Ramos
I'm sorry I am not yet familiarized with all the available widgets and 
macros and lingo. That works perfectly Jed, many thanks!

Trying to follow your line of thought I tried to apply the same thing for 
links but it didn't work again neither using raw html with
a href={{!!url}} or with the view widget a href=$view field='url'/
nor with wikitext links like [ext[text|{{!!url}}]] or [ext[text|$view 
field=url/]]
unfortunately using the links widget it tries to link to a tiddler named 
with the url field content, not an external file
$link to={{!!url}}/$link

Any suggestion for that?

On Monday, 16 March 2015 02:46:44 UTC, Jed Carty wrote:

 The easiest way would be to use the image widget instead of the img syntax

 So use the code:

 $image source={{!!url}}/


 There are some places where the behaviour of the parser isn't immediately 
 clear, but often you can't put a widget as an input to other things. 


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A TiddlyWiki Math(s) TextBook

2015-03-15 Thread iain
I would be really interested in finding out a bit more about how you set up 
your TW and formatted your tiddlers - I have a few books of my own to 
consider.

Iain


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Displaying image with path in a field

2015-03-15 Thread Jed Carty
I have some stuff about that on my site 
http://inmysocks.tiddlyspot.com/#Concatenating%20text%20to%20make%20dynamic%20URLs
.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.