[tw] Re: jtab macro not working in 2.6.0

2010-11-01 Thread Heller
Yep that is correct I am using the Chrome browser and have set up the
shortcuts to include cookies etc. at startup, so at least that issue
has been resolved thnx --F.


-- 
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: jtab macro not working in 2.6.0

2010-10-30 Thread Heller
Nope as you expected that did not help :-(

What I notice as well is that when I try to import via backstage I get
the following error
"Error getting list of tiddlers, click Cancel to try again"

as well.
For now I am just going to link to a seperate tiddlywiki version 5.6.2
fro my tabs...

-- 
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: Image and text placement

2010-10-27 Thread Heller
Yoohoo!! thnx, worked perfectly...

-- 
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] Image and text placement

2010-10-27 Thread Heller
Could somebody please advise me how to align an image and text.
I have an image [img[./images/clip.png]]
and some text "All of my stuff" to the right of the image.
The text is at the bottom of the image

-
|   |
|   |
|   | All my stuff


and i would like

-
|   |
|   |All my stuff
|   |


In the tiddler I have
{{welcome{[img[./images/clip.jpg]]All my stuff}}}

In the stylesheet

.welcome{
   text-align: left;
   vertical-align:middle;
}

But this does not seem to be working...

-- 
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: Data and view templates

2010-09-20 Thread Heller
On Sep 20, 10:49 pm, whatever  wrote:
> > The referencing problem is in the ArtistForm "tiddler.title" =
> > ArtistForm and not Andy
> > when it is called from Andy by <>
>
> Try <>

Must I call the tiddler with this <>
or reference it like this in ArtistForm
document.write(DataTiddler.getData({{tiddler.title}},"Name");)

I cannot seem to get either to work... The Tobias and Okido method
works...

> w

-- 
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: Data and view templates

2010-09-20 Thread Heller


On Sep 20, 8:56 pm, whatever  wrote:
> A question. How do you get the data into your current format?

I just edit the  directly in the tiddler...

> Do you
> use FormTiddlerPlugin (http://tiddlywiki.abego-software.de/
> #FormTiddlerPlugin)?

I started using this plugin which is great for modifying the data but
that did
not provide a way of just viewing the data in a non-form format.

> Because if you just want the "look" of a "form",
> you can use this plugin to create a form and then use the ViewTemplate
> with HideWhenPlugin (from MPTW, I think), so that every tiddler tagged
> with Artist has the same form. Alternatively, you can use Eric's
> TaggedTemplateTweak for the same purpose.
>

I found the 'coding' that had to be done with the TaggedTemplateTweak
too extensive for me.

Your referencing suggestion (and as explained by Okido) works just
great.
When I get the basics set-up I will post a link of the result here...

Thnx guys

-- 
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: Data and view templates

2010-09-20 Thread Heller
Ok just to clear the referencing point:

Tiddler Andy contains

<>
{
"Name":"Andy",
"Site": "[[URL|http://www.licklibrary.com]]";
}

The tiddler is tagged [[Artist]]
===
Tiddler ArtistForm contains

NAME:document.write(DataTiddler.getData(tiddler.title,"Name"));
URL:wikify(DataTiddler.getData(tiddler.title,"Site"),place); 


The referencing problem is in the ArtistForm "tiddler.title" =
ArtistForm and not Andy
when it is called from Andy by <>

-- 
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: Data and view templates

2010-09-20 Thread Heller
Hi Okido,

I really would like to pursue the JS path but need to know how to
reference the tiddler title
as set out out in three posts ago... any idea?

-- 
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: Data and view templates

2010-09-20 Thread Heller
Ah yes the ForEachPlugin is just fine for making lists and I already
use it for such thanks anyway,
What i am really looking for is a way to apply a standard "record
view" of the data in the tiddler other
than what <> macro.

I thought of simply putting the
NAME:document.write(DataTiddler.getData(tiddler.title,"Name"));
URL:wikify(DataTiddler.getData(tiddler.title,"Site"),place);

in a ArtistForm Tiddler

and adding the <> line to the Andy tiddler but
then
the referencing of "tiddler.title" in the script is wrong and don't
know how to get it
to reference the title of the tiddler from which it is being  called
"Andy" and not the
tiddler.title in which the script resides "ArtistForm"

-- 
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] Data and view templates

2010-09-20 Thread Heller
Ok I have a tiddler named Andy
The tiddler contains data (I am using the DataTiddlerPlugin)

{
"Name":"Andy",
"Site": "[[URL|http://www.licklibrary.com]]";
}

The tiddler is tagged [[Artist]]

