[tw] Notify goes from 50ms to 4000ms during startup

2011-06-08 Thread Philippe Cornu
Hi TW Group,
I encounter a “strange” behaviour with my TiddlyWiki document…

The “notify” goes from 50ms to 4000ms during the startup.
I have activated the “chkDisplayInstrumentation” in the backstage
tweak to check all start-up timings and only the “Notify” timing is
bigger.

I have the same problem with all plugins disabled.

To “fix temporary” the problem, I have modify a tiddler link in the
left “MainMenu” from [[UserGuide Information]] to [[UserGuide
Information|UserGuide Information]] means by adding a label name.

FYI, the related tiddler named “UserGuide Information” contains around
30 links to internal tiddlers.

My questions:
Any idea to explain the reason why the notify is so slow and why
adding a label to the tiddler link solves the issue?

Many thanks and congratulations for this wonderful wiki engine : )
Philippe CORNU

-- 
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: Automatically Append Text to Existing tiddler Content Upon Editing

2011-06-08 Thread MHill
Thanks Eric, but, as you said, not exactly what I'm looking for. I'm
new to Tiddlywiki, so I'm not even sure if this type of automatic
behavior can be provided by a plugin. Perhaps I need to just edit the
script code within my TW HTML file?

On Jun 7, 6:21 pm, Eric Shulman elsdes...@gmail.com wrote:
  a couple of newlines and '[current date/time]: ' are
  automatically appended in the edit box before I begin typing.

 While not exactly as you describe, you might try either of these:

 http://www.TiddlyTools.com/#CommentPluginhttp://www.TiddlyTools.com/#CommentPluginInfo

 http://www.TiddlyTools.com/#QuickNotePluginhttp://www.TiddlyTools.com/#QuickNotePluginInfo

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
 --
 Was this answer useful? If so, please help support TiddlyTools:

    TiddlyTools direct contributions: (paypal)
      http://www.TiddlyTools.com/#Donate
    UnaMesa tax-deductible contributions:
      http://about.unamesa.org/Participate(paypal)
    TiddlyWiki consulting:
      http://www.TiddlyTools.com/#ELSDesignStudios
      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: Displaying selected tiddler in Sidebar

2011-06-08 Thread skye riquelme
Hu

Just saw your message..very ineteresting.

In the interest of keeping things light on the loading I often use
MasterIncludesPlugin so that the plugins are all stored in a sepearte
file.very handy when working locally.

So, when I open this TW as a local file in my Dropbox...it opens up
fine. When I open it using its URL blanck page!!

When I open it using its URL, and with Firebug activated what I get is
an error in the MasterIncludePlugin.js file (which is supposed to be
loading the plugins) -

the error message is   getXMLHttpRequest is not defined , and the
line
var XHR = getXMLHttpRequest();

Anyone with good javascript able to tell me whats happening...and more
importantly how to fix it?

I have seen this before when trying to use MasterIncludes directly
from by server.bit of a pity...MasterIncludes is a great
Plugin...but only works locally

Thanks
Skye

PS - Guess this should be a new thread. I will save the above TW
without MasterIncludes so you can see the TW.


On Jun 7, 3:41 am, Cyrill 2rig...@googlemail.com wrote:
 Hello,
 sometthing brocken with the file ? - with firefox only a white site

 Regards

 On 7 Jun., 01:48, skye riquelme riquelme.s...@gmail.com wrote:







  Hi Mans

  Sorry to delay in responding.you can see a copy of what I came up
  with here -http://dl.dropbox.com/u/284644/Translating/Translating.html
  - note that the portuguesplugin is still active...but if you click on
  english (in the header) and then click on an englisg item you will be
  the basic idea.

  Thanks
  Skye

  On May 31, 4:46 pm, Måns humam...@gmail.com wrote:

   Hi Skye

   ...and a simple addition to the viewtemplate..sets a
config.option to the tiddler title value.which the sidebar uses to
display the same tiddler. The display also has a simple button in the
toolbar that uses newHere to open a new tiddler, tagged with the
english tiddler name and the tag portugueswhere the user writes
the translation.

If the user opens an english tiddler that already is partially
translated...the viewtemplate shows the name of the portugues pair
tiddler (thanks to a simple use of matchTagsPlugin).

So, its basically running as I wantedmaybe a bit
cumbersome.but basically functional.

   I've been thinking about your usercase - and Dave Giffords widescreen
   TW came to mind.
   He uses the MainMenu as a very wide container, and I saw a possible
   route to take...
   Your own solution appears to be somewhat more sophisticated - and
   interesting indeed.

   Would you consider to share a copy of your work in progress?
   (tiddlyspot, dropbox, tiddlyspace or ...) - I'd love so see it in
   action!

   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] MasterIncludesPlugin???

2011-06-08 Thread skye riquelme
Hi All

In the interest of keeping things light on the loading side (and
minimize duplication in the myriads of TW that keep populating my
laptop) I often use MasterIncludesPlugin so that the plugins are all
stored in a sepearte file.very handy when working locally.

When I try this from my server..its does not work. I have just
found that even when the MasterIncludesPlugin scheme is used in from a
Dropbox file. when I open a TW as a local file in my Dropbox...it
opens up fine. When I open the same file using its URL (in this case
its in the Public dropbox folder) blanck page!!

