[tw] Re: Linking to a tiddler inside an html space.

2014-09-11 Thread Kriss
Grandmaster ELS to the rescue
and as always: now it works.  Thanks!   :-)

-- 
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/d/optout.


[tw] Re: Linking to a tiddler inside an html space.

2014-09-10 Thread Kriss
It worked for Sticky Notes, but I am probably not smart enough to 
understand Eric's answer  :-(

I have added this part to my PageTemplate tiddler  (TWC 2.6.1)
marquee behavior=scroll scrollamount=3 direction=left 
class='screenonly'
 a href=javascript:; class=tiddlyLink tiddlyLinkExisting refresh=link
 tiddlylink=Sponsors onclick=return onclickTiddlerLink(); 
 img src=sponsor.jpg width=72px height=72px //a
/marquee

which correctly scrolls a bitmap from right to left.
When the image is clicked I would like the sponsors tiddler to open. What 
am I missing?



On Monday, January 28, 2013 11:21:20 PM UTC+1, Eric Shulman wrote:


 Firebug isn't showing you the onclick=... handler that is also 
 assigned to the tiddlyLink.  Try adding: 
 onclick=return onclickTiddlerLink(event) 

 onClickTiddlerLink() does the actual work of accessing the tiddler 
 specified by the tiddlylink=... HTML attribute and then renders that 
 tiddler in the story column.  The onclick handler then finishes with 
 return false, which causes the browser to bypass the 
 href=javascript:; (which is a null operation anyway), preventing 
 the unwanted page transition. 


-- 
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/d/optout.


[tw] [TWC] JSON error in fET

2014-04-07 Thread Kriss
Hi

I am running a wiki with about 750 tiddlers. It uses forEachTiddler and 
DataTiddlerPlugin 
a lot.
Lately I get an error:
forEachTiddler ...: JSONError: Expected ':' (,)

so I guess I forgot some quotation mark, a colon or a comma in the 
structured data of one of the tiddlers.

Is there a way (an easy way ;-) ) to find the culprit?
Is there a way to find the tiddler(s) which have errors in their 
data-blocks ?

TWC version 2.6.5
forEachTiddler 1.0.8
DataTiddlerPlugin  1.0.6

I know my way around fET and some basic javascript, but I am by no means a 
'coder'.

Many thanks in advance for any tips or hints

rgd
Kris

-- 
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/d/optout.


[tw] Re: [TWC] JSON error in fET

2014-04-07 Thread Kriss
Hi PMario, thanks for your swift reply.

I expect indeed one of these typos will be the reason.
My question however was to find the tiddler(s) that contains invalid JSON 
data.
fET only indicates that there is an error somewhere, but doesn't state 
which tiddler causes it.