Now I have some javascript (I am using the InlinejavascriptPlugin)

NAME:
document.write(DataTiddler.getData(tiddler.title,"Name"));
URL:
wikify(DataTiddler.getData(tiddler.title,"Site"),place);

I would like to apply the script to every tiddler that has the tag
[[Artist]]

Are there any readily available plugins out there for doing this?

I have looked at FormTiddlerPlugin and TaggedTemplateTweak but they do
not do the above.

-- 
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] AttachFile plugin error

2010-09-14 Thread Heller
I am using tiddly version 2.6.0
MPTW theme
AttachFileMIMETypes
AttachFilePlugin
AttachFilePluginFormatters
Firefox 4 Beta

Trying to attach a file gives the following error

cannot read file - invalid path: Surf.bmp

Anyone else getting this?
It is most likely related to FF4 Beta...
Everythingelse seems to work just fine

-- 
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: How to move main menu to top menu

2010-09-14 Thread Heller
Great stuff Mario...
I wish I had the discipline to document my tiddly
enhancements the way you do...
I inevitably end up asking things I have done before
here if I cannot find it through a search in the group
but now I have a pretty comprehensive reference
from you 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: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Heller
Thanks Tobias the crux there was top I think. It now works exactly as
expected...

So to re-cap

Insert into MPTW.PageTemplate


Put in StyleSheet
#headerSearch {
 position: absolute;
 top: 2px;
 right: 85px;
}

#headerSearch a {
 border: none;
}

-- 
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: How to move main menu to top menu

2010-09-13 Thread Heller
Great stuff thanks people I got what I wanted and itis working just
great...

-- 
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: MPTW how to get search box in subtitle on the right

2010-09-13 Thread Heller
Máns,
As you can see in my original posting I already tried this
and it did not work...
Take note I am using the MPTW theme...

-- 
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] MPTW how to get search box in subtitle on the right

2010-09-13 Thread Heller
Could someone please tell me how to get the search box
on the extreme right of the subtitle in the MPTW theme tiddly

PageTemplate


  
  



and StyleSheet

#headerSearch {
 position: absolute;
 bottom: 5px;
 right: 25px;

}

#headerSearch a {
 border: none;
}

does not work for me...

-- 
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: How to move main menu to top menu

2010-09-13 Thread Heller
I was actually looking to customizing a vanilla TiddlyWiki
but I guess as MPTW contains most of the customization
I require anyway it is a good starting point...

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] How to move main menu to top menu

2010-09-13 Thread Heller
Can anyone please point me in the direction of how to put the main
menu along the top instead of on the left. A search of the posts
returns incomprehensible solutions from 2006

-- 
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: bad people

2010-04-12 Thread Heller
hmmm WE know better...
and WE are a heck of a lot of people...
In the land of wiki tiddly rules...
so adaptable...
If the person in question does not
like the tiddlytools site there are other alternatives...
but passing comments like IT did is certainly
uncalled for and unworthy of even a retort, so this
message is solely for your consolation Eric
WE really do appreciate your endeavours...

-- 
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: D3 GTD

2010-04-03 Thread Heller
Context is a concept from the book GTD by Dave Allen (I can recommend
reading this)
and pertains to placing an action in context, i.e. 'what is this
action related too?'
eg. an action 'Send g'ma an E-mail'can relate to 'PC' because you
would perform the action
when you are sitting behind your PC. So placing actions in context
means grouping them
together by the context in which you would execute them.

On Apr 3, 10:30 am, Steve T  wrote:
> I D'ld D3 from Tiddly spot.
>
> One of my biggest 'Getting things Done" tasks is to get my "getting
> things done' tiddlywik done !
>
> It's a shame there is not a simple USER guide, I may have given up at
> first but I'm glad I didn't.
>
> Saying "download the example and look at it" doesn't do it for me. A
> simple bullet point guide would take less time to write. I don't mean
> a geeks tweak guide - I mean how to put a GTD thang into operation -
> kinda like how to write a letter.
>
> I shall have a stab at this myself as I'd like to deploy this as a
> project management tool. However I'm not the person to do it as I'm
> sure I'd miss loads e.g. I don't understand "contexts".
>
> I've searched but I can't find anything. Any pointers? I'd happily
> start a wiki "how to" guide and invite collaborators.
>
> Steve T

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

2009-12-29 Thread Heller
Bump from Holland!!!

--

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] images text and columns

2009-12-10 Thread Heller
I would like to do the following


   ------
  |   |   ||| |
  |  1   |   | 2 || 3   |
  |   |   ||| |
   ------
   some   | some   |More
 text   |  text |other
   under   |4 2   |text 4 3
  image 1||