When I open it using its URL, and with Firebug activated what I get is
an error in the MasterIncludePlugin.js file (which is supposed to be
loading the plugins) -

the error message is   getXMLHttpRequest is not defined , and the
line 126
var XHR = getXMLHttpRequest();

Anyone with good javascript able to tell me whats happening...and more
importantly how to fix it?

Its rather frustrating...MasterIncludes is a great Plugin...but only
works locally

Thanks
Skye

-- 
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: locating local files for email attachment

2011-06-08 Thread skye riquelme
Hi all

Guess I need to make my question clearer.

Basically I want to know the code, that allows a user to navegate
within the local computer, locate a file and return file name and
locationits basic to all navegation...I just dont know the code
that does it?

Thanks in Advance
Skye

On Jun 3, 4:46 pm, skye riquelme riquelme.s...@gmail.com wrote:
 Hi All

 I often use Erics Contact form to allow users to send me quick emails.
 Works great!

 And I use dropbox as a way of having students collaborate and share
 files and information. And I have a mail to dropbox program that
 means that any attachment sent to a sepcific email address...the
 attachment gets uploaded to a dropbox folder..also working well.

 Now I want to combine them.the contact form in the main course
 TW.allows student to select a local file and sends to the dropbox
 address as an attachmentthus uploading the file.

 SO, in the email form, what is the code thatallows a user to navegate
 the local system and select a file...and pass this information to the
 email send?

 Thanks in advance

 Skye

-- 
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: The Old Language Problem

2011-06-08 Thread skye riquelme
Hi All

Anyone making progress on this one?

Skye

On Jun 2, 4:20 pm, Jon jevis...@noctrl.edu wrote:
  See:https://groups.google.com/group/tiddlywiki/browse_thread/thread/46f10...
  I made a ticket #1227 to fix this problem.

 This appears to be the same basic problem as one I encountered when
 trying to do a more specialized import using core functions. I added a
 minimal test case to ticket #1227 (http://trac.tiddlywiki.org/ticket/
 1227) that shows this problem occurs when loadFile and
 importTiddlyWiki core functions are used for tiddlers that contain
 special characters.

 Jon

-- 
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: Hotkeys

2011-06-08 Thread Trey
Let me rephrase this long and rambling question.

Using the CaptureKeysMacro, can I set up key combinations as seen on
google - press g and then i to go to inbox, for example?  The
point is that you press one key //and then// another one - you don't
have to press them together.  Is this doable?

See http://bradleymeck.tiddlyspot.com/#CaptureKeysMacro

It looks like several people have asked about getting better key-
combination support in the past and gone wanting...is it an orphan
topic?

Trey


On Jun 7, 11:10 pm, Trey ionobr...@gmail.com wrote:
 Hi TW Group!
 I have a question about the captureKeysMacro, an overview of which is
 here:http://groups.google.com/group/TiddlyWiki/browse_thread/thread/b637fb...

 I'm doing a redesign of my personal TW.  My design concept is all
 based around the ability to do fancy things with hotkeys.  In general
 what I want is the same sort of key-command functionality available in
 Gmail - just start typing (anywhere other than an input-box).  For
 example, at any time in Gmail one can type g and then i to go to
 the inbox.  No accesskeys required.  I want to do things like:

 - open named sliders
 - open links / tiddlers
 - scroll the window to the first/next/previous/last tiddler with the
 arrow keys
 - focus on the searchbox (shift-alt-s not working in firefox ubuntu)
 - change visibility of an object (e.g. to set css display: visible
 or hidden to a fixed help window which will remind me of the key
 mapping, also like gmail)

 Is this horrendously difficult?  I think basically I'm looking for a
 beginners tutorial on how to modify this:

 config.macros.captureKeys.captureKey(document,saveChanges,S,false,false,true);
 (from the help documenthttp://bradleymeck.tiddlyspot.com/#CaptureKeysMacro.)

 Kind of a separate question:
 Javascript can be intimidating for a novice - I have HTML / CSS
 knowledge, but in javascript you start getting seemingly arbitrary
 things like, just as an example,

 config.macros.captureKeys.preventDefault()

 How would I know that this preventDefault existed unless the plugin
 author told me?  How can I find out (on my own) what it does?  Is
 there a central function list somewhere or are these functions all
 uniquely defined within each plugin?  This has confused me and been a
 wall I've run into with TW modification before.

 Appreciate any help.  This group is awesome.
 Trey

-- 
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: Screwy Tab CSS

2011-06-08 Thread Dave Gifford - http://www.giffmex.org/
Thanks for all your help Julian!

Dave

On Jun 7, 9:45 am, Julian Knight jk.goo...@knightnet.org.uk wrote:
 You might also experiment with the z-order so that you force any overflows
 to disappear behind other elements.

 These are the reasons that I disagree with the folks who insist that only
 DIV based layouts are valid. It is hard and often impossible to make a fully
 robust DIV based layout whereas table based layouts are very easy to make
 robust for a very wide range of window and text sizes.

 Regards, Julian.

-- 
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.