mgsd opera 11

2010-12-19 Thread jam
I've used msgd for a year or more. I have configured mgsd for use in 
chromium and in firefox, but I cannot get opera 11 (or 10.6+) to save it, 
even with io or all permissions for TiddlySaver.jar or mgsd.html in the 
system (/etc/java-6-sun-security) java.policy file or by copying the 
libjava.so to /usr/lib/opera/plugins. Can opera be used for tiddlywiki 
files?

system: xubuntu 10.04

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



Re: [tw] visual confirmation of script button / label click

2010-12-19 Thread FND
 there's no visual indication that the script has run [...] is there
 any way to animate the button/label clicking event?

If I recall correctly, InlineJavascriptPlugin provides a place
variable for the button - so you could do something like this:

jQuery(place).fadeOut(function(ev) {
jQuery(this).fadeIn();
});

Instead of fadeOut/In, you might use slideUp/Down, or add a class, or
perhaps some custom animation*.

Ideally, the reset (in this case, fadeIn) would be triggered at the end
your script.


-- F.


* http://api.jquery.com/category/effects/

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: QuickOpenTag dropdown button trouble on TiddlySpace

2010-12-19 Thread PMario
With TiddlySpace, you can make a diff, if you select and compare 2
revision. There you can see, what I changed.
-m

On Dec 19, 1:05 pm, MilchFlasche robertus0...@gmail.com wrote:
 Hi Mario,

 Thanks for your insight. I had tried
 #sidebarTabs .tabContents a.button { display:inline;}
 but got no improvements. May I should try again!

 G.J.Robert

 On 12月18日, 下午11時58分, PMario pmari...@gmail.com wrote:

  Hi,
  I had the same problem. Have a look at my QuickOpenTagStyles [1]. If I
  remember right, some display:inline's are needed.

 http://pmario.tiddlyspace.com/#QuickOpenTagStyles

  -m

  On Dec 18, 4:27 pm, MilchFlasche robertus0...@gmail.com wrote:

   Sorry, screenshot 
   URL:http://picasaweb.google.com/lh/photo/1JrkwAMx1tNZ6_7sKzTm7g?feat=dire...

   On 12月18日, 下午11時26分, MilchFlasche robertus0...@gmail.com wrote:

Hi Folks,

I'm back on actively using TiddlyWiki server-side solutions, because
TiddlySpace is so fascinating.

I'm trying TagglyTagging functions on it, and found that the dropdown
buttons in Tags sidebar tab which are generated by
QuickOpenTagPlugin, have been displayed on the next line of its tag,
because TiddlySpace default theme has made the anchors in the
SideBarTabs to be displayed as blocks. (see my screenshot)

I've searched for CSS pseudo-element selector for adjacent sibling, to
see if this can be worked around to make those tag anchors and the
dropdown buttons to be displayed as inline elements. Unfortunately the
adjacent sibling selector + only support for elements ''after'' the
first mentioned element.

Any suggestions or ideas? Much appreciated, thanks!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] Idea - Running a TiddlyWiki as a HTML Application (.hta)

2010-12-19 Thread Robin
Just thought I would share the idea I came up with when I was
designing my TiddlyWiki. As I was using it for one purpose, I wanted
it to be less like a webpage I visited and more like an application in
its own right. So I thought of the .hta extension on Windows. For
those who don't know, a hta is simply a html page that opens in a
chromeless, buttonless window of internet explorer as a separate
application. I renamed the extension to .hta and it works great,
running fullscreen if I choose, not needing the java applet to save.
Wasn't sure if this was the best place to share it but figured why not.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: ShowAllByTags - how to send parameter for tag-exclusion?

2010-12-19 Thread pver
Hi, Where did you get this plug in?  It sounds like something I could
use.  thanks

On Dec 17, 6:26 pm, Smandoli themanthurs...@gmail.com wrote:
 I brought in theShowAllByTagsplug-in.  There it is, working!  But, I
 want to exclude some tags.  I look for instructions on how to send in
 the parameter tag tag tag, but I can't figure out how to handle theplug 
 inat all.  In fact, I can't see where my wiki is even being told
 to run theplug-in.  Don't I have to put this line in a tiddler
 somewhere?
   tiddlerShowAllByTagswith: tag tag tag
 No, I don't ... it just runs.

 Can someone explain how I would include the parameter?

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Printing without tags

2010-12-19 Thread HSteve
Hi Mans,

Thanks your your reply, changing the StyleSheet tiddler does have an
affect however I think that the contexts (checkmarked tags) within
mGSD form part of each tiddler so they have to print as part of each
tiddler.  I think I'll have to work out a way to send the tiddler note
to a
'cleanskin' tiddler if I want just the tiddler contents printed.


