Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Downloading a TiddlyWiki that doesn't have a download link?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  23 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dave Gifford - http://www.giffmex.org/  
View profile  
 More options May 24 2008, 6:47 am
From: "Dave Gifford - http://www.giffmex.org/" <giff...@gmail.com>
Date: Sat, 24 May 2008 03:47:46 -0700 (PDT)
Local: Sat, May 24 2008 6:47 am
Subject: Downloading a TiddlyWiki that doesn't have a download link?
Hey all,

Is there a way to download a TiddlyWiki from the web if the author
hasn't provided a download link? I kinda want that TW that has all
those themes built into it, but don't see where to save it...

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wolfgang  
View profile  
 More options May 24 2008, 7:07 am
From: wolfgang <wolfgangl...@gmail.com>
Date: Sat, 24 May 2008 04:07:24 -0700 (PDT)
Local: Sat, May 24 2008 7:07 am
Subject: Re: Downloading a TiddlyWiki that doesn't have a download link?
Sorry for having forgotten about that. Usually every TW has a SiteUrl
shadowed tiddler, from where you can right click and save that
TiddlyWiki: http://change.tiddlyspot.com/#SiteUrl
Also, for TWs where that link isn't the correct one, I usually just
copy the location from the browser address bar into a new tiddler,
right click and save it from there to my hard drive.

Regards,

W.

On 24 Mai, 12:47, "Dave Gifford - http://www.giffmex.org/"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Baird  
View profile  
 More options May 24 2008, 7:47 am
From: "Simon Baird" <simon.ba...@gmail.com>
Date: Sat, 24 May 2008 21:47:01 +1000
Local: Sat, May 24 2008 7:47 am
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

For any site on tiddlyspot you can
http://change.tiddlyspot.com/download(and you don't even have to right
click, save as..)

--
simon.ba...@gmail.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FND  
View profile  
 More options May 24 2008, 8:03 am
From: FND <F...@gmx.net>
Date: Sat, 24 May 2008 13:03:37 +0100
Local: Sat, May 24 2008 8:03 am
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

> Sorry for having forgotten about that. Usually every TW has a SiteUrl
> shadowed tiddler, from where you can right click and save that TiddlyWiki

That's not part of the core functionality though; by default the SiteUrl
shadow tiddler points to http://www.tiddlywiki.com.

Would it make sense to set this to the current document's URL on
startup, like so:
     config.shadowTiddlers.SiteUrl = document.location.toString();
Just in case, I've raised a ticket:
     http://trac.tiddlywiki.org/ticket/658

-- F.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ocalTW  
View profile  
 More options May 24 2008, 8:26 am
From: ocalTW <oca...@gmail.com>
Date: Sat, 24 May 2008 05:26:34 -0700 (PDT)
Local: Sat, May 24 2008 8:26 am
Subject: Re: Downloading a TiddlyWiki that doesn't have a download link?
Dave

I'm afraid I do not interpret properly your question, as there is an
easy answer: look at the source code of the page and download it
locally - e.g. View / Page Source or CTRL-U with Firefox.

Another possibility: you may not "see" a download link but it may be
hidden somewhere. Have a look at other extensions  that enable to get
the list of all links within a page (DownThem All, View page
info, ...)

What is that specific regarding TiddlyWiki?

-- ocalTW

On May 24, 12:47 pm, "Dave Gifford - http://www.giffmex.org/"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Shulman  
View profile  
 More options May 24 2008, 9:04 am
From: Eric Shulman <elsdes...@gmail.com>
Date: Sat, 24 May 2008 06:04:52 -0700 (PDT)
Local: Sat, May 24 2008 9:04 am
Subject: Re: Downloading a TiddlyWiki that doesn't have a download link?

> Would it make sense to set this to the current document's URL on
> startup, like so:
>      config.shadowTiddlers.SiteUrl = document.location.toString();
> Just in case, I've raised a ticket:
>      http://trac.tiddlywiki.org/ticket/658

It is up to the document's author to decide what URL is appropriate
for the SiteUrl value, and setting it automatically would break the
semantics of existing functionality!

For example, the value of SiteUrl is used when generating XML output,
and is supposed to point to the URL where you originally got the
document... not the *current* location -- which would be file://...
after you've downloaded the document.

Note also that some sites do not contain a 'real' SiteUrl tiddler, but
simply set the shadow value via a 'systemConfig' tiddler.  Thus,
automatically overwriting the shadow is *not* a viable option.

-e


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FND  
View profile  
 More options May 24 2008, 9:09 am