I pasted the url of my wiki in the page you provided but this doesn't 
work.The page expects only JSON information.
(sorry, I can't share that url here)

I'm not looking forward to opening and testing all the tiddlers one by 
one...  :-(

-- 
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/d/optout.


[tw] Re: [TWC] JSON error in fET

2014-04-07 Thread Kriss
OK, got it solved !   :-D

I used this script in a fET, iterating all tiddlers

   script '
  function test(tiddler) {
config.options.txtTESTVar=tiddler.title
var txt =  
if (DataTiddler.getData(tiddler.title,parent,false)) 
{txt=DataTiddler.getData(tiddler.title,parent);}
return txt  }
  ' 

txtTESTVar revealed the names of the faulty tiddlers.

-- 
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/d/optout.


[tw] Re: [TWC] JSON error in fET

2014-04-07 Thread Kriss
Well, as stated in my opening post, I had a data line like this
parent: ,data text,

As you can see there is a , too much behind the :   A simple and obvious 
typo.
This one typo disabled all fET functionality that made use of the 
datatiddler functions.
(I have 285 tiddlers with data in this wiki and 62 fET's working on them 
;-)

For your info: In the process I upgraded the core version of the wiki and 
then had to upgrade the datatiddler plugin as well because there was some 
extra error where spaces in tiddler titles were replaced with an underscore 
_ .   TWC version 2.8.1 and DataTiddlerPlugin 1.0.7. and everything is 
running fine again  ... for now :-D



On Monday, April 7, 2014 11:48:42 PM UTC+2, PMario wrote:

 On Monday, April 7, 2014 9:55:30 PM UTC+2, Kriss wrote:


 txtTESTVar revealed the names of the faulty tiddlers.


 Can you tell us, what the problem was? just for reference.
 -m 


-- 
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/d/optout.


[tw] Re: Loading TW in specific browser on MS-Windows??

2013-01-14 Thread Kriss
I still use PRISM for all of my TWs. It is a discontinued project from 
mozilla.

(in my case, my webbrowser runs sandboxed (under sandboxie) and therefore 
saving is disabled by definition. Using prism avoids the forced sandbox)

I am not sure how prism works exactly or what FF version it uses, but I can 
keep updating my firefox webbrowser and the TWs keep functioning perfectly.
(I use TW versions 2.6.2 and 2.6.5 - have not tested on 2.7)

Prism has the added advantages that (1) it starts faster, (2) you create a 
direct link to a file (like a file/program, not like a web-bookmark) and 
(3) that you don't have the normal browser interface, which means extra 
pixel real-estate for your TW.


The solution proposed by Scott Simmons will work as too.
for some light on this go to 
http://windows.microsoft.com/en-US/windows-vista/Change-which-programs-Windows-uses-by-default
Beware that you will have to have both FF versions installed; I don't know 
whether these might give conflicts...



On Wednesday, January 9, 2013 6:14:49 PM UTC+1, David Masterson wrote:

 Anyone know of a trick such that I could set my TWs to be loaded by FF 
 v3.6 whereas my default browser would be FF v17.0?


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Rii9fOfqS-cJ.
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: growth-confusion

2012-12-18 Thread Kriss
Thank you for your answers.

I have been experimenting with your proposals and for as far as I 
understand it now, all options would mean I have to split the one (large) 
wiki containing all information into multiple documents with separated 
user-rights. Right?

This means I would end up with a much more complex management and loose 
portability in the process.
I guess I will stick with tiddlywiki for the moment.
And I will reconsider a tiddlyspace/geiwiki when I can afford to outsource 
the management and maintenance to a dedicated webmaster or so. 

I regret there seems to be no simple solution for attaching the rights 
directly on the tiddlers.

But as said before, thank you all very much for your input and support   !


Kris

BiPaHiMa
initiator


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/LFgeWRMRpLkJ.
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] growth-confusion

2012-11-22 Thread Kriss
Hello guys,

I am confused about the use of the different TW spin-offs.

I am organizing a large international benefit event and during the 
preparation phase, I have been using tiddlywiki as a tool to structure my 
ideas, collect all the information (background-info, lists of all kinds, 
contact-info (with *TaggedTemplateTweak*),...) and write a descriptive 
document about the different aspects of the project. 
(I have been using TW for 2 years now, on *Firefox *(most often on *Prism*) 
in combination with *Dropbox *and on *andtidwiki *for my android phone - 
the portable and off-line functionality is important to me)

Now I have reached the point where the concept is mature, I need to start 
sharing the information with other people: the volunteers that help in 
implementing the project, and later-on maybe partners and sponsors.

There are close to 700 tiddlers in this wiki, with lots of 
links/transclusions and many also with automated contents (FET-lists and 
such)

As I understand Tiddlywiki is intended as a personal document and it was 
never really suited for collaboration with different people at the same 
time. So I think I will have to move away and towards spaces or tiddlyweb 
or ... I don't know; I am confused.

(I have experimented with the spaces concept, but it seems all the tiddlers 
can be accessed? Can I reuse my TW layout in spaces?
(I use a modified color scheme with the left and right sidebars removed and 
a small topmenu, conform to and suitable for andtidwiki)

So I want to share my tiddlers; some of them can be publicly available 
(visible, not editable), others should only be visible to certain people. 
These people would be grouped in different user profiles.
I estimate there could be up to 20 people to modify tiddlers. (with only a 
few changes per day; the tool mainly being used as a reference tool)
And for example sponsors could see more tiddlers than the general public, 
but neither should be able to make changes.
Overall, the content/structure would be mainly managed by just one or two 
people, with small contributions (only text/markup, no coding or such) from 
the other users
(f.e. change contact information or add a journal report) 

The user group will not be very large; but It is quite diverse so I would 
still need a good and flexible user-management.

What would you recommend as the best way to go?
* some plugin for TW and share it on dropbox ?
** TW5 ?
* move the content to spaces or tiddlyweb? How does user management 
function here?
**  create my own server?
* maybe do I need to move to mediawiki or some of the other platforms with 
a stronger user management !?  (I would not like this option! But if 
needed, could you recommend any?)

Saving TW in the browser seems to be a neverending concern. Does Spaces 
experience similar problems?
On the other hand, could I still (how?) access a spaces implementation 
offline?


Thanks in advance for any advice or helpful comments.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/noe3RFPdLQ0J.
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] Problem with TiddlerEncryptionPlugin and DataTiddlerPlugin

2012-05-08 Thread Kriss
Hello,

I have a wiki that I use already for some time with bookmarks, 
serialnumbers, passwords and the like. It uses the DataTiddlerPlugin and 
FETmacro and everything works fine.
Now I have installed the TiddlerEncryptionPlugin and that too seems to work 
fine.

However, when I decrypt a tiddler, the showData makro is no longer 
displayed correctly.

After decryption, it only shows the tableheader, but not the contents of 
the table. The rest of the contents of the tiddler is displayed correctly.
When I look at the contents of the tiddler in edit-mode everything is 
there, including the data.../data.

When I exit edit-mode using cancel, the table-contents remains hidden, 
but when I exit edit-mode using done or ctrl+enter, the table-contents is 
displayed correctly again...

Tiddlers with the showData-macro but not marked for encryption display just 
fine.

What is going wrong? Anyone an idea?

I use:
wiki v2.6.2
TiddlerEncryptionPlugin v3.2.1
DataTiddlerPlugin v1.0.6   (tested v1.0.7 as well and got same issue)
Firefox 11 and firefox portable 10  (also tested on IE6 :-)

Thank you for your help.
K

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/nPrAwY-K0f8J.
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: Coretweak: 890 add conditional test to tiddler macro for my use case ?

2012-01-16 Thread Kriss
I solved my problem using a forEachTiddler-macro to check on the date
in the title: it definitely is not the clean solution I was looking
for, but it gives the results as needed...

tiddler ShowValue with:{{
 txt  =;
 var vandaag = new Date();

 for (var teller=0;teller90;teller++) {
  txt += forEachTiddler where
'tiddler.title.contains(\+vandaag.formatString(' DD mmm YY')+\)'
write '\- [[\+tiddler.title+\]]\\n\' +;
  vandaag.setDate(vandaag.getDate()-1);
  }
 result = txt;
}}

I am sure there must be a more simple solution to check whether a
title contains a certain string -- since fET can do it --  but I could
not find the correct syntax.
This workaround is surely not the fastest way, but it works ...   ;-)




