Re: [tw] importing Delicious bookmarks into TiddlyWiki5

2014-01-12 Thread FND
 I've been experiencing some wonky behavior with drafts and other
 state being restored at unexpected times, but have yet to come up
 with a reliable way to reproduce (or even just articulate) the issue

 I've now had a two or three reports of what sounds like the same
 problem [...] Any help duplicating it much appreciated.

I'm afraid I still haven't found a good strategy for that. It seems
related to concurrent access, even passive - i.e. having the same
document open in different tabs. So perhaps some weirdness in the
auto-syncing mechanism? (I'm not actually familiar with the
code/architecture yet.)

 Does clicking the refresh button in the control panel/server tab
 help to induce the problem?

Not as far as I can tell.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] importing Delicious bookmarks into TiddlyWiki5

2014-01-09 Thread FND
Hello all,

While evaluating TW5, I've written a set of scripts to convert Delicious
bookmars into tiddler (*.tid) files:
https://gist.github.com/FND/8332337

After exporting the bookmarks (via Settings  Manage within Delicious):

$ ./delicious2json  delicious-2014-01-09.html | \
./create_tiddlers /path/to/tiddlers

(Of course this assumes building TW5 from individual tiddlers; I'm using
it via Node[1].)

Aside: I've been experiencing some wonky behavior with drafts and other
state being restored at unexpected times, but have yet to come up with a
reliable way to reproduce (or even just articulate) the issue, which of
course leaves me concerned. Is this a known issue perhaps? Otherwise
I'll investigate further and start a thread elsewhere.


-- F.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] Re: Tiddler-Based-Communication-Protocol

2011-11-16 Thread FND
I entirely agree with cdent here (surprise!), and his explanations don't
leave much else for me to say.

 I would argue that also a standard TiddlyWiki is dished out via some
 server, hence serving tiddlers in a predefined way.

I don't understand the meaning of this. Are you simply saying there has
to be a common format for tiddlers - we already have that, though it's
extensible of course (I doubt anyone thinks that's a bad thing).

 In other words, while of course one would expect there to be some
 client for editing tiddlers, it always is a server that delivers these
 uuid's, since they are stored in tiddlers and thus delivered in
 whatever serialization or representation is being used.

This primacy of servers seems like the wrong approach. The point of
UUIDs is that anyone can generate them. There doesn't even have to be a
server involved (think exchanging tiddlers via e-mail, thumb drives or
numbers stations).

 Consider this scenario: [...]

Unfortunately, I can't make too much sense of this either right now.


-- 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 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: ANN: TidQL - tiddler query language

2011-04-21 Thread FND
 Can you - or anybody - point on features that this plugins have beyond
 the feature set of YourSearch plugin?

It's not really about features; TidQL is a very different approach.
Instead of performing a full-text search, TidQL allows me to drill into
my content base by gradually refining the search query based on
arbitrary tiddler attributes  - e.g. limiting the full-text search to
tiddlers with a certain set of tags AND a specific modifier AND from a
certain time period*.


-- F.


* I haven't actually implemented date comparisons yet, but will do so
  when I need them - unless someone beats me to it

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



Re: [tw] Re: ANN: TidQL - tiddler query language

2011-04-18 Thread FND
 It's a nice way to specify a lot of different search parameters, buut
 it's way to much to type.

I'm aware - but since I use this only occasionally rather than on a
regular basis, that makes no significant difference to me.

It's worth noting that TidQL is essentially just a small JavaScript
library, with no UI (the repurposed  search bar hardly counts). I
created it for myself, to solve a rather specific problem.

One could _imagine_ other plugins - e.g. something like Tagsplorer -
building GUIs on top of TidQL, or provide a DSL simplifying the query
language (e.g. `tag foo | title *lipsum* | modifier FND`)...

 It would be nice if the macro could save a successful search

That might be a nice extension - it's not something I intend to
implement though.


-- 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 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Encryption

2011-04-14 Thread FND
FWIW, I'm still happily using TiddlerEncryptionPlugin, using
EncryptionDecryptAll ... ...  d to decrypt all tiddlers on
keypress - so after loading the document, I simply press ALT+D to
bring up the decryption dialog, enter my password, then hit ALT+F to
search. This has worked well for me for years.


-- 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 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] ANN: TidQL - tiddler query language

2011-04-13 Thread FND
http://tidql.tiddlyspace.com


TidQL (tiddler query language) is a simple plugin that extends
TiddlyWiki's search macro with a jQuery-like query language.

It is triggered by entering a search term beginning with ?., e.g.
* ?.title(Ba)
* ?.tag(bar).text(adi).attr(modifier, fnd)


Browsing my personal journal today, I felt the need for semi-advanced
filtering. I'm pretty sure something similar already exists (e.g. Udo's
or Eric's search plugins), but this seemed right for me - plus I had
some fun with the code. In fact, the query language / API is probably
most suitable/familiar to developers.


-- 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 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Extension repository ?

2011-01-24 Thread FND
 There should be a list/tree somewhere with as many plugins as possible

The community could write plugin descriptions/reviews - e.g. tagged
tiddlers on TiddlySpace which could then be aggregated.


-- 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 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Proposal: Move http://tiddlywiki.org to TiddlySpace

2011-01-20 Thread FND
 It should be a showcase and example of excellence for TW. 
 [...]
 I don't see anything wrong in moving to tiddlyspace. If anything it
 shall rejuvenate the documentation process.

Indeed, such a move would be quite welcome for the reasons stated.

However, having been the primary/sole maintainer of tiddlywiki.org until
recently, I've learned that diligently tracking changes is important.
Granted, this might be more important to me than for others (OCD and
all), but it still seems essential in this case.

While I'm no fan of MediaWiki in general, its recent changes feed[1] has
proven extremely useful.

TiddlySpace/TiddlyWeb does not yet have adequate (IMO) facilities for
efficiently and effectively tracking changes in detail. While three's
some experimental support for diffs in TiddlyWeb feeds, in my experience
that's very rudimentary[2] at this point (for a variety of technical and
conceptual reasons).

Obviously such concerns can be dismissed for those not suffering from
control issues, paranoia and misanthropy... It won't affect me directly
anymore, so I'm just sharing my experience - for science.


-- F.


[1] http://tiddlywiki.org/index.php?title=Special:RecentChangesfeed=atom
[2] e.g. no guarantee that every single revision will show up, visual
presentation is far from ideal, no convenient undo/rollback

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

2011-01-16 Thread FND
FYI, I have left Osmosoft[1], so I might not be quite as active around
here anymore. Not sure yet how much time I'll be able to devote to
Tiddly* in the future.

In particular, it remains to be seen how this departure will affect my
involvement in TiddlyWiki's core development. It's always been a bit
unfortunate that all the core developers were employed by Osmosoft, as
that inevitably led to somewhat exclusive processes - so perhaps this
provides an opportunity to correct some of those habits.[2]

For the time being, I'll continue to monitor [twdev] and [tiddlyweb].

I will also continue to maintain my Tiddly* projects, at least in a
passive manner - so patches or pull requests are welcome.


-- F.