On Dec 17, 5:53 am, Måns humam...@gmail.com wrote:
 Hi HSteve

 http://tiddlywiki.org/wiki/Printing

 If you add the code to your [[StyleSheet]] tiddler - doesn't it work
 then?

 Cheers Måns Mårtensson

  @media print {
  * {
  margin: 0;
  padding: 0;}

  #mainMenu, #sidebar, #messageArea,
  .toolbar, .headerForeground, .siteSubtitle,
  .siteTitle, .tagging, .tagged {
  display: none !important;}

  body {
   font-size: 12pt;
   width: 6.5in;
   height: 9in;

  }
  }

  I'd appreciate any suggestions.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: QuickOpenTag dropdown button trouble on TiddlySpace

2010-12-19 Thread G.J.Robert
Hi Mario,

Using Firebug, I see that in addition to the inline display mode of
the dropdown button (#sidebarTabs .tabContents a.button), your
TagglyTagging linking tags before them
(#sidebarTabs .tiddlyLinkNonExisting or
#sidebarTabs .tiddlyLinkExisting) have also dropped the display:
block setting from default TiddlySpace theme. From my best CSS
knowledge, both the links and the dropdown button should be displayed
inline, so that they can be displayed side by side together (please
correct me if I am too naive), so may I guess that the more important
change is in your neui-em theme itself?

If so, I guess it's high time to tweak the default theme directly on
my side, or maybe I should adopt more suitable themes like yours am I
right ;)

I asked because I was just wondering if any workarounds can be made
without changing the default theme...

On 12月19日, 下午9時19分, PMario pmari...@gmail.com wrote:
 With TiddlySpace, you can make a diff, if you select and compare 2
 revision. There you can see, what I changed.
 -m

 On Dec 19, 1:05 pm, MilchFlasche robertus0...@gmail.com wrote:

  Hi Mario,

  Thanks for your insight. I had tried
  #sidebarTabs .tabContents a.button { display:inline;}
  but got no improvements. May I should try again!

  G.J.Robert

  On 12月18日, 下午11時58分, PMario pmari...@gmail.com wrote:

   Hi,
   I had the same problem. Have a look at my QuickOpenTagStyles [1]. If I
   remember right, some display:inline's are needed.

  http://pmario.tiddlyspace.com/#QuickOpenTagStyles

   -m

   On Dec 18, 4:27 pm, MilchFlasche robertus0...@gmail.com wrote:

Sorry, screenshot 
URL:http://picasaweb.google.com/lh/photo/1JrkwAMx1tNZ6_7sKzTm7g?feat=dire...

On 12月18日, 下午11時26分, MilchFlasche robertus0...@gmail.com wrote:

 Hi Folks,

 I'm back on actively using TiddlyWiki server-side solutions, because
 TiddlySpace is so fascinating.

 I'm trying TagglyTagging functions on it, and found that the dropdown
 buttons in Tags sidebar tab which are generated by
 QuickOpenTagPlugin, have been displayed on the next line of its tag,
 because TiddlySpace default theme has made the anchors in the
 SideBarTabs to be displayed as blocks. (see my screenshot)

 I've searched for CSS pseudo-element selector for adjacent sibling, to
 see if this can be worked around to make those tag anchors and the
 dropdown buttons to be displayed as inline elements. Unfortunately the
 adjacent sibling selector + only support for elements ''after'' the
 first mentioned element.

 Any suggestions or ideas? Much appreciated, thanks!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Idea - Running a TiddlyWiki as a HTML Application (.hta)

2010-12-19 Thread Ken Girard
Works fine on Windows, but not on anything else, which was my only
issue with it.
Mozilla has Prism which works much the same using Firefox as it's
base.
http://prism.mozillalabs.com/

Ken Girard


On Dec 19, 1:57 pm, Robin rpgm...@gmail.com wrote:
 Just thought I would share the idea I came up with when I was
 designing my TiddlyWiki. As I was using it for one purpose, I wanted
 it to be less like a webpage I visited and more like an application in
 its own right. So I thought of the .hta extension on Windows. For
 those who don't know, a hta is simply a html page that opens in a
 chromeless, buttonless window of internet explorer as a separate
 application. I renamed the extension to .hta and it works great,
 running fullscreen if I choose, not needing the java applet to save.
 Wasn't sure if this was the best place to share it but figured why not.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] TiddlyWiki 2.6.1 vanilla no tags and Error macro tabs

2010-12-19 Thread Jon
Hi,

If I open http://www.tiddlywiki.com/archive/index.2.6.1.html in
Firefox 3.6.13 or Google Chrome 8.0.552.224 I can see the index in the
right toolbar fine, all the tags show, including systemConfig.

When I download and then open the empty.html, all these tags are gone.
It says there are no tagged tiddlers and sometimes shows an Error
in macro tabs message.

I have just updated to latest Java (.23 I think).

2.5 versions of Tiddlywiki from Tiddly Tools 
http://www.tiddlytools.com/quickstart/basics.html
and http://www.tiddlytools.com/quickstart/tiddlyblog.html seem to work
fine. Attempts to upgrade these to 2-6-1 ends in a white screen or
inability to save the changes.

Any advice? Should I try an older version of Firefox? It all seemed to
be working 2 weeks ago before these upgrades...!

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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.