From: FND <F...@gmx.net>
Date: Sat, 24 May 2008 14:09:33 +0100
Local: Sat, May 24 2008 9:09 am
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

> It is up to the document's author to decide what URL is appropriate
> for the SiteUrl value

Well, that's why only the shadow tiddler is being altered (from the
hardcoded link to TiddlyWiki.com).
So if a document author wants that changed, he'll still proceed just
like before, by creating a regular tiddler called "SiteUrl".

> Note also that some sites do not contain a 'real' SiteUrl tiddler, but
> simply set the shadow value via a 'systemConfig' tiddler.  Thus,
> automatically overwriting the shadow is *not* a viable option.

Wouldn't such a plugin simply override the default option, regardless of
whether that's TW.com or document.location?

-- F.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Brettell  
View profile  
 More options May 24 2008, 4:53 pm
From: Steve Brettell <sbrett...@gmail.com>
Date: Sat, 24 May 2008 16:53:26 -0400
Local: Sat, May 24 2008 4:53 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

Can someone please walk me through this procedure.  I'm having this
problem on Tiddlyspot, and can't come up with a solution to save the
original tiddler.  I'm really new, and don't know what's being said here.

The only solution anyone's come up with is "Don't use TiddlyWiki if
you're so darned ingnorant."

Steve B.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wolfgang  
View profile  
 More options May 24 2008, 5:57 pm
From: wolfgang <wolfgangl...@gmail.com>
Date: Sat, 24 May 2008 14:57:04 -0700 (PDT)
Local: Sat, May 24 2008 5:57 pm
Subject: Re: Downloading a TiddlyWiki that doesn't have a download link?
Hi Steve,

here a basic introduction about saving a TiddlyWiki:

http://tiddlertoddler.tiddlyspot.com/#%5B%5BSave%20TiddlyWiki%5D%5D

Regards,

W.

On 24 Mai, 22:53, Steve Brettell <sbrett...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Brettell  
View profile  
 More options May 24 2008, 7:12 pm
From: Steve Brettell <sbrett...@gmail.com>
Date: Sat, 24 May 2008 19:12:01 -0400
Local: Sat, May 24 2008 7:12 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

The problem I can't seem to communicate to anyone is that when I click
on save changes, I get a message that says I must first save to a file
before I can do this.  If I right click it, I don't get any save options
at all.
When I click on download, nothing is saved.
When I right click on download, and choose "Save Link as..." A void file
is downloaded
When I do this is IE, I get a 404 error

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Baird  
View profile  
 More options May 24 2008, 9:05 pm
From: "Daniel Baird" <danielba...@gmail.com>
Date: Sun, 25 May 2008 11:05:48 +1000
Local: Sat, May 24 2008 9:05 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?
Hi Steve,

I've just answered your message to tiddlyspot support, but in case
anyone else is following along:

On Sun, May 25, 2008 at 9:12 AM, Steve Brettell <sbrett...@gmail.com> wrote:
> [...]
> When I right click on download, and choose "Save Link as..." A void file
> is downloaded

On tiddlyspot sites, the "download" link works by just clicking it
normally -- i.e. a left click.  No need to right-click and mess about.

;Daniel

--
Daniel Baird
/to be or not to be/ => /(2b|[^2]b)/ => /(2|[^2])b/ => /.b/
...optimise your regexes, people!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gingerman  
View profile  
 More options May 26 2008, 4:10 pm
From: Gingerman <sbrett...@gmail.com>
Date: Mon, 26 May 2008 13:10:11 -0700 (PDT)
Local: Mon, May 26 2008 4:10 pm
Subject: Re: Downloading a TiddlyWiki that doesn't have a download link?
Daniel,

Thanks for your continuing patience:

I changed the security settings on my browser, and it now downloads
from the download button.  But when I open it, it only shows up as
HTML code, which is what the 'save as' window indicates the file type
to be.  How can I prettify it?

Another minor issue is that the last change I made, the formatting
codes show up as just that, formatting codes, rather than formatted
text.  Any idea why or how to fix it?

Steve

On May 24, 9:05 pm, "Daniel Baird" <danielba...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Baird  
View profile  
 More options May 29 2008, 7:35 am
From: "Daniel Baird" <danielba...@gmail.com>
Date: Thu, 29 May 2008 21:35:36 +1000
Local: Thurs, May 29 2008 7:35 am
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

On Tue, May 27, 2008 at 6:10 AM, Gingerman <sbrett...@gmail.com> wrote:

> Daniel,

> Thanks for your continuing patience:

> I changed the security settings on my browser, and it now downloads
> from the download button.  But when I open it, it only shows up as
> HTML code, which is what the 'save as' window indicates the file type
> to be.  How can I prettify it?

Is it actually opening in your browser, or in your text editor, eg
Notepad?  If you scroll right to the bottom, are the last three lines:

<!--POST-SCRIPT-END-->
</body>
</html>

..or do you see something else?

> Another minor issue is that the last change I made, the formatting
> codes show up as just that, formatting codes, rather than formatted
> text.  Any idea why or how to fix it?

That will happen if you type stuff between {{{ triple curly brackets
}}} or """triple double quotes""".  Otherwise I can have a look -- you

might like to send a URL to supp...@tiddlyspot.com instead of posting
here.

Cheers
;Daniel

--
Daniel Baird
/to be or not to be/ => /(2b|[^2]b)/ => /(2|[^2])b/ => /.b/
...optimise your regexes, people!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Brettell  
View profile  
 More options May 29 2008, 11:32 am
From: Steve Brettell <sbrett...@gmail.com>
Date: Thu, 29 May 2008 11:32:09 -0400
Local: Thurs, May 29 2008 11:32 am
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

I don't understand it. It's actually opening in the browser.  I thought
that html would show up as a page in the browser.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Baird  
View profile  
 More options May 29 2008, 4:16 pm
From: "Daniel Baird" <danielba...@gmail.com>
Date: Fri, 30 May 2008 06:16:26 +1000
Local: Thurs, May 29 2008 4:16 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

On Fri, May 30, 2008 at 1:32 AM, Steve Brettell <sbrett...@gmail.com> wrote:

> Daniel Baird wrote:
>> Is it actually opening in your browser, or in your text editor, eg
>> Notepad?  If you scroll right to the bottom, are the last three lines:

>> <!--POST-SCRIPT-END-->
>> </body>
>> </html>

> I don't understand it. It's actually opening in the browser.  I thought
> that html would show up as a page in the browser.

If the file is incomplete, you might just see source.  That happens
from time to time when an upload is interrupted before the whole file
is sent.  Do you see those three lines at the bottom of the file?

;D

--
Daniel Baird
/to be or not to be/ => /(2b|[^2]b)/ => /(2|[^2])b/ => /.b/
...optimise your regexes, people!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Brettell  
View profile  
 More options May 29 2008, 8:38 pm
From: "Steve Brettell" <sbrett...@gmail.com>
Date: Thu, 29 May 2008 20:38:59 -0400
Local: Thurs, May 29 2008 8:38 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

I've actually gone over to using Ubuntu, which is solving some problems, and
creating others.  It looks like for now I'm able to save the TiddlySpot page
I need.  I'm going to keep plugging at it.  I have about 10 fellows who are
looking at, and begining to modify one of my Wikis.  I'm trying to lead them
into this for collaboration on projects, and when I can't get it to work, it
sorta puts a damper on everyone's enthusiasm.  Two of the guys are IT types,
and the world's greatest experts, so they kind of sit back smirking when
it's not working, and aren't willing to try to work it out.  It's perfect
for what we need, when it's working though.

Thanks,
Steve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Simon Baird  
View profile  
 More options May 29 2008, 8:54 pm
From: "Simon Baird" <simon.ba...@gmail.com>
Date: Fri, 30 May 2008 10:54:56 +1000
Local: Thurs, May 29 2008 8:54 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

Maybe you're on top of this but TiddlyWiki is pretty bad at collaboration.
If two people are working on the same TiddlyWiki it is essentially a
disaster. So, er.. be careful. And do look take a look
http://sites.google.com

On Fri, May 30, 2008 at 10:38 AM, Steve Brettell <sbrett...@gmail.com>
wrote:

--
simon.ba...@gmail.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Brettell  
View profile  
 More options May 29 2008, 9:18 pm
From: "Steve Brettell" <sbrett...@gmail.com>
Date: Thu, 29 May 2008 21:18:44 -0400
Local: Thurs, May 29 2008 9:18 pm
Subject: Re: [tw] Re: Downloading a TiddlyWiki that doesn't have a download link?

Thanks, it looks kind of cool.
Steve


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Linux-related question" by Eric Weir
Eric Weir  
View profile  
 More options May 30 2008, 3:22 pm
From: Eric Weir <eew...@bellsouth.net>
Date: Fri, 30 May 2008 15:22:24 -0400
Local: Fri, May 30 2008 3:22 pm
Subject: Linux-related question
I have an off-topic issue that I'd like feedback on. I checked with Eric
Shulman before sending this, and will do my best to adhere to his
requests -- the first being that I ask you to respond directly to me,
not to the list/forum.