What is the most convenient way of doing this?
HTML (tables etc)?
CSS?
GridPlugin?
Standard wiki tables?
Other?

--

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

2009-11-30 Thread Heller
Mans,

The background 'tag tiddler with paper1' etc is not working together
with twocolumns...
It then only displays a single tile of background instead of spreading
it over the whole tiddler...


Nice work, this is really going to be a very nice adaption...

RobV

--

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

2009-11-30 Thread Heller
Mans,

Great work I particularly like the 'automated' online switching off of
edit,
double click, changing menu's etc.

I tagged a tiddler with 'page1' and the background doesn't change
over
the whole tiddler but displays a single square of 'rough paper' in
firefox on
a windows Vista PC.

--

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: List of todo's

2009-11-25 Thread Heller
Mans,

Thanks very much for your efforts and I understand how you
are using tagglytagging and treeview to display and manage
the various items..

...but I was really looking for something much simpler and
have reverted to the ReminderMacro http://remindermacros.tiddlyspot.com/

So now when i am setting up an article and want to enter
a reminder to insert say an explanatory image, right there
where I want to insert the image i say
<>

I then just create a tiddler called Reminders and put
<>
in it and it shows me all my reminders and provides a link to the
tiddler
for example where I need to insert that image. Once I have inserted
the
image I just remove the <>

Rob

--

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: List of todo's

2009-11-25 Thread Heller
Mans,

I don't quite get it...

Here is what I mean...

Tiddler1
blah blah blah TODO:Search...

Tiddler2
blahdieblah TODO:Insert... blah blah

Tiddler3
Yak yak yak TODO:Verify... yaketieyay

ToDoList
Search... Tiddler1
Insert... Tiddler2
Verify... Tiddler3

Sort of like entering reminders into your tiddlers as you go along and
then having all the reminders showing up in a list with reference to
the tiddler they are put in...

--

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] List of todo's

2009-11-25 Thread Heller
I am busy writing an article using tiddlywiki and I need to place a
todo in a tiddler, for instance "do a google search..."
Then when I have done a number of tiddlers this way, marking them here
and there with things still to apply/lookup etc. I need a list of all
the todo's(markings) in the various tiddlers with a link to the
tiddler from where the todo originates.

Is there a handy plugin for this or a combination of plugins with
which to achieve this?

Thanks in advance for any help. BTW I am using the NoteStorm tiddly
adaption

--

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: To Eric Shulman

2009-11-17 Thread Heller
Eric must be back... he has been sighted in thread 'How to display a
tiddler in multi-columns style ?' on Nov 17 at 8:13pm

--

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




[tw] Re: To Eric Shulman

2009-11-15 Thread Heller

Beterschap as we say in Dutch...
--~--~-~--~~~---~--~~
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: Saving From Network Drive using IE Fails

2009-11-05 Thread Heller

I have not read through the whole thread but I presume that the
address you are using is file:///drive:folder/tiddly.html

--~--~-~--~~~---~--~~
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: Tiddle: beta release. A desktop application providing an indexed view into your TiddlyWiki

2009-10-13 Thread Heller

Very nice

Could you also put in a link file://tiddly.html#tiddler so that you
could open the standard browser with the chosen tiddler?

I use Executor as 'command line launcher' which already binds to
several Win keys, could you maybe make this configurable through the
properties file?


Regards
Rob
--~--~-~--~~~---~--~~
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: Lewcid TW status

2009-09-12 Thread Heller

Congrats,

Mother and child healthy I take it?!

Rob
--~--~-~--~~~---~--~~
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: For any guitarists out there: like to test a guitar tab plugin for TiddlyWiki?

2009-08-30 Thread Heller

Paul,

Many, many thanks. It is really looking good. Now over to the jtab
google group...

Regards
Rob
--~--~-~--~~~---~--~~
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: For any guitarists out there: like to test a guitar tab plugin for TiddlyWiki?

2009-07-24 Thread Heller

Paul,
As an avid tiddlwiki user and guitar player this is a dream...
No more messing around with ascii or having to install PowerTab...
Just open a browser enter some strings and there you have it your tab
This is fantastic... great... thanks man...

I will keep transcribing and let you know if I come up with
anything...


--~--~-~--~~~---~--~~
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: For any guitarists out there: like to test a guitar tab plugin for TiddlyWiki?

2009-07-24 Thread Heller

Alex,
As an avid tiddlwiki user and guitar player this is a dream...
No more messing around with ascii or having to install PowerTab...
Just open a browser enter some strings and there you have it your tab
This is fantastic... great... thanks man...