[1] cf. http://groups.google.com/group/TiddlyWiki/t/ae313576850dc365
[2] e.g. http://cdent.tiddlyspace.com/TiddlyWikiIdeas

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



Re: [tw] tiddlywikis are all blank pages?

2011-01-14 Thread FND
 I cannot get any tiddlywiki to load.

This might be of interest:
http://tiddlywiki.org/wiki/Corruption


-- 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 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



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

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

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

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

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

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


-- F.


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

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



Re: [tw] Install help - 'server_prefix' not considered ?

2010-12-01 Thread FND
You might want to post to the tiddlyweb group instead:
http://groups.google.com/group/tiddlyweb

 My Problem is, that I can reach correctly the HOME Entry Page of 
 TiddlyWeb (1.2.8), but the server_prefix-value, that I adapted in
 tiddlywebconfig.py is not used at all (The Links to recipes and
 bags point only to the server without the prefix).

Seems your configuration is wrong - here's a sample tiddlywebconfig.py
from a fresh TiddlyWebWiki instance:
config = {
'secret': '...',
'system_plugins': ['tiddlywebwiki'],
'twanager_plugins': ['tiddlywebwiki'],
'server_prefix': '/wiki'
}


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



Re: [tw] mini TW - no edit / password plugin

2010-11-25 Thread FND
 Is it possible to build a custom TW with a recipe, but excluding edit
 and save capabilities.

It's possible to cook a custom TiddlyWiki with a recipe that excludes
modules like FileSystem and Upgrade. Editing functionality would
probably be quite hard to exclude though.

FWIW, we'll probably look into the former for TiddlySpace, eventually:
http://tiddlyspace.tiddlyspace.com/Default%20Client%20Bloated

 Are there in TW already crypt/hash functions present?

There's the jQuery.encoding module - in particular, you probably want
jQuery.encoding.digests.hexSha1Str.
However, that's probably gonna be removed from the core soon, to be
moved into an optional plugin:
http://trac.tiddlywiki.org/ticket/1271


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



Re: [tw] Re: mini TW - no edit / password plugin

2010-11-25 Thread FND
 I may be wrong, but isn't the _hash field at tiddlyspace a sha1? I
 know, that it is calculated serverside.

That's right, it's a SHA1 hash calculated server-side.

 But there has been some discussion about hashing the rest of the
 tiddlers metadata. As far as I can remember, there was the tenor, to
 make this client side plugins, if really needed. Removing the sha1
 functions from the [TiddlyWiki core, would be imo counterproductive.

TiddlyWiki != TiddlySpace
http://en.wikipedia.org/wiki/Decoupling#Software_Development


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



Re: [tw] Re: Delete Missing Tiddler

2010-11-23 Thread FND
 Below you'll find the diff of a TiddlyWiki, where I have problems,
 with a freshly downloaded, empty one.

I don't mind diffs (indeed, it's a good idea) - but in this case, it
leaves me a bit stumped.

So let me explain what I did to reproduce:
* downloaded a fresh TiddlyWiki
* created a tiddler with the following contents:
lorem [[Hartree-Fock]] is Hartree-Fock ipsum
* sidebar's Missing tab lists Hartree-Fock
* removed [[Hartree-Fock]] from the tiddler contents
* sidebar's Missing tab still lists Hartree-Fock
* removed Hartree-Fock from the tiddler contents
* sidebar's Missing tab is empty

Step #5 there is because it's a WikiWord:
http://tiddlywiki.org/wiki/WikiWords


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



Re: [tw] Re: Fields - what are they?

2010-11-22 Thread FND
 As for now, my question would be - how the fields are represented in
 the object model?

There are two types of Tiddler attributes, standard and custom fields:
http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlerFields.js?rev=11290#L46
http://tiddlywiki.org/wiki/Dev:Custom_Fields

Custom fields are represented as members of the fields object, e.g.:
{
title: Foo,
modifier: FND,
...
tags: [bar, baz],
text: lorem ipsum dolor sit amet,
fields: {
alpha: hello,
bravo: world
}
}

You might want to inspect a Tiddler instance using Firebug:
var tiddler = store.getTiddler(MyTiddler);
console.dir(tiddler);

Please note that such technical details are better discussed on the dev
group, as you're more likely to get competent help there:
http://groups.google.com/group/TiddlyWikiDev/


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



Re: [tw] Re: small CSS bug

2010-11-22 Thread FND
 A side question: - what does the href=javascript:; part mean?

This is common practice to indicate that an anchor's target is not a URI
(i.e. it's not a link), but rather an action (i.e. it's a button).


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



Re: [tw] Delete Missing Tiddler

2010-11-22 Thread FND
 I edited the tiddler and removed the squared brackets. The link is
 still there and foo bar is still listed as missing. There is no
 other tiddler referencing foo bar.

Is there perhaps some other reference to foo bar in the document, e.g.
in macro parameters? Can you provide a simple test case so we can
analyze this?


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



Re: [tw] Re: Blank Tiddlyspace because I changed pre/post header/body

2010-11-18 Thread FND
 I use Linux and would like to see example of cURL command.

It's pretty simple - for example, to delete a tiddler Foo from my
private bag, I would use the following:

$ curl -v -u fnd:mypassword -X DELETE \
http://fnd.tiddlyspace.com/bags/fnd_private/tiddlers/Foo

There are more examples listed here:
http://tiddlyweb.peermore.com/wiki/#curl

We'd be happy to provide more details on the TiddlyWeb mailing list:
http://groups.google.com/group/tiddlyweb


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



Re: [tw] Blank Tiddlyspace because I changed pre/post header/body

2010-11-16 Thread FND
 My mistake. I pasted in content in the pre/post header section that
 caused my tiddlyspace dadi.tiddlyspace.com to go blank. Can I delete
 those tiddlers and restore the view? Not even backstage shows.

dadi.tiddlyspace.com looks fine to me - have you fixed it already?
Perhaps try a force refresh?

This might be of interest:
http://groups.google.com/group/tiddlywiki/msg/b68fd8787528d69d

You might also use TiddlyWebCommander to change the respective tiddler:
http://commander.tiddlyspace.com
However, since you don't have access to the backstage, including this
now is gonna be tricky.

What's your browser and operating system? If you're comfortable using
the Unix command line, a few cURL commands would do the trick if you
know what you need to delete.


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



Re: [tw] Re: jtab macro not working in 2.6.0

2010-11-01 Thread FND
 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

Which browser are you using? Chrome, for example, doesn't allow HTTP
requests off a file URI:
http://tiddlywiki.org/wiki/Google_Chrome


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



Re: [tw] Re: jtab macro not working in 2.6.0

2010-10-30 Thread FND
 Error while executing macro jtab:
 RangeError: Maximum call stack size exceeded

Well, that's curious - not sure what might be causing this.

It seems unlikely that will help, but have you tried adding the
DeprecatedFunctionsPlugin:
http://www.tiddlywiki.com/coreplugins.html


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



Re: [tw] Re: newbie seeks tutor

2010-10-28 Thread FND
 the page template tiddler. it looks like html , but it doesn't act
 like html.

It's (X)HTML, but extended with a few custom attributes:
http://tiddlywiki.org/wiki/Extended_Attributes