On Jan 14, 11:08 am, Tobias Beer beertob...@googlemail.com wrote:
  Kriss had a question in 
  november:http://groups.google.com/group/tiddlywiki/browse_thread/thread/121884...
  which seems to be similar (in some respect ??..)...

 Kriss' questions seems similar but it really isn't.

 In fact, his solution has what I would call design flaws which are:
 I would not identify tiddlers by their names. Instead, I would use
 tagging to retrieve lists sorted by date of tiddlers tagged, say
 'Journal', or 'Meeting'... not only, because I would like the liberty
 to prepend a few key words after a tiddler whose name starts with a
 date, e.g.:

 2011.11.04 Posted Question In Google Groups

 Of course, one could split those strings, but that might turn out
 difficult if the format contained named dates.

 Anyhow, to answer Kriss post here, as it hadn't been answered at his
 topic:
 groups.google.com/group/tiddlywiki/browse_thread/thread/
 121884cf0cef5ebf

 Let's call his functional tiddler [[Diary]]:
 tiddler show with:{{
 var tid, out = '',
         fmt = 'DD mmm YY';
         oneday = 24*60*60*1000,
     d = t1 = new Date(),
     t0 = t1 - parseInt('$1')*oneday;
         while(d  t0){
                 d = d - oneday;
                 tid = new Date(d).formatString(fmt);
                 if(store.tiddlerExists(tid))
                         out += '*[[' + tid + ']]\n';
          }
     out;

 }}

 And then he could place something like this in another tiddler...
 My last 7 days:
 tiddler Diary with:7

 However, this doesn't check on any tags and you would have to put your
 meeting notes into your journal tiddlers, as you could (obviously)
 only have one tiddler per day, and it doesn't take care of any date
 before y2k, etc, etc...

 So, I suggest for a review like the one Kriss wants to do, you would
 either use the list macro or something 
 like...http://tobibeer.tiddlyspace.com/#Filtr

 tb

-- 
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: compare tiddlers

2011-10-18 Thread Kriss
tried note++ but could not find the required function.