I will keep transcribing and let you know if I come up with anything...
--~--~-~--~~~---~--~~
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: Here's an example of a tree structure (treeview) implemented on TW

2009-05-19 Thread Heller

Great work... this is really neat

I found one glitch: when you display an expanded tree on opening a
tiddlywiki (as in your example) then instead of displaying a '-' at
the tree branch you display a '+' and from then on collapsing and
expanding the branches always give the opposite symbol. This does work
correctly on trees that are not initially expanded on opening the TW.

RobV
--~--~-~--~~~---~--~~
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: Here's an example of a tree structure (treeview) implemented on TW

2009-05-18 Thread Heller

Same here firefox and IE on Vista...


--~--~-~--~~~---~--~~
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: re-size image

2009-04-29 Thread Heller

I be thanking you very much for dis quick answers

Rob
--~--~-~--~~~---~--~~
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-size image

2009-04-28 Thread Heller

I am trying to get an image to display smaller in a tiddler but
instead theage is being clipped and not shrunk.

<>text-align:center;font-
weight:bold;width:240px;height:120px;[img[Custard.png]]>>

any clues plz.?
--~--~-~--~~~---~--~~
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: AttachFilePlugin error

2009-02-12 Thread Heller

Eric,

I deleted the Attach and FileDrop plugins, reinserted them off
TiddlyTools, refreshed the browser and the file button now indeed
displays '...' instead of 'browse' and everything is working just fine
again...

thnx

On Feb 12, 12:56 pm, Eric Shulman  wrote:
> > I am running firefox version 3.0.6 on windows XP SP3
> > From MonkeyGTD 3.0 alpha r103230
> > when I run AttachFilePlugin 3.9.0
> > and browse to the file C:\MyProgs\MyWiki\JuiceImport.JPG
> > I get the following error
>
> > cannot read file - invalid path: JuiceImport.JPG
>
> FF3.x has, as a security measure, blocked access to the full path
> information normally returned by the 'file' control, which is used in
> the AttachFilePlugin control panel.  The result is that only the
> filename portion of the selection is reported (e.g.,
> "JuiceImport.JPG") so the plugin only looks for the file in the
> current working directory, rather than the folder where the file is
> actually located.
>
> To address this, I've implemented an alternative method of browsing
> for a file, and it *should* be automatically triggered when using
> FF3.x.   You can quickly check to see if this fix is being used: if
> the 'file' button in the AttachFilePlugin control panel reads "browse"
> rather than "...", then it indicates that the FF3.x fixup for the file
> control is *not* being invoked for some reason.
>
> -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 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---



[tw] AttachFilePlugin error

2009-02-12 Thread Heller

I am running firefox version 3.0.6 on windows XP SP3
>From MonkeyGTD 3.0 alpha r103230
when I run AttachFilePlugin 3.9.0
and browse to the file C:\MyProgs\MyWiki\JuiceImport.JPG
I get the following error

cannot read file - invalid path: JuiceImport.JPG

This has always worked up untill now...

plz help
--~--~-~--~~~---~--~~
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: Submit your funniest TiddlyWiki nickname

2009-01-16 Thread Heller

The obvious

Fiddlywiki

and if it is really small

Piddlywiki
--~--~-~--~~~---~--~~
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: Columns in a tiddler?

2008-12-04 Thread Heller

Dave answers like that are not in the spirit of this forum...

Eric, have you tried tables |contact|info  more info|
the  is for a newline. not very elegant but it works...

I believe there are some plugins out there that work better...
anyone??

On Dec 4, 11:18 pm, "Dave Gifford - http://www.giffmex.org/";
<[EMAIL PROTECTED]> wrote:
> Yes. Next question.
>
> 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: Drag and drop document link

2008-11-21 Thread Heller


Thnx W

I see that this has a MPTW dependency, do you know if MGTD has enough
MPTW, or must I first test it on an empty copy of MGTD?

Regards
Rob
--~--~-~--~~~---~--~~
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] Drag and drop document link

2008-11-20 Thread Heller

Could you please refer me to a possible plugin (or combination of
plugins) to be able to drag and drop a file name complete with path
into a tiddler so that it functions as a link to that document from
the tiddler...
--~--~-~--~~~---~--~~
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: FiddlyWiki updated to 1.06

2008-10-14 Thread Heller

Very nice Rich...

I like the idea of being able to open the tiddlers on top and
understand how you achieve this with the OpenTopPlugin, but how do you
achieve  the creation of a new tab for the newly opened tiddler (which
plugin)?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---