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

[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

[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

[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

[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))

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

2014-04-07 Thread Kriss
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

[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,

[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

[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,

[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

[tw] Re: Coretweak: 890 add conditional test to tiddler macro for my use case ?

2012-01-16 Thread Kriss
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

[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

[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

[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:;

[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

[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

[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

[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

[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,

[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

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

[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

[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

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