I had done a file compare already using [beyond compare] but that
doesn't really help since the different wikis cover different subjects
(so most of the contents will be different!)  I want to compare only
tiddlers that exist in both files (like for example a custom
stylesheet or plugins I used).
A workaround could be indeed to export all of these specific tiddlers
to text files and compare these textfiles using Note++ or BC but that
would take lots of time and be very inefficient...


-- 
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] compare tiddlers

2011-10-17 Thread Kriss
Does there exist something like  CompareTiddlers  to compare tiddlers
in external files?

I have about 10 different standalone tiddlywikis about different
subjects.
They use similar tiddlers like StyleSheet en zConfigTweaks and several
plugins. These are not (not yet) synced and have evolved in different
directions over time.
Now I want to optimize them so they display well both on android and
on high-resolution pc screen.
Therefore I need to compare the corresponding tiddlers in the
different wikis and find the good parts and the differences and then
synchronize all of them.

Any advice?

-- 
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] CopyToClipboard

2011-07-14 Thread Kriss
It took me some effort to figure this one out, so I thought I would
share it with the world.
I wanted a way to copy data stored in a tiddler, to the clipboard.
(this is for Firefox; IE is much simpler).

First create a tiddler called CopyToClipboard. This one contains:
htmla href=javascript:; onclick=

netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
var id='@mozilla.org/widget/clipboardhelper;1';
var
clip=Components.classes[id].getService(Components.interfaces.nsIClipboardHelper);
clip.copyString('$1');
return false; (c) /a/html

Now, you can copy any string [[value]] to the clipboard by clicking
the '(c)'
when you add tiddler CopyToClipboard with:[[+value+]]  to a
tiddler.

I use the DataTiddlerPlugin for example to store passwords and serials
and the like.
In the code of the DataTiddlerPlugin-tiddler search for the part where
it defines the display of the datatable.
Search for config.macros.showData.renderDataAsTable

There replaced the line starting with text+= with this one:
text += | +i+|+value+ tiddler CopyToClipboard with:[[+value
+]] + |\n;

The showdata macro will now display a '(c)' for every line of
data.

-- 
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: FET Question about available date attributes

2011-01-26 Thread Kriss
Nice!  :-D

How would I have to chance the *hijack* if I wanted to add a
'viewcount' field as well ?  (a counter increasing every time the
tiddler is displayed)

I tried to add just another store.setValue()-line but apparently it is
not just that simple :-$

-- 
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: FET Question about available date attributes

2011-01-26 Thread Kriss
formatString() does not work on this field??

 tiddler.created.formatString(, MMM 0DD)

works fine, but

 tiddler.fields.viewed.formatString(, MMM 0DD)

returns TypeError: tiddler.fields.viewed.formatString is not a function

-- 
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: Advice on what and how to teach about TW

2010-12-30 Thread Kriss
Great idea!

Start with the basics.   (always start with the basics :-) )
To fully understand the power of TW one must first grasp the concept
of a wiki.

I disagree with Mans in that TW is nothing like a *normal* office
notebook document. Sure, you could use it to just write text, for
example like a blog, but the power of the wiki is that it is in
essence a flexible database.

Tiddlers and tiddler content can be used and reused in flexible ways.
One can extend the functionality of the wiki with the power of
readymade plugins and self-written scripts. But in essence it remains
a wiki, linking pieces of information together in flexible ways.
(where plugins create or manipulate this 'information' in an
interactive way)

Tiddlyspace is basically an extention of TW. An added value.  (one
that opens up a lot of new options, true)
But there are many options out there in cyberspace that offer
possibilities for sharing and linking, if that is all you are after.

Just like the people in this group use their wikis in many different
ways, so will the students find different uses for TW. The power of TW
is that you can.   (it is good practice to give examples of the
extreme diverse usecases)

To fully understand the power of the toy - and to learn to understand
the inner workings, I think it is important to start from the basics
and build your way up.

-- 
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: formating calendar plugin output to right, left or center

2010-12-29 Thread Kriss
Is your .center-css defined correctly in stylesheet?

.center {display:block;text-align:center;}

this will align the entire calendar to the center. If you want to
manipulate elements inside the calendar-tabel, use the .calendar
class.

.calendar td {text-align:center;}

calendar yields a full-year view. use something like calendar
thismonth to see only one month.

-- 
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] overall formatting of numbers

2010-12-22 Thread Kriss
Is it possible to force the displayformat of numbers on a top level ?

The content of many of my tiddlers are generated by a script or by the
fET plugin.
Would it be possible to specify an overal format  (like the 12'345.67
or 12.345,56 notation) to use for large numbers? So anywhere in my
wiki, wherever it displays large numbers, these would be presented in
a readable format. 100.000.000 in stead of 1

