[tw] Re: Opening a TW just once from multiple hyperlinks

2008-10-19 Thread kilucas

Thanks, I'll take a look. I'm conscious that sometimes when I click on
hyperlinks online, my browser opens a new window (or tab in IE7),
sometimes it changes the content of another browser window that's
already open, and sometimes it opens the new content in the window in
which I've just clicked. I've no idea how my browser decides which to
do but would love the option of using an existing second window so
that I only have one copy of the second TW open.

Thanks
Kevin

On Oct 18, 12:46 pm, FND [EMAIL PROTECTED] wrote:
  is there a way to have TW A only open a single window for TW B

 Well, Saq has recently created a Firefox extension to prevent the same
 page from being opened twice:
      htttp://fnd.lewcid.org/tmp/noduplicatetabs.xpi
 It's never been officially announced though, and is still considered an
 early beta - however, I've happily been using it for quite a while now.
 Also, I'm not sure whether that XPI there is actually the latest version
 (0.21).

  change the displayed tiddler in that window to reflect the
  latest clicked hyperlink?

 I don't think remote-controlling browser tabs/windows is easily possible.

 -- F.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Invoking MoveTiddlerToTopPlugin

2008-10-19 Thread kilucas

Ah, thanks. I had indeed misunderstood what it did. Thanks
Kevin

On Oct 7, 9:33 pm, Eric Shulman [EMAIL PROTECTED] wrote:
 On Oct 7, 1:18 pm, kilucas [EMAIL PROTECTED] wrote:

  How is MoveTiddlerToTopPlugin typically implemented please? I can see
  documentation about the macro but not where I might invoke the macro.
  I'd wondered if I should place it on the tiddler toolbar but the macro
  call doesn't have the same form as the definitions in my
  ToolbarCommands macro so I don't know how to add it.

  And maybe it's typically invoked from somewhere else anyway.

    http://www.TiddlyTools.com/#MoveTiddlerToTop
 is not a plugin... it is an inline script, and requires
 installation of
    http://www.TiddlyTools.com/#InlineJavascriptPlugin
 For a brief overview of the differences between script and plugins,
 please see:
    http://www.TiddlyTools.com/#FAQ_ScriptsAndPlugins

 As noted in the MoveTiddlerToTop documentation (view the script source
 to see it), the usage is to 'transclude' the script into any tiddler
 that you want to have displayed at the top, like this:
    tiddler MoveTiddlerToTop
 Note that this script does *not* provide a 'command link' for you to
 click on.  Rather, the script will be invoked each time the tiddler in
 which it has been transcluded
 is rendered, automatically moving that tiddler to the top of the story
 column.

 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Tiddlers in Individual Files (Looking for Mod)

2008-10-19 Thread merosonox

Has anyone come across a mod of TW that stores tiddlers in their own
files?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Using ASCIIsvg in TW

2008-10-19 Thread kilucas

Interesting. I tried the embed etc material in Firefox too but still
only saw the script. That's almost a relief anyway because my Firefox
objectes to pasting into a tiddler because of security problem that I
haven't been able to fix yet, but pasting example SVG code is much
faster and less error prone than retyping it by hand.

I tried placing d.svg adjacent to the TW and even an extra copy of the
original ASCIIsvg.js there although the header markup wouldn't have
known about the latter and neither made any difference.

It's such a shame because the drawing facilities are so useful as well
as the graphing facilities. And, presuming that the graphing
facilities invoke the drawing facilities anyway, I feel drawing by
providing the ASCIIsvg code must somehow be possible.

For now I'm using a separate web page to draw my images and am using
SnagIt to take a screenshot of the drawing which I then place in the
tiddler as an image. This admittedly has the advantage that it can be
viewed by anyone with IE but without the SVGViewer but my pages
typically include mathematical notation via ASCIIMathML so they need
the MathPlayer anyway. AQnd I couldn't reasonably expect any other
user of my TW's to do this.

And I can't render dynamic images using screenshots as I could
theoretically with ASCIIsvg.

So I'll keep thinking about this to see if I can find some way to get
ASCIIsvg code invoked. And I didn't realise there's a plugin to store
images in TWs - I'm holding mine in an Images folder alongside but
this reduces portability I feel. So I'll explore that too - thanks for
the tip.