HTH.


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



Re: [tw] Reverting a tiddlyspace to its defaults

2010-10-24 Thread FND
FWIW, there's a yet-undocumented, unofficial and not-fully-tested safe
mode which *deletes* (as in, erase irretrievably) all default tiddlers
from the respective space.

It can be invoked by appending /_safe to the space URL (e.g.
http://fnd.tiddlyspace.com/_safe).

Handle with care!


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



Re: [tw] Re: tiddlyspace comments?

2010-10-22 Thread FND
 So if I //did// want my better Wordpress (I've always wanted the 
 flexibility of TW in a true blog setting [...]) do you think it
 would be easier to pursue the comment function within TiddlySpace, or
 would it be better to install TiddlyWeb/TiddlyWebWiki somewhere as a
 completely separate instance

Right now, a quick win might be to integrate a hosted service like Disqus.

If you're willing to put a little effort into it, you essentially just
have to create a bag for your readers' comments - Chris has been
thinking about this recently:
http://cdent.tiddlyspace.com/BetterComments


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



Re: [tw] tspace inclusion: ABC != AC ?

2010-10-20 Thread FND
 A includes B which includes C which contains public tiddler T
 Is is corrent that B can find T but A cannot?

T should be available in all of A, B and C (unless there's a tiddler of
the same name in A or B, as that would take precedence).
In other words, nested (or recursive) inclusion is possible and encouraged.

The list of nested spaces depends on the time of inclusion though:
Let's say we start out with independent spaces A, B, C and D.
First B includes D. Then A includes B, and thus also D. After that, B
includes C - this will *not* automatically update A to include C.


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



Re: [tw] Re: weird text characters (€) showing up using FiledropPlugin

2010-10-19 Thread FND
When you said I drop the files into a TW, what do you mean by that?
What's your proccess for getting the text files' data into TiddlyWiki?


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



Re: [tw] Re: weird text characters (€) showing up using FiledropPlugin

2010-10-19 Thread FND
 note the *subject* of this posting
 ... using FileDropPlugin

Right, of course - sorry about that.

So I've installed Autokey on my Lucid box, and have been able to
reproduce the issue - but I'm not sure what's going on.

To ensure that the file has the right encoding, I've tried both of the
following:

contents = clipboard.get_selection()
contents = contents.decode('utf-8')

import codecs
fh = codecs.open(longfilename, 'w', encoding='utf-8')
fh.write(contents)
fh.close()

Yet the issue still occurs - so it *seems* the issue is reading and
interpreting the file - i.e. with FileDropPlugin somewhere. Perhaps you
can send Eric an example file so he can try and debug the issue?
It's also possible I've missed something because I'm unfamiliar with
Autokey - so it might be worth asking the Autokey folks to confirm the
encoding's correct.


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



Re: [tw] Re: weird text characters (€) showing up using FiledropPlugin

2010-10-19 Thread FND
 it *seems* the issue is reading and interpreting the file - i.e. with
 FileDropPlugin somewhere.

I've just confirmed this by creating a file with some Unicode characters
in Vim, taking Autokey out of the equation (should've done this from the
start, sigh).


-- 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: weird text characters (€) showing up usin g FiledropPlugin

2010-10-15 Thread FND
Can you post your Python script so we can have a look?

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



Re: [tw] Re: tspace: how list members?

2010-10-14 Thread FND
 For 1), yes I know of the backstage member listing, but the idea was
 to be able to present members more prominently and perhaps also
 manipulate such a list - Tobias Beer - theme creator, ...

You can retrieve the list of members fairly easily:

var callback = function(members, status, xhr) {
// do stuff with members array
};
var errback = function(xhr, error, exc) {
var msg = xhr.status == 403 ? unauthorized : error;
// do stuff with error message
};
var space = config.extensions.tiddlyspace.currentSpace.name;
var host = config.extensions.tiddlyweb.host;
var space space = new tiddlyweb.Space(space, host);
space.members().get(callback, errback); // asynchronous request

In the callback, you can do whatever you please with the data - e.g.
combining it with descriptions from local tiddlers.
(If you're new to asynchronous programming, you might wanna read up on
jQuery's ajax function.)

Code in context:
http://github.com/TiddlySpace/tiddlyspace/blob/master/src/plugins/TiddlySpaceMembers.js


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



Re: [tw] Re: Questions on SVG on TiddlySpace

2010-10-11 Thread FND
 whether [manually adding a content type field is] a hack [...] I'm
 not sure

I don't think it's a hack at all - why would it be?

In order to not burden the user with technical details, one could use
the NewTiddler macro to create a New Image button which automatically
sets that field - or better yet, a dedicated plugin with all sorts of
bells and whistles for SVGs.


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



Re: [tw] Re: Questions on SVG on TiddlySpace

2010-10-11 Thread FND
 There might be fields containing linebreaks... which should be
 rendered into textareas.

This should not be encouraged IMO.


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



Re: [tw] Re: Questions on SVG on TiddlySpace

2010-10-11 Thread FND
 [field values with line breaks] should not be encouraged IMO

I should probably elaborate a bit:

The tiddler concept encourages human control. Slices, for example, are a
simple way for regular users to enter key-value data - they just need to
edit the tiddler body. In contrast, fields operate on a different layer.

This does not mean that fields are evil - it just means they should not
be overused/abused. Generally, I tend to reserve fields for programmatic
data that is not meant to be touched by users (content type falls into
the former category as well, which is why a dedicated interface is
better than setting the field manually).


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



Re: [tw] Re: Shared logbook (with RSS-style feed) using TiddlyWiki?

2010-10-09 Thread FND
 In general, I'd think it even were beneficial for the server if it was
 the client that generated the RSS feed and all the server would have
 to do is to save it in the appropriate location.

After generating the feed, a plugin could PUT it in a tiddler with
tiddler.fields[server.content-type] = application/atom+xml;
(or application/rss+xml if need be)

Example:
http://sandbox.tiddlyspace.com/myfeed
source:
http://sandbox.tiddlyspace.com/myfeed.txt
http://sandbox.tiddlyspace.com/#myfeed


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



Re: [tw] Re: Import on TiddlySpace

2010-10-08 Thread FND
 It looks like a recent change to disable the old import macro has
 removed code required to make the import tool work.
 I've just tried it and have gathered enough data to raise a ticket. I
 suspect it'll get fixed in the next 24 hours or so.

I'm all about the SLAs:
http://github.com/TiddlySpace/tiddlyspace/issues/#issue/373/comment/457267


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



Re: [tw] Re: startup problems with tiddler macro output

2010-10-07 Thread FND
 Any news from the development front?

Last time I looked at this, I got mego*, as it seemed like it wasn't a
*minimal* test case. It's possible I just didn't grok what was going on
though...


-- F.


* http://tiddlyweb.peermore.com/wiki/bags/dentlang/tiddlers/mego

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



Re: [tw] Change/import theme in TiddlySpace: basics?

2010-10-06 Thread FND
 How to import a TW theme to TiddlySpace?
 I've tried entering e.g. http://tiddlythemes.com/empties/Rin.html into
 ImportTiddlers yet it results in an Unable to import from this
 location due to cross-domain restrictions. error.

You cannot import directly from another site - instead, you need to
download the document and then import it as explained here:
http://faq.tiddlyspace.com/#%5B%5BHow%20do%20I%20import%20my%20TiddlyWiki%20into%20TiddlySpace%3F%5D%5D

Thanks for reporting this issue, we'll try to make the process more obvious.


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



Re: [tw] Template: Chess diagram

2010-10-06 Thread FND
 I'd like to employ the Template: Chess diagram (see
 http://en.wikipedia.org/wiki/Lucena_position for an example from the
 Wikipedia) into my own tiddlywiki's.