Something like String.Format(#,###) but enforced to be used on all
the numbers in the wiki...

-- 
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: fET inside a fET : syntax around %1

2010-12-15 Thread Kriss
try this:

 '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
FetDefinitionTagsText with:[[Sortie]] [[+tiddler.title+]] $))'



On 15 dec, 12:26, julien23 jbouc...@capsule-ea.fr wrote:
 I call a two layered fET with the command here below, but I think I am
 doing something wrong around the syntax of %1 in
 [[FetLauchingGrouped]] ... I have tried all '  [[ {{ possibles :D

 Could you please give me a hand ?

 Thanks

 tiddler FetLauchingGrouped with: {{tiddler.title}}

 [[FetLauchingGrouped]]
 forEachTiddler
     where
         'tiddler.tags.contains(Sorties)  !
 tiddler.tags.contains(attachment)'
     sortBy
         tiddler.modified
         descending
    write
  '((index == 0) ?  : \n)+*+tiddler.title+\n tiddler
 FetDefinitionTagsText with: %1 |Sortie|+tiddler.title+|$))'



 [[FetDefinitionTagsText]]
 forEachTiddler
     where
         'tiddler.tags.contains($1)  tiddler.text.contains($2)
  !tiddler.tags.contains(attachment)'
     sortBy
         tiddler.modified
         descending
    write
  '((index == 0) ?  : \n)+*[[+tiddler.title+|+tiddler.title
 +]]'



-- 
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: mind map display of TW

2010-12-05 Thread Kriss
There is a very strong interest here in fact; but unfortunally I
haven't found any implementation that is good/usefull to me...   :-(


On 30 nov, 20:02, Smandoli themanthurs...@gmail.com wrote:
 I am interested in mind map displays of wiki information.
  *http://www.wikimindmap.org/viewmap.php?wiki=en.wikipedia.orgtopic=an...
  *http://www.snappywords.com
 Is this an interest for others?  Are efforts underway?  Would TW lose
 all its light-weight loveliness?

-- 
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: pass paramter through a link

2010-08-07 Thread Kriss
 Hi Kriss

  I don't want to transclude but link to the test-tiddler: something
  like   [[TEST with:PARAMETER]]

 To me it sounds like you are trying to create new tiddlers with:
 parameter.

thank you Måns for your answer, but in fact, this is not what I wanted
to do.
The tiddlers exist already, I only want tot *link* to them, in stead
of *transcluding* them ...  thus, using the  [[ ... ]]  notation in
stead of the tiddler ...   notation.
Piont is that using the transclusion, one can pass the parameters
$1..$9 to the slave tiddler...
I want to do the same by *linking* to them.

I understand, in fact, your proposal for creating new tiddlers might
be a sort of work-around, but it will create a lot of new tiddlers
which is not desirable.

-- 
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] pass paramter through a link

2010-08-05 Thread Kriss
Is there a possibility to pass a parameter in a link?

tiddler TEST with:PARAMETER   will replace $1 in the TEST-tiddler
with this PARAMETER.

I don't want to transclude but link to the test-tiddler: something
like   [[TEST with:PARAMETER]]

Seems a quite obvious functionality to me; would be strange if it
where not possible...  *rolling eyes*

fyi, my use case: I generat a listing of some tiddlers using the
ForEachTiddler-plugin. Then, when I click one of them, a new tiddler
should open (with a parameter passed onto it) where, in the new
tiddler, is another macro that uses the content of the $1 parameter...

I got it working for missing tiddlers ... they open a tiddlerlike
something, and the $1 contains the title of the missing tiddler.
Great, but I would like this to work for existing tiddlers as well  :-
D

any advice anyone?

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



[tw] list of tags with related tiddlers

2010-05-22 Thread Kriss
I would like to have a table of all the tags in the wiki (similiar to
allTags ). and for every tag a list of all the tiddlers that use
it.

I used the foreach plugin and based myself on the example at:
http://tiddlywiki.abego-software.de/#[[List%20all%20Tiddlers%2C%20grouped%20by%20Tags%20%28including%20tiddlers%20with%20no%20tags%29]]

Problem is, this produces a list of all the tag-combinations that
exist in the wiki (and lists the tiddlers for that combination).

If I have only 10 tags in my wiki, it should produce a table with only
10 rows; not with all the possible combinations...

suggestions?

t.i.a.



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