Kevin


On Oct 19, 1:01 pm, okido [EMAIL PROTECTED] wrote:
 Hi Kevin,

 I had the same problems with IE and ACIIsvg and I abandoned graphics
 for that reason.
 However there is still a concept that I would like to try and that I
 used long time ago when I was still working on my CP/m system.
 At that time I constructed graphs directly in video memory, this
 worked fine.
 Something similar could be done by dynamically altering an image that
 is stored in a tiddler.
 There is a plugin for storing images in tiddlers available.
 At least this would solve IE problems I think.
 Maybe there are some programmers out there how would like to pick up
 this concept.

 Have a nice day, Okido

 On 17 Oct, 20:32, kilucas [EMAIL PROTECTED] wrote:



  Okido

  Thanks for this. I'd forgotten about this source but found a similar
  one called CTY's Math TiddlyWiki athttp://www.jostylr.com/deli.html
  last night, so thanks for the reminder. They both use ASCIIsvg stand
  alone from the enhanced HTMLArea of Peter Jipsen and Bram Chen which
  I'm hoping to use and I'm guessing that I might confuse my TW if it
  includes two versions of ASCIIsvg for now.

  Paolo's examples solely use script to generate graphs or other
  drawings which is exactly my aim, but in addition to the graphing
  front end that Bram mentions above and which works in my TWs.

  They just seem to embed the code in a standard tiddler surrounded by
  html tags and it'd be great if I could do that in HTMLArea but my
  experiemnts have all failed and I just see the code.

  CTY's surrounded the code with two backticks but that might also
  complicate my copy of HTMLArea which uses a single backtick to
  surround ASCIIMathML markup (as does Paolo's I think).

  Lastly, both copies throw object errors when I try to display the
  sample graphs and drawings in IE6 but then Paolo warns it's not tested
  for IE. A quick trial at the link you posted worked fine in Firefox.

  I haven't stteled on my likely browser yet though I'd prefer IE
  because that's the native browser on my target PCs. Both throw
  inconvenient security messages that I've still not got rid of entirely
  and Firefox objects to pasting html without a complicated-looking
  change to the browser environment which I'd have to do on each PC -
  not very appealing.

  So there's a lot left to settle but if I could just invoke ASCIIsvg
  via code in addition to the graphing front end, all in HTMLArea in at
  least one browser, that'd be a great step forward.

  And if I can't, I may fall back to your option with FireFox. So thanks
  for the clues.

  Kevin

  On Oct 17, 5:01 pm, okido [EMAIL PROTECTED] wrote:

   Hi Kilucas,

   I made some graphs with little effort.
   See the TW of Paulo Soares 
   athttp://www.math.ist.utl.pt/~psoares/addons.html
   This will certainly help you further.

   Have a nice day, Okido

   On 17 Oct, 09:43, kilucas [EMAIL PROTECTED] wrote:

Bram

Thanks for this and this parameter screen generates fine when I use
the trigger button on the HTMLArea toolbar.

But I think it is only useful for graphs. If I want to draw say a
trigonometric diagram such as that 
athttp://math.chapman.edu/cgi-bin/math.pl?Sum_of_angles_cos_formula
then I believe I need access to all the ASCIIsvg commands direcatly
and hence would like to know how to embed them in a tiddler.

Do you think 

[tw] Using the ForEachTiddlerPlugin and Listing Recent First Line

2008-10-19 Thread Zypher

I am using the ForEachTiddlerPlugin and I am trying to list the first
10 entries of the tag journal along with the first line of each
tiddler.  I can get it to work, but the first line ends up on the line
below the tiddler title.  How can I get the tiddler title and first
line all on the same line?

Code from tiddler List the first line of all tiddlers with the tag
basic
http://tiddlywiki.abego-software.de

[code]
forEachTiddler
 where
 'tiddler.tags.contains(basic)'
 script
 '
 function getFirstLine(s) {
 var m = s.match(/\s*(.*)/);
 return m != null  m.length = 1 ? m[1] : ;
 }
 '
 write
 '*[[+tiddler.title+]] rarr; +getFirstLine(tiddler.text)+\n'

[/code]

Code from tiddler List the first 10 tiddlers that have the tag 'basic'
http://tiddlywiki.abego-software.de

[code]
forEachTiddler
where
'tiddler.tags.contains(basic)'
write
'(index  10) ? * [[+tiddler.title+]]\n : '

[/code]

My combined code:

[code]
Recent [[Journal]] entries:
forEachTiddler
where
'tiddler.tags.contains(journal)'
script
 '
function getFirstLine(s) {
 var m = s.match(/\s*(.*)/);
 return m != null  m.length = 1 ? m[1] : ;
}
 '
write
'(index  10) ? * [[+tiddler.title+]]\n  rarr;
+getFirstLine(tiddler.text)+\n:  '

[/code]

Output:

Recent Journal entries:
18 October 2008
→ Job celebration dinner
24 September 2008
→ Arrival in Ireland

What am I doing wrong?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Invoking MoveTiddlerToTopPlugin

2008-10-19 Thread kilucas

I do indeed have this plugin and like the sound of the upgrade so will
try it out.

Thanks

Kevin

On Oct 19, 3:18 pm, Eric Shulman [EMAIL PROTECTED] wrote:
 In a previous message, I wrote:

   Note that this script does *not* provide a 'command link' for you to
   click on.

 Although the MoveTiddlerToTop inline script is invoked automatically,
 I can also see where having a manually-invoked command to could be
 useful.

 However, rather than creating new toolbar commands for move to
 top (and move to bottom), I've added these functions to
 [[RearrangeTiddlersPlugin]], where they can be accessed in a popup by
 clicking on a tiddler's title...

 With this plugin installed, you can now either grab a tiddler by it's
 title and drag it up/down in the story column, OR click the tiddler
 title and select the move to top or move to bottom command from
 the resulting popup.

 Get the update (v2.0.0) here:
    http://www.TiddlyTools.com/#RearrangeTiddlersPlugin

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: K2WS theme

2008-10-19 Thread wolfgang

Hi Eriv,

 It's occurred to me that I may not be supplying all the information
 that's needed to complete the upload. The Upload dialogue asks for
 Upload Username, Upload Password, Url of the Upload service script,
 Relative directory where to store the file, Filename of the uploaded
 file, and Relative directory where to backup the file.

 I've been supplying only the first two. Are any others requred?


with a tiddlyspot TW you'll find a WelcomeToTiddlyspot shadowed
tiddler which only ask for the password - since all other settings are
already stored with TspotSetupPlugin. This alone should do for an
upload.

TspotSetupPlugin also sets the SiteUrl shadowed tiddler to your actual
server address. If that still would be the default http://www.tiddlywiki.com/
than something with this plugin might not work in your case.

Regards,

W.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Getting toggle sidebar button into the top menu

2008-10-19 Thread wolfgang

Hi Eric,

 ||I tried putting the command in the TopMenu and Header sections of
 the K2WS StyleSheet, but the button shows up only ||in the MainMenu
 tiddler, not in the menu in the header.|| |
 |
 ||How can I get the button up in the header?

 Thanks,|

you can only place a macro in the actual TopMenu or MainMenu tiddler
(with the standard K2WS theme of http://tiddlythemes.com/empties/K2WS.html
only the MainMenu is in use) - but never in a StyleSheet itself!

Only style definitions can be placed in the StyleSheet.

W.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Random Palette on Startup

2008-10-19 Thread wolfgang

Hi Mike,

it isn't that easily possible to indicate a different ColorPalette
tiddler with a different systemTheme tiddler. Theme tiddlers can have
any title for use with SwitchThemePlugin as long as thei're tagged
systemTheme.

But a ColorPalette is only in use if it's title actually is
'ColorPalette'. That's why the palette switcher of Mptw only renames a
palette tiddler to ColorPalette to have this different ColorPalette
take its effect.

But there is a workaround to switch color palettes with sytemTheme
tiddlers too. For this you have to create separate theme tiddlers for
each color palette, add the StyleSheetColors shadowed tiddlers content
to the !StyleSheet section of each, and replace each occurrence the
ColorPalette therein to the title of a specific ColorPalette.

For example in a theme tiddler with which you want to use MptwBlack
you would have to replace each

[[ColorPalette::

with

[[MptwBlack::

best in an external editor or with QuickEditPlugin package of
TiddlyTools - which also has a search and replace function -
installed.

Regards,

W.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Opening a new tiddler in HTMLArea

2008-10-19 Thread kilucas

Wolfgang

This idea sounds better to me than my current arrangement where a
tiddler of the right tag is opened but in the wrong editor. I have to
exit the editor and re-enter whereas your solution it least reduces
the number of steps.

I've imported the plugin but admit I haven't a clue what to do with it
as I couldn't find any documentation or comments on how to use it. It
shows up in my plugins but neither my search, Goto, or tiddler list
finds it.

Do you know how I'd use it in my TW perhaps? Given your description,
the idealfor me is to have a button below the standard new tiddler
button in the rightsidebar.

Many thanks for any clues you might have.

Kevin

On Oct 20, 12:37 am, wolfgang [EMAIL PROTECTED] wrote:
 Hi Kevin,

  Is there some other way that I can open a new tiddler, tagged with
  wysiwyg and that opens first time in the HTMLArea editor perhaps?

 You could use NewSavedTiddlerPlugin, which creates new tiddlers but
 they're opened in view mode, and would need only one additional 'Edit'
 click to have them opened with HtmlArea editor:

 http://monkeygtd.tiddlyspot.com/demo3.html#NewSavedTiddlerPlugin

 Regards,

 W.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: UNC Path Problem - Resolution

2008-10-19 Thread kilucas

Wolfgang

Thanks for the feedback.

Presumably this means I can't inspect the code for the fix via a
tiddler (though presumably I could dump the source and inspect that)
but I could still apply the fix via the custom plugin. Does that mean
that I just dump all the code above into a tiddler and tag it with
systemConfig?

I'm not at all clear whether there'd be additional code I'd need to
precede it with or end the tiddler with, never having created a plugin
other than by importing.

And feel free to warn me off if this approach is complex - I'm not
very technical and am only looking to see if there's a simple solution
within my reach, rather than a complex solution that demands a lot
more time in the TW documentation and forums.

It still seems odd that this problem persists in 2.4.1. I'll also see
what happens if I map a drive letter to the UNC path.

Meanwhile many thanks for your guidance as ever.

Kevin

On Oct 19, 11:39 pm, wolfgang [EMAIL PROTECTED] wrote:
 Hi Kevin,

  warning to leave the core alone and modify a plugin instead, I wasn't
  sure where this specific core function exists and hence which shadow
  tiddler to check and modify if necessary. Which would it be please?

 core function all exists in the TW file itself and you could see and
 edit them - which is warned of - if you open your TW not in a browser
 - but in an editor. There are no core functions in shadowed tiddlers.

 Regards,

 W.
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Bram Chen's HTMLArea

2008-10-19 Thread kilucas

Bram

As I use more parts of HTMLArea including those which throw up dialog
boxes from buttons on the toolbar, I find that many of them are
labelled with symbols that my PC won't display. Even what are
presumably OK and Cancel buttons on the hyperlink dialog just display
as hollow squares.

Am I somehow picking up labels that aren't in English and if so should
I have made some configuration or file selection somewhere to see
English labels perhaps?

Many thanks for any guidance you have.

Kevin

On Oct 9, 11:35 pm, kilucas [EMAIL PROTECTED] wrote:
 Bram

 Thanks for this - I'm looking forward to trying it shortly.

 By the way, I noticed that some of the tooltips on the editor buttons
 show up on my PC as a series of hollow squares. Is this likely to be
 an issue with different langauge sets perhaps?

 Thanks very much for your help.

 Kevin

 On Oct 8, 4:08 am, BramChen [EMAIL PROTECTED] wrote:



  Thanks Kevin and Eleanor,

  I'd corrected the typos about 'wysywg' and change the default lang
  setting ofHTMLAreaeditor to 'en' in AsciiMath-2.4.1.en.html.
  Please downloaded AsciiMath-2.4.1.081008.zip from
   http://sourceforge.net/project/showfiles.php?group_id=150646package_...

  You could also customize the tags to enable and/or disable the wysiwyg
  editor by changing the arrays' elements of
  'config.macros.edit.enableWYSIWYGtags' and/or
  'config.macros.edit.disableWYSIWYGtags', for example, to create a
  tiddler tagged with systemConfig and add contents as below,
  config.macros.edit.enableWYSIWYGtags = ['wysiwyg','SomeOtherTag'];
  config.macros.edit.disableWYSIWYGtags =
  ['systemConfig','systemTiddler'];

  then save changes and reload pages.

  Cheers,

  Bram Chen

  On 10月8日, 上午1時31分, kilucas [EMAIL PROTECTED] wrote:

   Wow - it's excellent to see this in an uptodate TW. Thanks very much
   indeed.

   The only initial glitch I had was that I didn't realise I had to give
   a tag of wyswyg to any tiddler to be edited withHTMLAreaand that I
   initially assumed this would be wysiwyg. But I can live with that
   just to see those formulae and to have a mathematical core I can build
   on.

   Given that, yet again, I didn't win the Physics Nobel prize announced
   today your TW has still made my day!! Maybe I get to win it next year
   off my reinvigorated use of TW!

   Thank you very much.

   Kevin

   On Oct 7, 6:09 pm, kilucas [EMAIL PROTECTED] wrote:

Ah, excellent. I will. Thanks
Kevin

On Oct 7, 10:12 am, BramChen [EMAIL PROTECTED] wrote:

 Sorry Kevin,

 I forgot to pack core .js file with AsciiMath-2.4.1.080902.zip.

 Download the new one, named AsciiMath-2.4.1.081007.zip, please.

 Bram

 On 10月7日, 上午3時45分, kilucas [EMAIL PROTECTED] wrote:

  Very helpful all.

  I'll experiment with this further very shortly but can I just check;
  should I be able to open AsciiMath-2.4.1.en.html and seeHTMLAreain
  action? When I try to open it Internet Explorer 6 and Firefox show a
  blank screen.

  I've unzipped everything, preserving folder structures, and just
  attempted to open this file as it appeared there alongside ther
 HTMLAreafolder.

  Thanks

  Kevin

  On Oct 6, 9:19 am, BramChen [EMAIL PROTECTED] wrote:

   The AsciiMath-2.4.1.080902.zip is now based on TW 2.4.1, it could 
   be
   downloaded from

  http://sourceforge.net/project/showfiles.php?group_id=150646package_...

   --
   Bram

   On 10月6日, 下午2時58分, wolfgang [EMAIL PROTECTED] wrote:

   http://garr.dl.sourceforge.net/sourceforge/ptw/http://garr.dl.sourcef...

W.- Hide quoted text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Getting toggle sidebar button into the top menu

2008-10-19 Thread Eric Weir

wolfgang wrote:
 you can only place a macro in the actual TopMenu or MainMenu tiddler
 (with the standard K2WS theme of http://tiddlythemes.com/empties/K2WS.html
 only the MainMenu is in use) - but never in a StyleSheet itself!

 Only style definitions can be placed in the StyleSheet.
   

Thanks, Wolfgang. I wasn't very clear. I didn't put the macro in the 
StyleSheet. Rather, I put it in the MainMenu tiddler. What I put in the 
StyleSheet was .HideSideBarButton {float:right;}, which I gather is a 
style definition. The instructions with the macro say that if you're 
using a horizontal menu, and you put this style definition in the 
StyleSheet, it will cause the toggle sidebar button to appear right 
aligned.

Since the contents of the MainMenu tiddler in this TW appear at the top 
across the bottom of the header, I thought if I did what was suggested 
the button would appear in the bottom right corner of the header. But it 
doesn't. It appears in the bottom right corner of the MainMenu tiddler.

So again, my question -- how do I get the button up in the header, 
preferably at the end of the menu?

Thanks,

Eric Weir
Decatur, GA  USA
[EMAIL PROTECTED]

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Can't open subfolders from table generated by ShowLocalDirectory script

2008-10-19 Thread roger

I have Eric's ShowLocalDirectory script installed.  If I use the
script without any filepath parameters i.e. tiddler
ShowLocalDirectory then I can navigate within the table to any
parent or child folders in the local directory.

If I use the script with a localpath parameter to display the contents
of a specified directory, i.e. tiddler ShowLocalDirectory with:
localpath format then the parent and child folders still show up in
the table listing, but when I click on them no action occurs.

Is it possible to navigate to parent and child folders when displaying
the contents of a specified directory?

~ Roger
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Bram Chen's HTMLArea

2008-10-19 Thread BramChen

You could manually modify the MarkupPreHead as:
!--{{{--


script type=text/javascript
_editor_url = HTMLArea/;
_editor_lang = en;
/script

!--}}}--

Where the *_editor_lang* should be assigned to en but not zh-Hant
in AsciiMath-2.4.1.en.html.
Sorry, the mistake was the result of an oversight.

--
Bram

On 10月20日, 上午8時59分, kilucas [EMAIL PROTECTED] wrote:
 Bram

 As I use more parts of HTMLArea including those which throw up dialog
 boxes from buttons on the toolbar, I find that many of them are
 labelled with symbols that my PC won't display. Even what are
 presumably OK and Cancel buttons on the hyperlink dialog just display
 as hollow squares.

 Am I somehow picking up labels that aren't in English and if so should
 I have made some configuration or file selection somewhere to see
 English labels perhaps?

 Many thanks for any guidance you have.

 Kevin

 On Oct 9, 11:35 pm, kilucas [EMAIL PROTECTED] wrote:

  Bram

  Thanks for this - I'm looking forward to trying it shortly.

  By the way, I noticed that some of the tooltips on the editor buttons
  show up on my PC as a series of hollow squares. Is this likely to be
  an issue with different langauge sets perhaps?

  Thanks very much for your help.

  Kevin

  On Oct 8, 4:08 am, BramChen [EMAIL PROTECTED] wrote:

   Thanks Kevin and Eleanor,

   I'd corrected the typos about 'wysywg' and change the default lang
   setting ofHTMLAreaeditor to 'en' in AsciiMath-2.4.1.en.html.
   Please downloaded AsciiMath-2.4.1.081008.zip from
http://sourceforge.net/project/showfiles.php?group_id=150646package_...

   You could also customize the tags to enable and/or disable the wysiwyg
   editor by changing the arrays' elements of
   'config.macros.edit.enableWYSIWYGtags' and/or
   'config.macros.edit.disableWYSIWYGtags', for example, to create a
   tiddler tagged with systemConfig and add contents as below,
   config.macros.edit.enableWYSIWYGtags = ['wysiwyg','SomeOtherTag'];
   config.macros.edit.disableWYSIWYGtags =
   ['systemConfig','systemTiddler'];

   then save changes and reload pages.

   Cheers,

   Bram Chen

   On 10月8日, 上午1時31分, kilucas [EMAIL PROTECTED] wrote:

Wow - it's excellent to see this in an uptodate TW. Thanks very much
indeed.

The only initial glitch I had was that I didn't realise I had to give
a tag of wyswyg to any tiddler to be edited withHTMLAreaand that I
initially assumed this would be wysiwyg. But I can live with that
just to see those formulae and to have a mathematical core I can build
on.

Given that, yet again, I didn't win the Physics Nobel prize announced
today your TW has still made my day!! Maybe I get to win it next year
off my reinvigorated use of TW!

Thank you very much.

Kevin

On Oct 7, 6:09 pm, kilucas [EMAIL PROTECTED] wrote:

 Ah, excellent. I will. Thanks
 Kevin

 On Oct 7, 10:12 am, BramChen [EMAIL PROTECTED] wrote:

  Sorry Kevin,

  I forgot to pack core .js file with AsciiMath-2.4.1.080902.zip.

  Download the new one, named AsciiMath-2.4.1.081007.zip, please.

  Bram

  On 10月7日, 上午3時45分, kilucas [EMAIL PROTECTED] wrote:

   Very helpful all.

   I'll experiment with this further very shortly but can I just 
   check;
   should I be able to open AsciiMath-2.4.1.en.html and seeHTMLAreain
   action? When I try to open it Internet Explorer 6 and Firefox 
   show a
   blank screen.

   I've unzipped everything, preserving folder structures, and just
   attempted to open this file as it appeared there alongside ther
  HTMLAreafolder.

   Thanks

   Kevin

   On Oct 6, 9:19 am, BramChen [EMAIL PROTECTED] wrote:

The AsciiMath-2.4.1.080902.zip is now based on TW 2.4.1, it 
could be
downloaded from

   http://sourceforge.net/project/showfiles.php?group_id=150646package_...

--
Bram

On 10月6日, 下午2時58分, wolfgang [EMAIL PROTECTED] wrote:

http://garr.dl.sourceforge.net/sourceforge/ptw/http://garr.dl.sourcef...

 W.- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -- Hide quoted text -

   - Show quoted text -- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: No-Brainer Notes (now with QuickEditToolbar) now accessible from giffmex.org

2008-10-19 Thread Dave Gifford - http://www.giffmex.org/

Probably shouldn't waste anybody's time with this, but...

I can't wait for this election to be over in the US. Out of vanity I
have a Google Alert for No-Brainer Notes, but I am getting flooded
with alerts about the election. People are saying that the election is
a no-brainer, and that Palin has no brain. No one, it seems, is taking
notice of No-Brainer Notes TiddlyWiki, however, except here. Good
thing I don't have a Joe the Plumber TiddlyWiki.

The other trend I am picking up is that everyone seems to be on
Facebook this week. I am getting all kinds of comments and friend
requests this week when usually I only get one or two a month (sent to
my e-mail, since I never go on Facebook). Maybe the financial crisis
is driving everyone away from pastimes that require money, and they
are spending their time on the Internet? I dunno.

Blessings,

Dave
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Opening a new tiddler in HTMLArea

2008-10-19 Thread BramChen

Kevin

 Is there some other way that I can open a new tiddler, tagged with
 wysiwyg and that opens first time in the HTMLArea editor perhaps?

create a tiddler, name it as 'htmlareaPluginAddon' and enter the text
as below,
tiddler _dummy with: {{
window._newWysiwyg = function(title){
var tiddler = new Tiddler(title);
tiddler.tags.push('wysiwyg');
tiddler.modifier = config.options.txtUserName;
store.addTiddler(tiddler);
story.displayTiddler(null,title,DEFAULT_EDIT_TEMPLATE);
return false;
}
}}htmla class=button href=javascript:; title=$2
onClick=_newWysiwyg.call(this,'$1')$1/a/html


usage of this scipt:
tiddler htmlareaPluginAddon with:new wysiwyg Create a tiddler
tagged with 'wysiwyg'

(where the first one parameter is the button label, and the second is
tooltip)
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Opening a new tiddler in HTMLArea

2008-10-19 Thread BramChen

 Is there some other way that I can open a new tiddler, tagged with
 wysiwyg and that opens first time in the HTMLArea editor perhaps?

You could create a tiddler, name it as 'htmlareaPluginAddon' and enter
the text
as below,
tiddler _dummy with: {{
window._newWysiwyg = function(title){
var tiddler = new Tiddler(title);
tiddler.tags.push('wysiwyg');
tiddler.modifier = config.options.txtUserName;
store.addTiddler(tiddler);
story.displayTiddler(null,title,DEFAULT_EDIT_TEMPLATE);
return false;
}
}}htmla class=button href=javascript:; title=$2
onClick=_newWysiwyg.call(this,'$1')$1/a/html

usage of this scipt:
tiddler htmlareaPluginAddon with:new wysiwyg Create a tiddler
tagged with 'wysiwyg'

(where the first one parameter is the button label, and the second is
tooltip)
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Can't import from a tiddlywiki file with a underscore in it.

2008-10-19 Thread FND

 Can't import from a tiddlywiki file with a underscore in it.
 Once I change the TW filename to something without a underscore it
 works

That's interesting - can you provide us with some details (OS, browser 
and TiddlyWiki version, plugins etc.):
 http://www.tiddlywiki.org/wiki/Troubleshooting


-- F.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---