I assume you are referring to this:
http://en.wikipedia.org/wiki/Template:Chess_diagram

Wikipedia uses the MediaWiki engine, which is a lot different from
TiddlyWiki. However, there are plugins providing a certain level of
compatibility:
http://tiddlywiki.org/wiki/Can_I_use_MediaWiki_style_markup_instead_of_the_built_in_TiddlyWiki_markup._Or_Twiki_or_Trac_style_markup%3F

HTH.


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



Re: [tw] Re: Template: Chess diagram

2010-10-06 Thread FND
 I would probably build that from scratch

That reminds me:
http://groups.google.com/group/tiddlywiki/t/c8c5ab8c0b50c41a
http://gist.github.com/353337

I also just stumbled across this, not sure how relevant it is though:
http://www.chess.com/download/view/tiddlywiki-chess-training-journal


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



Re: [tw] Is there a parameter represent the current tiddler title?

2010-10-03 Thread FND
 slider chkTxtHidden [[CurrentTiddlerTitle##Hidden]] More...
 [...]
 I'm wonder is there a parameter represent the current tiddler title?

You can use evaluated parameters, which provide access to the global
tiddler variable:
slider chkTxtHidden {{ tiddler.title + ##Hidden }} More...

HTH.


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



Re: [tw] Re: Is there a parameter represent the current tiddler title?

2010-10-03 Thread FND
 Documentation, documentation ... :P

I hear you, but ...
http://tiddlywiki.org/wiki/Macros#Evaluated_Parameters
While that's not very helpful at this point, everyone is welcome to
improve it (including improving discoverability) - it's a wiki after all.


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



Re: [tw] Re: Is there a parameter represent the current tiddler title?

2010-10-03 Thread FND
 there's just so many of these (simple) solutions that TiddlySpace
 is now cut off as evaluated parameters are being turned off. Is there
 any plan to generalize access to fields for basic evaluation in
 macros ...i.e. evaluated parameters in a kind of safe mode?

Martin is currently looking into providing a safe subset that would
allow this sort of dynamic evaluation without compromising security.
We're still in the exploratory phases, but I expect he'll post some
preliminary thoughts soon-ish. (Also see Jeremy's previous posts on this
topic).


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



Re: [tw] TiddlyWiki stopped working since upgrade from Ubuntu 8.04 (Hardy Heron) to 10.04 (Lucid Lynx)

2010-10-01 Thread FND
 I decided to upgrade to Lucid Lynx.  Now I can't read two of the
 wikis that I created.

I assume you're using Firefox? It all works fine for me on Lucid.

 I type their file:///home/user/Desktop/path/area.html,
 and the browser ignores it and still shows whatever it was being shown
 before.

That sounds it's a browser rather than a TiddlyWiki issue.
What's the exact file path - any non-ASCII characters in the URI perhaps?


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



Re: [tw] How to force TiddlyWiki opening in edit mode via http?

2010-10-01 Thread FND
 I need to display the edit function online.

chkHttpReadOnly alone doesn't suffice - see here:
http://tiddlywiki.org/wiki/Read-Only_Mode


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



Re: [tw] Re: TiddlyWiki stopped working since upgrade from Ubuntu 8.04 (Hardy Heron) to 10.04 (Lucid Lynx)

2010-10-01 Thread FND
 These are the full URIs: [...]

Looks alright to me.
To further isolate the issue, you could create a simple HTML* or
plain-text file, put it in the same location and see whether the browser
can access it. If not, you have a nice minimal test case to present the
Ubuntu or Mozilla folks with.

Also try it with a fresh browser profile:
http://tiddlywiki.org/wiki/Troubleshooting
http://kb.mozillazine.org/Profile_Manager

HTH.


-- F.


* e.g. http://github.com/FND/templates/raw/master//testcase.html

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



Re: [tw] Re: Who has good TW taste?

2010-09-30 Thread FND
 Guys how does one go about translating TW?

See here:
http://trac.tiddlywiki.org/wiki/Translations

Please start a new thread if you have any further questions on this topic.


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



Re: [tw] TiddlySpace access question

2010-09-28 Thread FND
 If I have right access to someone else's space, and they then change
 their own password - does that then remove my right access to their
 space?

If a TiddlySpace user changes their password, that only affects their
own user account - i.e. it does not have any effect on space membership.
In order to revoke write/private access to a space, they have to remove
you from the list of members.


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



Re: [tw] How to Use Cook?

2010-09-25 Thread FND
Assuming you're using a Unix OS:

* check out the Subversion repository:
  http://svn.tiddlywiki.org
  (this might take a while)
* create a wrapper script (e.g. ~/bin/ck):
#!/usr/bin/env sh
export TW_TRUNKDIR=$HOME/Dev/TiddlyWiki/svn.tiddlywiki.org
$TW_TRUNKDIR/tools/cooker/bash/ck $@
  (adjust the path in the second line accordingly)
* run ck filepath options

If you run into any issues, let's discuss on the dev group:
http://groups.google.com/group/TiddlyWikiDev/


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



Re: [tw] Special characters and opening tiddlers

2010-09-23 Thread FND
 I cannot open http://foo.com/#My%20Tiddler%20With%20Spaces
 It tries to open http://foo.com/#My
 I hope I am just encoding the URL incorrectly

Tiddler titles with spaces must be enclosed in double brackets (hit the
permaview or permalink buttons and check your browser's location bar).

Note this issue though:
http://tiddlywiki.org/wiki/Firefox#Permalinks


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



Re: [tw] Re: startup problems with tiddler macro output

2010-09-23 Thread FND
While I can see the issue, it takes a lot of effort to identify what's
going on there - can you create a minimal test case?


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



Re: [tw] Re: TiddlySpace, Security and Computer Macro Parameters

2010-09-23 Thread FND
 Create a space called EvaluatedParameters which one can include to
 ones own space, which reactivates parameter evaluation

Here's all that's necessary for that:
http://sandbox.tiddlyspace.com/#EvaluatedMacroParameters
(Note the Requires slice and systemConfigDisable tag.)

I'm uncomfortable maintaining such a space myself though, as I don't
want to encourage the use of evaluated parameters.

 you might want to make sure that including another space will not
 auto-include this or any other subspaces

That's currently not possible.


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



Re: [tw] (TSpace faq) Protect tiddlers from overwriting when including?

2010-09-22 Thread FND
 Is it possible to protect individual tiddlers when including another
 space that will otherwiser overwrite the current ones

This should ever happen; your own tiddlers always take precedence over
included ones. If space Alpha includes space Bravo, and both spaces have
a tiddler Foo, Alpha's Foo will be used in the document.

Have you encountered an issue where it seemed like this was not the
case? Can you provide some details?


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



Re: [tw] Re: How to define global variables and new tiddler properties

2010-09-22 Thread FND
NB:
Strictly development-related issues are better discussed on the dev group:
http://groups.google.com/group/TiddlyWikiDev/
You're more likely to get competent help there.

 How can I define a global variable [...]
 Also, what about functions? Can I define a function in one Tiddler and
 call it in a script in a different Tiddler?

config.extensions.myPlugin = {
mySetting: lorem ipsum,
myFunction: function() { return foo; }
};

This might be of interest:
http://tiddlywiki.org/wiki/Dev:Plugin_Specifications#Template
http://svn.tiddlywiki.org/Trunk/contributors/FND/plugins/template.js

 Second, I'm working on making my own GTD mod for my TW and I want
 Tiddlers to have a new parameter such as Deadline.

Tiddlers can have custom fields:
http://tiddlywiki.org/wiki/Dev:Extended_Fields

var tiddler = store.getTiddler(myTiddler);
tiddler.fields.deadline = (new Date()).toString();

Note that a field name must be lowercase and its value must be a string.

Such changes are persisted with store.saveTiddler:
http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=12238#L309

HTH.


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



Re: [tw] Re: How to change a Tiddler's property through javascript?

2010-09-21 Thread FND
 Could you explain - or point to an explanation of -
 the difference between fetchTiddler and getTiddler, and why one is
 higher than the other?

See this adjacent discussion:
http://groups.google.com/group/tiddlywiki/msg/a4b11061a9ba8750


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



Re: [tw] Re: How to change a Tiddler's property through javascript?

2010-09-20 Thread FND
 var tid = store.fetchTiddler('your tiddler title');

It's probably better to use the higher-level getTiddler method instead.


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



Re: [tw] Re: Deleting a TiddlySpace so I can start over again

2010-09-20 Thread FND
 deleted.tiddlyspace.com

Seconded.

 store.deleteTiddler(t); [...] does no work on tiddlyspace

You wanna use the higher-level removeTiddler method, as that's what the
ServerSideSavingPlugin hooks into.


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



Re: [tw] Re: Deleting a TiddlySpace so I can start over again

2010-09-20 Thread FND
 Since we're at it, in what respect is...
 store.removeTiddler a higher level method than store.getTiddler
 (or store.getTiddler higher than store.fetchTiddler)

The high-level getTiddler method uses low-level fetchTiddler:
http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=12238#L97
http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=12238#L16

Same for deleteTiddler/removeTiddler.

 Why two implementations to begin with? How many more of these
 duplicates are there? I think it were good if an article on
 tiddlywiki.org explained this.

It's not unusual to have multiple layers of abstraction. I think Mike
covered some of this:
http://tiddlywiki.org/wiki/Dev:Introduction
http://softwareas.com/tiddlywiki-internals-1-of-3-architectural-concepts

(we might wanna move this conversation to [twdev])


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



Re: [tw] Re: Using TW as database

2010-09-07 Thread FND
 I know you have write it because i try to reverse it in the couch
 concept [...] tiddlyweb (that i use also)

Oh, good to know.

 So to port TW on couch, we have 2 solutions ,the port the tiddlyweb
 concept on another db backend like it was done with mysql for Tspace
 (i think), or the build of a new TW adaptator who's more couch specific
 And i think the second one is my first path

I agree an adaptor is the right approach, as TiddlyWiki is perfectly
capable of interacting with CouchDB by itself. We can worry about
compatibility with TiddlyWeb's HTTP API (or a subset thereof) later.

(TiddlyWeb's MySQL store is just an extension of the server-side's
storage layer, with no impact on the HTTP API. I had experimented with
such a store implementation using CouchDB a while back*.)

 Another thing is to know if we do the port  a la couchapp (splitting
 of the code  more elegant in the couch world) or a la TW everything
 in one file and the data outside

The way TiddlyWebWiky handles this is to store each tiddler individually
and populating an empty TiddlyWiki template by adding the appropriate
HTML representation for each tiddler to the HTML document (above the
!--POST-STOREAREA-- marker present in each TiddlyWiki).
I'm not sure which facilities CouchDB offers for such server-side
processing though.


-- F.


* http://gist.github.com/310251

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



Re: [tw] Re: Using TW as database

2010-09-06 Thread FND
 For the future, i'm busy to split the TW file structure in the
 couchapp one, and then i'll try to fine tune the result during my
 freetime [...] So be patient ... or faster than me

Actually, why don't we combine our efforts? I don't have a whole lot of
experience with CouchDB, but wanted to get back to playing with it
anyway - and having worked on the TiddlyWiki-TiddlyWeb side of things
a lot, I could probably help move things along.

If you could provide some guidance on design documents, views and such,
I could quickly come up with some exemplary code to store and retrieve
tiddlers (preferably over on [twdev] to keep the noise down).


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



Re: [tw] Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-03 Thread FND
This looks pretty nifty - good job, and thanks for sharing!

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



Re: [tw] Re: Strange behavious over http?

2010-09-02 Thread FND
 OK...I have put some  simple examples in an empty TW here -
 http://dl.dropbox.com/u/284644/empty.html

This is not exactly a *minimal* test case, so I'm not sure what exactly
to look for - however, the following line looks very dodgy:

div class='viewer' macro='tiddler Format with:
{{[[tiddler.title]]##contexto}} tiddler.title##formato'/div

You want the contexto and formato sections from current tiddler to
be filled in there? Well, for one thing, your syntax is wrong - it
should look more like this:

div class='viewer' macro='tiddler Format with: {{[[ + tiddler.title +
##contexto]]}} {{[[ + tiddler.title + ##formato]]}}'/div

However, I don't think that will work, as the tiddler macro's with
argument probably doesn't support section references that way. So you
might have to use the getTiddlerText function:

div class='viewer' macro='tiddler Format with:
{{store.getTiddlerText(tiddler.title + ##contexto)}}
{{store.getTiddlerText(tiddler.title + ##formato)}}'/div


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



Re: [tw] Saving a new file produces damaged file

2010-09-02 Thread FND
 I downloaded a new copy of the empty.html, opened it (WinXP SP3, FF
 3.6 or IE 8) and saved it (with the save-Button on the right side).
 The original file`s size was 360 kB, the saved one is only 33 kB - and
 when I open it with the browser, I see just some plain text...

This might be of interest, as it points to some likely culprits:
http://tiddlywiki.org/wiki/Corruption


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



Re: [tw] parameters to a button

2010-09-01 Thread FND
NB: Strictly development-related issues are better discussed on the dev
group (http://groups.google.com/group/TiddlyWikiDev/) - you're more
likely to get competent help there.

 Say I need the name of a tiddler in the event function of
 createTiddlyButton

The way you presented it, with the function defined inside the macro
handler, it should just work - you might wanna read up on JavaScript's
scoping rules and closures.

Assuming your code looks a little different than your example, you have
a variety of options - e.g. caching data on the respective DOM element:

config.macros.foo = {
locale: {
btnLabel: Foo,
btnTooltip: lorem ipsum
},

handler: function(place, macroName, params, wikifier,
paramString, tiddler) {
var btn = createTiddlyButton(place, this.locale.btnLabel,
this.locale.btnTooltip, this.onClick,
null, null, null, null);
// use the DOM element to cache data
btn.setAttribute(myTitle, tiddler.title);
// ... optionally using jQuery
jQuery(btn).data(myTiddler, tiddler);
},
onClick: function(ev) {
var e = ev || window.event;
var btn = resolveTarget(e);
// retrieve cached data
var title = btn.getATtribute(myTitle);
var tiddler = jQuery(btn).data(myTiddler);
// ...
}
};

There are plenty of examples of this in the the TiddlyWiki core code, as
well as in various plugins.

HTH.


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



Re: [tw] Re: Strange behavious over http?

2010-08-30 Thread FND
 No responses to this question yet 

Can you create a minimal test case*, posting a document with only those
customizations necessary to reproduce the issue? (Here I would imagine
that means adding TaggedTemplateTweak and your ViewTemplate to a vanilla
TiddlyWiki.)


-- F.


* http://tiddlywiki.org/wiki/Troubleshooting

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



Re: [tw] Re: Using TW as database

2010-08-24 Thread FND
 Could you give us an example how to build a table by changing the DOM
 directly.

Sure:

---

(function($) { // use $ as local alias for jQuery

var table = $(table /);
$(tr /).
append(thTitle/th).
append(thDate/th).
appendTo(table);

var tiddlers = store.getTaggedTiddlers(foo);
for(var i = 0; i  tiddlers.length; i++) {
var tiddler = tiddlers[i];
var link = createTiddlyLink(null, tiddler.title, true);
var timestamp = tiddler.created.
formatString(-0MM-0DD 0hh:0mm);
var row = $(tr /).appendTo(table);
$(td /).append(link).appendTo(row);
$(td /).append(timestamp).appendTo(row);
}

table.appendTo(place); // assumes place is a DOM element

})(jQuery);

---

(I've kept it basic - there are ways to optimize this and to make it
more elegant, but would have made this example more complex.)


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



Re: [tw] A special save and keep editing function, possible?

2010-08-23 Thread FND
 I'm wondering if it is possible to have a special save and keep
 editing button that keeping the tiddler remained in edit mode

This might be of interest:
http://svn.tiddlywiki.org/Trunk/contributors/FND/plugins/QuickSavePlugin.js


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



Re: [tw] Re: refactoring tiddler-s

2010-08-23 Thread FND
 Correct me if I'm wrong, but there definetely is no internal
 authentication or integrity key that would disallow using a simple
 text-editor.

Correct - nevertheless, editing the raw source can be dangerous, as it
circumvents the usual verifications (e.g. escaping special characters).


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



Re: [tw] Re: Using TW as database

2010-08-23 Thread FND
 Your script works nice. But what if I want to add a column for a
 custom field called Keyword?

out.push(|!Title|!Date|!Keyword|h); // create tabel header
[...]
out.push( |[[ + tids[i].title + ]]  + | + tids[i].created  +| +
tids[i].fields.keyword  +|);

(Personally, I'd construct the table using the DOM rather than
wikification, but that's not directly relevant here.)

HTH.


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



Re: [tw] Re: Using TW as database

2010-08-23 Thread FND
 One thing I thought of, might be to use 'couchdb' with TiddlyWiki to
 fabricate a shared. distributed REST-ful TiddlyWiki style wiki.

Using CouchDB as backend would indeed be awesome.
There has been some interest in this before[1][2] - personally, I think
it'd be great if there was a couch app providing (a subset of) the
TiddlyWeb API, as that would mean a lot of existing code (e.g. the
adaptor) could simply be reused.


-- F.


[1] http://groups.google.com/group/tiddlywiki/t/f331501c09e10549
[2] http://groups.google.com/group/tiddlywiki/t/125feda2eae813a4

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



Re: [tw] Re: Using TW as database

2010-08-23 Thread FND
 Can I change the date format?

tids[i].created.formatString(-0MM-0DD 0hh:0mm);

see http://tiddlywiki.org/wiki/Timestamps


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



Re: [tw] Re: TiddlyWiki 2.6.1 released

2010-08-23 Thread FND
 2.6.1 releas message says:
 *enhance toolbar macro syntax to render tiddler/slice/section content
 inline (ticket #610)
 [...] I couldn't get it to work.

That entry is a bit misleading, due to it being copied verbatim from the
ticket. The solution we went with in the end was to provide a hook for
plugin authors like Eric:
http://trac.tiddlywiki.org/ticket/610#comment:7
http://trac.tiddlywiki.org/changeset/12296

I'll amended the changelog accordingly - thanks for noticing!


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



Re: [tw] Re: TWeb (TSpace) vs vanilla regarding speed?

2010-08-23 Thread FND
 BTW, is anything executed on the TSpace server or is it only local CPU/
 memory time that decide speed (other than algorithms in core+plugins)?

It's still just a regular TiddlyWiki (though augmented with a variety of
plugins, of course) - so the basic paradigm of computation happening on
the client-side (i.e. in your browser) remains the same.

The significant difference is that data is stored on a server instead of
(or eventually, optionally, in addition to) a document on the local hard
drive - which happens to make saving tiddlers a lot faster, as Mario
explained.


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



Re: [tw] Modifier name in RSS feed?

2010-08-23 Thread FND
 I'd like to know if it's possible to include the modifier's name [...]
 on every RSS feed?

You could use a small plugin that hijacks and extends tiddlerToRssItem:

(function() {

var _tiddlerToRssItem = tiddlerToRssItem;
tiddlerToRssItem = function(tiddler, uri) {
var author = tiddler.modifier.htmlEncode();
return _tiddlerToRssItem.apply(this, arguments).
replace(/link, /linkauthor + author + /author);
};

})();

HTH.


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



Re: [tw] Re: A special save and keep editing function, possible?

2010-08-23 Thread FND
 does it support keyboard shout cut?

There's nothing built into the plugin, and adding access keys to toolbar
commands is a tricky issue anyway (if there are multiple tiddlers opened
in the story, which one should be acted upon?).

You could make it the the default command* for the EditTemplate though.

 is it possible that make the plugin auto saving the tiddler every
 few minutes?

That'd be a separate plugin, I suppose - also, it might be considered
dangerous, as there's no way to revert. Saq did a drafts plugin a while
back though, that might be worth digging out of the group archives.


-- F.


* http://tiddlywiki.org/wiki/Tiddler_Toolbar#Special_Symbols

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



Re: [tw] Re: refactoring tiddler-s

2010-08-23 Thread FND
 Concerning this specific comment -- There probably SHOULD be an
 authentication MAC5 or similar tag applied to edits.
 That's a very simple way to prevent anyone making changes you didn't
 know about or authorise (etc.)

That's not exactly the wiki spirit...


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



Re: [tw] Re: Using TW as database

2010-08-20 Thread FND
 I think there will be a hash soon in tiddlyspace. which will be a
 unique number.

 will the hash be unique in the world, or unique to the space?

To expand on what Jeremy has already said, TiddlySpace's hashing is not
meant to be used as unique identifier[1][2] for individual tiddlers, but
is gonna be a checksum[3] of the contents.


-- F.


[1] http://en.wikipedia.org/wiki/Universally_unique_identifier
[2] http://en.wikipedia.org/wiki/Globally_unique_identifier
[3] http://en.wikipedia.org/wiki/Checksum

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



Re: [tw] Re: TiddlyWiki 2.6.1 released

2010-08-20 Thread FND
 Since this is a maintenance release, is it correct to assume that
 there are no consequences for translators c.q. TW translations?

There were two minor changes:

invalidCookie message was added:
http://trac.tiddlywiki.org/changeset/12283

unused openError message was removed:
http://trac.tiddlywiki.org/changeset/12046#file1

I expect Martin will release take care of the remaining details soon.


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



Re: [tw] Re: Using TW as database

2010-08-19 Thread FND
 I think there will be a hash soon in tiddlyspace. which will be a
 unique number.

Well, the hash will be calculated from the tiddler body, so tiddlers
with the same content but different metadata (e.g. tags) will have the
same hash.

 I don't know, if the new .revision counter is unique?

You mean the revision numbers of tiddlers in TiddlySpace? While those
are indeed unique, that is an artifact of the store implementation being
used on the server (a MySQL database) - so I wouldn't rely on it.


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



Re: [tw] Using TW as database

2010-08-18 Thread FND
 Append serial number to a custom field so that when I add a
 tiddler, it will be labeled 001, and subsequent tiddlers 002,
 003,etc.

You could hijack the saveTiddler method, automatically adding this
custom field (presumably determining the latest ID on startup):
http://trac.tiddlywiki.org/browser/Trunk/core/js/TiddlyWiki.js?rev=12238#L309

That might look something like this:

(function() {

// assumes SERIALID has been initialized

var _saveTiddler = TiddlyWiki.prototype.saveTiddler;
TiddlyWiki.prototype.saveTiddler = function() {
var tiddler = _saveTiddler.apply(this, arguments);
if(!tiddler.fields.serialid) {
SERIALID++;
tiddler.fields.serialid = SERIALID.toString();
}
};

})();

(Note that field names must be lower case and values are strings.)

 Better if this field is not user-editable.

There's no access control in regular TiddlyWikis, as it's all happening
client-side.
So unless you're using some server-side, that's not really enforceable -
however, it might be sufficient to not make it easy for users to change
this data.

 2. Optionally display tiddlers as rows, with a preview column that
 displays the first few lines of the content.

Shouldn't be hard to create a macro for this.
In fact, there are probably ForEachTiddler scripts out there that do
very similar things - you might wanna search the group archives.

HTH.


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



Re: [tw] TiddlyWiki 2.6.1 released

2010-08-18 Thread FND
 We are pleased to announce the release of TiddlyWiki 2.6.1: [...]
 http://trac.tiddlywiki.org/wiki/History

FWIW, we've also updated TiddlyWebWiki and TiddlySpace to use this
latest version, and I expect that we will be taking advantage of the
subtle enhancements as we continue development of those platforms.


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



Re: [tw] Nothing works anymore!

2010-08-15 Thread FND
 Here is the file: http://www.giffmex.org/NotasGiffmex.html
 1. When I rightclick to save to a folder and then open the saved file
 in the folder, it tells me it wasn't saved properly.

Works fine for me - perhaps it was a temporary fluke and your download
got corrupted?


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



Re: [tw] Re: TSpace faq: How include only individual tiddlers?

2010-08-15 Thread FND
 if granularity is an important issue then maybe it'd make sense to
 have the default TSpace space created such by default?

I assume that by default TSpace space, you are referring to the set of
default plugins, customizations etc. (drawn from the core bags,
currently system and tiddlyspace)?
We're aware that some refactoring there is required - for example, the
default theme will soon be moved to a separate space, included by
default. Eventually, I also expect the basic plugins to be handled
somewhat differently.


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



Re: [tw] (att: TSpace) Identifying missing source for copied macro calls.

2010-08-13 Thread FND
 A problem when including/copying a limited set of tiddlers that
 contain macro calls is that you might not have included the tiddlers
 with the macro definitions and this causes errors.

While it's tempting to create a technical solution for this kind of
issue, I'm not sure that's the right approach.

I'd regard this of more of a social issue, to be addressed through
communication between author and consumer (e.g. via documentation or
conversation) and/or more explicit attention by the consumer.

  safety risk being on the server side, if I understand it right
  The idea is to let the user take the risk locally

It's actually the client-side we have to worry about. Plugins are
executed in the context of the respective document, with full access to
its data and thus the potential to wreak havoc (e.g. deleting tiddlers
or exposing sensitive data).

 A plugin, in your own space, could(?) save the names of the missing
 macros and crawl/spider through F to locate the tiddler names where
 these macros are defined. This is the identification part.

Programmatically identifying the plugin which provides a given macro is
not easy.


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



Re: [tw] A way to do an 'update' button for

2010-08-12 Thread FND
 they can hit an update button to import
 anything I have added to the master copy I have online

You could *probably* (ab)use the upgrade mechanism by instructing
TiddlyWiki to use your master copy instead of that from tiddlywiki.com:
http://tiddlywiki.com/beta/BetaUpgradePlugin.html#BetaUpgradePlugin

However, the proper way would be to use the sync mechanism.


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



Re: [tw] TSpace faq: How include only individual tiddlers?

2010-08-09 Thread FND

Unless I misunderstand something, including a space resets the 'local
layout' to the layout of that last included space.


That might be a side-effect if the included space contains tiddlers with 
customizations or a theme overriding the default TiddlySpace theme 
(though the current space's customizations take precedence).



more generally, various undesired tiddlers are included also
Is there a way to include only individual tiddlers? Or sets of
tiddlers?


That is not currently part of the design - space inclusion takes an all 
or nothing approach at the moment.
This is an intentional constraint to ensure simplicity, as managing more 
fine-grained inclusions would inevitably become rather complex.


Of course TiddlySpace is still young and evolving, so your feedback is 
much appreciated!


The upshot, for now, is that the onus is on the respective space members 
to provide sufficient granularity to avoid undesired side-effects when 
the space is included - usually, this means using separate spaces for 
plugins, themes and content.


Having said that, advanced users can leverage TiddlyWeb's underlying API 
to gain more control - however, there are no UIs for that yet, so it 
takes some fiddling. We're happy to get you started on the TiddlyWeb 
mailing list if you're interested.



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



Re: [tw] Re: Bar/Pie/Line Charts in TiddlyWiki using g.raphael

2010-08-09 Thread FND

Quick question, did you wrap the macro code of TiddlyChartsPlugin
with...
(function($) {
})(jQuery);
...so that you could use jQuery commands inside it?


That closure is used to provide a local alias (i.e. shortcut):
http://tiddlywiki.org/wiki/Dev:Best_Practices#Creating_Aliases
http://docs.jquery.com/Plugins/Authoring#Custom_Alias

--
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] ANN: TiddlyWiki 2.6.1 beta 1 released

2010-08-05 Thread FND

We are pleased to announce the first beta of TiddlyWiki 2.6.1:
http://www.tiddlywiki.com/beta/

This is a maintenance release, containing a variety of bugfixes and 
enhancements:

http://trac.tiddlywiki.org/wiki/History

As usual, help testing this release would be greatly appreciated - 
please leave any feedback here. Conversely, this is a beta release, so 
exercise caution before entrusting it with irreplaceable data.


Many thanks to all the contributors!


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



Re: [tw] Re: Bug report: Tiddler CSS ID containing spaces

2010-08-02 Thread FND

While an ID gets generated for the tiddler and contains the title,
the spaces are not removed or replaced.


I'm afraid that's a known issue which can't be fixed without breaking 
backwards compatibility:

http://trac.tiddlywiki.org/ticket/472

Since spaces function as selectors in CSS, the tiddler cannot be 
accessed with CSS.


There's a workaround:
http://tiddlywiki.org/wiki/Tiddler-Specific_Styles#Using_Tiddler_IDs


This works:
div[tiddler=Title Of Tiddler Goes Here].tiddler .viewer


Unfortunately, IE6 balks at that:
http://www.webdevout.net/browser-support-css#css2selectors


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



Re: [tw] Tiddlyspace - Why only lowercase for space name?

2010-08-01 Thread FND

When registering for a new profile, with the intention of creating a
blog, I wanted to use my name... but apparently it must be all lower
case. Can't really see why?


The primary reason is that we need spaces to be valid hostnames (for the 
subdomain; e.g. foo.tiddlyspace.com), and we don't want to have to deal 
with the trouble of having both uppercase and lowercase letters.

This might change in the future, but it's not currently a priority


Also, detail suggestion: Instead of using the word Register, I
suggest e.g Create profile or Desired space name or some such. IMO
the word register is associated with giving out private info.


Good point, actually - thanks.


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



Re: [tw] syntax highlighting

2010-07-28 Thread FND

are there any plans to add syntax highlighting for code snipets.


http://tiddlywiki.org/wiki/Syntax_Highlighting

HTH.


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



Re: [tw] Re: Announcing: readCount plugin, for knowing how much of a TW you've read

2010-07-26 Thread FND

FND. could you update this?
http://hoster.peermore.com/recipes/TiddlyWikiPatterns/tiddlers.wiki#server.content-type


I'm not quite sure what the intent is there - especially when 
considering useful resources already exists:

http://en.wikipedia.org/wiki/Internet_media_type


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



Re: [tw] Announcing: readCount plugin, for knowing how much of a TW you've read

2010-07-23 Thread FND

I've always found it tricky to know how big a TiddlyWiki is and how
much of it I've consumed.


Indeed, the curse of hypertext...


I've just written a plugin that aims to help with this - it shows you
how much of the current document you have read and provides links to
both the read and unread tiddlers.


This is very neat - I can very well imagine myself using this on a 
regular basis.

...
Which reveals a bit of an issue: This relies on the document author to 
include your plugin. Would it be possible to turn this into a 
bookmarklet, thus giving the reader the choice?



The source is here:
http://jrlplugins.tiddlyspace.com/readCountPlugin


FWIW, if you set that's tiddler's server.content-type field to 
text/javascript, it will appear as raw source - example:

http://jrlplugins.tiddlyspace.com/TiddlyWebConfig
http://jrlplugins.tiddlyspace.com/TiddlyWebConfig.txt

This might also help with dynamic loading via a bookmarklet.


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



Re: [tw] Editing/showing tiddlers side by side

2010-07-21 Thread FND

Is is possible not to show tiddlers [...] side by side


This might be of interest:
http://fnd.lewcid.org/tmp/PIMTheme.html
http://groups.google.com/group/tiddlywiki/browse_thread/thread/52c4f2c7700ad669


Note that what appears to be story columns are just floated tiddlers,
which is hardly suitable for regular use.


If you open more than two tiddlers at a time, things can become 
confusing, as it's not predictable which column they're gonna appear in.



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



Re: [tw] Re: ANNOUNCING Tahoe, the Least-Authority File System, v1.7.1

2010-07-20 Thread FND

Can it be that the link provided is incorrect?


That reminds me, Zooko, that I haven't received updates on your blog in 
ages - turns out that the URL seems no longer valid:

http://testgrid.allmydata.org:3567/uri/URI:DIR2-RO:j74uhg25nwdpjpacl6rkat2yhm:kav7ijeft5h7r7rxdp5bgtlt3viv32yabqajkrdykozia5544jqa/wiki.xml

The feed URL provided by the document you linked to is 404:
http://pubgrid.tahoe-lafs.org/uri/URI:DIR2-RO:ixqhc4kdbjxc7o65xjnveoewym:5x6lwoxghrd5rxhwunzavft2qygfkt27oj3fbxlq4c6p45z5uneq/wiki.xml


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



Re: [tw] Re: TSpace - how best include plugins?

2010-07-20 Thread FND

Mario has covered things pretty well.

We expect that dedicated spaces will exist in which plugin authors 
publish individual plugins, allowing inclusion without side-effects 
through unrelated tiddlers.



is this the right group to post TSpace questions in or should it
be in the TWeb group


The reason we started out discussing TiddlySpace-related issues on the 
TiddlyWeb group was mostly to reduce noise, both for this group and 
ourselves. However, I think TiddlySpace is becoming popular enough that 
posting here is fine. (In case a post appears to have escaped our 
attention, please let us know.)



Is tiddlyspace is a good place for plugin authors to publish plugins?


We believe so, yes. (See above.)


Or would that rather be some (tw-specific) github repo ...coming along
with the associated learing curve of a cvs?


I tend to do both: Use a regular SCM for tracking development versions, 
then release stable versions on TiddlySpace - usually with a simple 
deployment script:

http://github.com/FND/tiddlyspace/blob/bulkops/deploy.sh

However, that's ultimately up to the individual author's preferences - 
it's perfectly fine to not use a version control system if that's too 
much overhead for you.



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



Re: [tw] Upgrading from a VERY old TW - followed the guides, no luck.

2010-07-09 Thread FND

I have an extremely old version of TW


Which version is this, exactly? You can find this out either via the 
version macro or by looking at the document's source in a text edit, 
which should give you a line like the following:

var version = {title: TiddlyWiki, major: 2, minor: 6, revision: 0,
date: new Date(Mar 18, 2010), extensions: {}};


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



Re: [tw] Missing Table Features

2010-07-05 Thread FND

No, I am using Camino.


Camino actually uses the same rendering engine (Gecko) as Firefox, which 
might explain your issue; presumably they are a little behind Firefox in 
updating the engine.



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



Re: [tw] Content translation and language selection

2010-07-05 Thread FND
A problem with this way or working is when I do searching, no matter 
what keyword I use (Chinese, or English), The ENGLISH titles of tiddlers 
are shown.


You could use transclusion:
{{en{
tiddler foo [en]
}}}
{{zh{
tiddler foo [zh]
}}}


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



  1   2   3   4   5   6   7   8   9   >