The second was that I be brief. Here goes: I've been using Linux -- the
three major flavors of Ubuntu -- almost exclusively for about ten
months. I've encountered a serious problem with Mozilla applications --
Thunderbird, Firefox, Sunbird, and even Swiftdove. They are REALLY slow
-- e.g., I can count the seconds before a context menu shows up after
right-clicking; scrolling a message list or web page is slow, jerky and
VERY imprecise. I've checked this out pretty thoroughly with various
local and online Ubuntu-related support groups, installfests, etc. It
does not seem to be hardware related. People with brand new machines,
uptodate processors, and lots of RAM are experiencing the problem.

I am about to give up on Linux and go out and buy myself an iMac, but
before I do I wanted to make one last effort to get a diagnosis and
cure. So, my questions: [1] Have any other Linux users here experienced
this problem with any of the Mozilla apps? [2] Do any Linux/Mozilla
experts have any idea what's going on.

Remember, send your response to me off-list, not to the list/forum.

Thanks,
------------------------------------------------------------------------
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FND  
View profile  
 More options May 30 2008, 3:34 pm
From: FND <F...@gmx.net>
Date: Fri, 30 May 2008 20:34:57 +0100
Local: Fri, May 30 2008 3:34 pm
Subject: Re: [tw] Linux-related question
Please don't create threads by sending an e-mail reply to an existing
thread and changing the topic. This results in the message getting
buried within that previous thread:
     http://i29.tinypic.com/ek1gub.png

I'll take a look at your problem in the next couple of days - I got a
huge backlog at the moment (as might be seen in that screenshot).

Thanks.

-- F.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Elcomb  
View profile  
 More options May 31 2008, 1:01 am
From: "Scott Elcomb" <pse...@gmail.com>
Date: Sat, 31 May 2008 01:01:18 -0400
Local: Sat, May 31 2008 1:01 am
Subject: Re: [tw] Linux-related question
On 5/30/08, Eric Weir <eew...@bellsouth.net> wrote:

Hi Eric,

I've been a long-time Red Hat Linux user;  a couple years ago I
started playing around with Ubuntu as well and eventually made it my
day-to-day desktop.  I also do my primary development for Mozilla
Firefox...

I don't recall ever seeing this type of behaviour.  If you figure out
what caused it, could you please drop me a line and let me know what
caused/causes it?  (I'm a member of the Greater Toronto Area Linux
Users Group and have connections to a number of other Ontario LUG's.)

Speaking of which, have you tried contacting your local LUG?  Also,
Georgia Tech looks to have a decent sized group - www.lugatgt.org/

Best of luck!
- Scott.

--
  Scott Elcomb
  http://www.psema4.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Elcomb  
View profile  
 More options May 31 2008, 1:02 am
From: "Scott Elcomb" <pse...@gmail.com>
Date: Sat, 31 May 2008 01:02:28 -0400
Local: Sat, May 31 2008 1:02 am
Subject: Re: [tw] Linux-related question
On 5/31/08, Scott Elcomb <pse...@gmail.com> wrote:
> On 5/30/08, Eric Weir <eew...@bellsouth.net> wrote:

> > I have an off-topic issue that I'd like feedback on. I checked with Eric
> > Shulman before sending this, and will do my best to adhere to his
> > requests -- the first being that I ask you to respond directly to me,
> > not to the list/forum.
[...]
> > Remember, send your response to me off-list, not to the list/forum.

> Hi Eric,

[...]

Aagh, sorry all - clicked send but forgot to change the address.  Most
sincere apologies.

--
  Scott Elcomb
  http://www.psema4.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Weir  
View profile  
 More options May 31 2008, 1:19 pm
From: Eric Weir <eew...@bellsouth.net>
Date: Sat, 31 May 2008 13:19:54 -0400
Local: Sat, May 31 2008 1:19 pm
Subject: Re: [tw] Re: Linux-related question

On 05/30/2008 FND wrote:
>  Please don't create threads by sending an e-mail reply to an existing
>  thread and changing the topic. This results in the message getting
>  buried within that previous thread: http://i29.tinypic.com/ek1gub.png

My apologies. I've been admonished about this before. I know the
practice here is different from a standard listserv, but I forget what
the correct practice is. As I recall, I believe I thought I was doing it
the right way.

Regards,
------------------------------------------------------------------------
Eric Weir
Decatur, GA  USA
eew...@bellsouth.net


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »