Re: [tw] Re: Pop-up / tool-tip

2012-05-22 Thread David Shaw

Hello Måns,

Thank you very much for that link (and thank you very much Eric for 
writing the plugin) - it's not exactly what I was after, but does the 
job I want it to do, so I'm happy :-)


Again, many thanks,

David Shaw




On 21/05/12 19:35, Måns wrote:

Hi David


I want to add a link to a tiddler which, when clicked on, opens another
tiddler but which, when I just hover the mouse over it, displays the
contents of either a specified section of the linked tiddler or the
contents of a separate tiddler in a pop-up, tool-tip style, so that I
can offer the user a summary of the linked tiddler without having to
open it.  Is this possible?


Eric made http://www.tiddlytools.com/#PopupPreviewPlugin
I don't know if it's possible to make it show alternative contents in
the popup  though..

Cheers Måns Mårtensson



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



[tw] Re: tagging part of tiddler

2012-05-22 Thread Cyrill
Hi whatever,

this initial problem to tag only sections or parts of a tiddler cause  
interest to me.
I install the FET Plugin an make several tests of these lines of code and 
get all times a Referance Error.
Where is my fault ?
I understand this answer in that way that the tag refer only to the 
specially part of this tiddler. Is it also possible to show this tag only 
there / or beside the position of this part of tiddler.

Best regards 

Am Montag, 21. Mai 2012 11:52:13 UTC+2 schrieb whatever:

 Hi! 

 Using Udo's forEachTiddler plugin, you can do this: 

 forEachTiddler where 'tidder.tags.contains(YourTag)' write 
 'tiddler [[+tiddler.title+/YourPartName]]\\n' 

 w 

 On May 20, 11:40 am, Wim w...@zeggetwaalf.be wrote: 
  Hello, 
  
  I'm (successfully) working with Udo Borkowski's  PartTiddlePlugin. 
  
  Now, I want to know if it's possible to tag each part seperately. 
  
  If so, how do you do this AND  how can I select (in another tiddler) all 
  the parts FROM DIFFERENT main-tiddlers with a specified tag? 
  
  Thanks in advance 
  
  Wim

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/-pEu4ifR_K8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: host own tiddlywiki

2012-05-22 Thread Pedro Maia
Hi Måns,

Just found the problem. I use cloudflare and it tries to obfuscate the 
email. Simon's plugins has his email so Cloudflare insert a code and this 
was the error. Now it's working just fine! 

Thanks a lot!

Em segunda-feira, 21 de maio de 2012 10h05min33s UTC-3, Måns escreveu:

 Hi Pedro 

  I uploaded your file without using it here. It has the same erros:
 http://dialogosconsultoria.com/spp/teste1/index.html 

 When you open my file downloaded from here (on your comupter - not on 
 the server): http://xn--mns-ula.dk/TW/phpFiles/mgsd/download.php 
 you don't get any errors? 

  It could be a server issue? 

 If it works when you open it locally on your computer, something must 
 be changed in the html file when it is uploaded (or saved to the 
 server?). 
 I don't think it's a server issue - because when I download a copy of 
 your online document and open it locally on my computer I get the same 
 errors as displayed online... 

 I believe it must be changed during the upload procedure...?!? 

 I've never experienced anything like this using standard ftp-upload 
 tools in Windows or Linux 


 Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Ndk-m_pU2w8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: host own tiddlywiki

2012-05-22 Thread Måns
Hi Pedro

 Now it's working just fine!

Great! - Congratulations..

You have changed all usernames and passwords in the php-file?
Would be a good idea, otherwise names and passwords are available in
this thread...

Cheers Måns Mårtensson

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



[tw] FlotPlugin

2012-05-22 Thread Eric Kort
I have started work on a plugin enabling plotting using the Flot
plotting library for jQuery.  While it is rudimentary at this point, I
thought I would let you know about in the hope some interested parties
will tinker with it, add to it, and improve it.

-The plugin is currently here: http://flotplugin.tiddlyspot.com/
-Installation requires copying the FlotPlugin and flotjs tiddlers.

This was inspired by (and steals some code for the data parsing from)
Jon Robson's TiddlyChartsPlugin.  I find Flot to be aesthetically
pleasing, so I wanted the option of using Flot as an alternative to
Raphael, which is what TiddlyChartsPlugin uses.

Maybe it would be better to make this a project on github to
facilitate community involvement???

-Eric

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



[tw] Re: Pop-up / tool-tip

2012-05-22 Thread Eric Shulman
Mans wrote:
  I don't know if it's possible to make it show alternative contents in
  the popup  though..

David replied:
 Thank you very much for that link (and thank you very much Eric for
 writing the plugin) - it's not exactly what I was after, but does the
 job I want it to do, so I'm happy :-)


http://www.tiddlytools.com/#PopupPreviewPlugin
has been updated (v1.2.0)

It now allows use of a special section name (default=Preview).  When
this section is present in a tiddler, the popup preview for that
tiddler will show the section content, rather than the entire tiddler
content.  You can hide the Preview section using TW comment markers, /
%...%/ or a CSS wrapper, @@display:none;...@@ so that it provides
alternative summary popup display while still showing the regular
content when the tiddler is displayed normally.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios


WAS THIS ANSWER HELPFUL?  IF SO, PLEASE MAKE A DONATION
   http://www.TiddlyTools.com/#Donations
note: donations are directly used to pay for food, rent,
gas, net connection, etc., so please give generously and often!

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

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



[tw] Re: Pop-up / tool-tip

2012-05-22 Thread Eric Shulman
 http://www.tiddlytools.com/#PopupPreviewPlugin
...
 You can hide the Preview section using TW comment markers, /
 %...%/ or a CSS wrapper, @@display:none;...@@ so that it provides
 alternative summary popup display while still showing the regular
 content when the tiddler is displayed normally.

Addendum:

The syntax for a hidden section is:

/%
!sectionname
content
!end
%/

or

@@display:none;
!sectionname
content
!end
@@

or

{{hidden{
!sectionname
content
!end
}}}

Note the use of the 'fake' section marker, !end to limit the section
definition.  This is used to ensure that hidden section will only
include the desired content, and not the surrounding syntax.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
   http://www.TiddlyTools.com/#Donations
Professional TiddlyWiki Consulting Services
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

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