[tw5] Re: Announcing Tiddlyhost.com

2021-02-19 Thread Cyrill Andreani
Hey Simon, got problems with the sign in, the confirmation link does not 
come and later the login dont go. Can you add cyr...@andreanis.de  , so 
perhaps I can recover passw ...
Best

ooc...@gmail.com schrieb am Freitag, 19. Februar 2021 um 14:35:08 UTC+1:

> Looks great, how does one upload an already existing TW. i just got really 
> tired of github’s saving unreliability. 
>
> On Thursday, February 18, 2021 at 5:48:21 PM UTC-6 SimonBaird wrote:
>
>> (Via http://tiddlyspot.blogspot.com/2021/02/announcing-tiddlyhostcom.html 
>> )
>>
>> Tiddlyhost.com is the successor to Tiddlyspot.com. I've been working hard 
>> on it since early January and I'm really happy with the progress. It's 
>> pretty new, and still in development, but I feel like it's ready for some 
>> kind of launch.
>>
>> Unlike Tiddlyspot, Tiddlyhost:
>> * Is secure
>> * Has a password recovery mechanism
>> * Supports TiddlyWiki5
>> * Is fully open source
>> * Let's you share and discover TiddlyWiki sites
>>
>> If that sounds good, please sign up at https://tiddlyhost.com/ and give 
>> it a try.
>>
>> If you have suggestions or experience problems, please file an issue [1]. 
>> See also the code [2] and the FAQ [3].
>>
>> [1] https://github.com/simonbaird/tiddlyhost/issues
>> [2] https://github.com/simonbaird/tiddlyhost/
>> [3] https://github.com/simonbaird/tiddlyhost/wiki/FAQ
>>
>>
>> -Simon
>>
>> Ps, a few notes:
>> * As mentioned, Tiddlyhost is new and in development. I can't guarantee 
>> there won't be problems. It would be wise to download your site once in a 
>> while just in case something goes terribly wrong and your data gets lost.
>> * Please be nice. For example don't upload your entire photo collection, 
>> or generate a ton of spammy content.
>>
>> -- 
>> simon...@gmail.com
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/06eb3020-98c5-440c-b875-1ddfad5a8f61n%40googlegroups.com.


[tw5] Re: Tufte-like sidenotes: generate random ids

2020-11-08 Thread Cyrill Andreani
Hey Anjar,

I second your approach and need on visual context with the text content of 
the tiddler. Perhaps you will find some ideas in two (nearly) similar 
projects ?

https://tid.li/tw5/numbers.html
http://cherrypicker.tiddlyspot.com/


Best regards

Ste schrieb am Mittwoch, 4. November 2020 um 13:18:59 UTC+1:

> Tufte looks interesting!
>  
>
> On Tuesday, 3 November 2020 at 23:28:16 UTC Anjar wrote:
>
>> Hi all!
>>
>> Some of you may be familiar with Edward Tufte (
>> https://edwardtufte.github.io/tufte-css/), and I think his sidenote 
>> approach can be useful in TiddlyWiki as well if one wants to add comments 
>> to the contents of a tiddler. I tried to make a simple macro which work 
>> fairly well, but to make a new number for each comment, I need to generate 
>> a unique ID for it. Is this possible or do I need another approach? For 
>> example, I added highlighting on hover which may reduce the need for unique 
>> identifiers., but it would still be nice for say printing. 
>>
>> \define comment(txt)
>> > class="margin-toggle sidenote-number">
>> 
>> > id="sn-demo"
>> class="margin-toggle"/>$txt$
>> \end
>>
>> 
>> .comment:hover .sidenote {
>> background-color: yellow;
>> }
>>
>> input.margin-toggle {
>> display: none;
>> }
>>
>> label.sidenote-number {
>> display: inline;
>> }
>>
>> label.margin-toggle:not(.sidenote-number) {
>> display: none;
>> }
>>
>> .sidenote,
>> .marginnote {
>> float: right;
>> clear: right;
>> margin-right: -60%;
>> width: 50%;
>> margin-top: 0.3rem;
>> margin-bottom: 0;
>> font-size: 1.1rem;
>> line-height: 1.3;
>> vertical-align: baseline;
>> position: relative;
>> }
>>
>> .sidenote-number {
>> counter-increment: sidenote-counter;
>> }
>>
>> .sidenote-number:after,
>> .sidenote:before {
>> font-family: et-book-roman-old-style;
>> position: relative;
>> vertical-align: baseline;
>> }
>>
>> .sidenote-number:after {
>> content: counter(sidenote-counter);
>> font-size: 1rem;
>> top: -0.5rem;
>> left: 0.1rem;
>> }
>>
>> .sidenote:before {
>> content: counter(sidenote-counter) " ";
>> font-size: 1rem;
>> top: -0.5rem;
>> }
>> 
>>
>> This<> is an<> 
>> example<>
>>
>>
>> Best,
>> Anders
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea470891-d179-43aa-9639-d9e9ff4af0e7n%40googlegroups.com.


[tw5] Re: Presenting: field value selector

2020-06-30 Thread Cyrill Andreani
Mat, 
Thanks to your reactivity. The version is drift, derived from Roam/Stroll 
of course.
I delete the core tiddler and will check the usibility of this edition.
:)

Mat schrieb am Montag, 29. Juni 2020 um 19:55:17 UTC+2:

> @David Gifford and @Cyrill
>
> OK, after having had a look at Cyrills file, I note that the core shadow 
> tiddler $:/core/ui/EditTemplate/fields is modified in... is it called 
> Stroll or Roam (sorry). That core tiddler was updated in October last year (
> here 
> <https://github.com/Jermolene/TiddlyWiki5/commit/1cf2d0799d7027d58f4bdca857bc342dd778a330#diff-36235732f5a83c37b18e89da3396f8a4>)
>  
> but Stroll/Roam seems to use the older version and possibly with some other 
> customizations (I didn't search).
>
> If this tiddler is deleted, then the core version of it is restored 
> automatically, and fieldvalueselector works. But then any mods critical for 
> Stroll/Roam are of course lost *IF *there in deed are any. That is 
> hopefully something @David can answer - otherwise you (@Cyrill) can 
> investigate any differences between the Stroll/Roam version of that tiddler 
> and the updated core version. FieldValueSelector uses the
> <> instead of the old $:/temp/newfieldname so that is 
> the only difference that I can tell is problematic for sure.
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4f4271e0-b0ea-4dc5-9907-d8626ffbb6fan%40googlegroups.com.


[tw5] Re: Presenting: field value selector

2020-06-29 Thread Cyrill Andreani
Mat, 
can you please send me your emailadress, cause i have no rights to answer 
you directly.

Many thanks in advance

Mat schrieb am Samstag, 27. Juni 2020 um 13:38:00 UTC+2:

> ...after you first remove any other plugins, please.
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e13b78ea-fc1b-4536-9443-19cf26032945n%40googlegroups.com.


[tw5] Re: Presenting: field value selector

2020-06-27 Thread Cyrill
 Mat,
*I use*
* 5.1.22, *
this render the name of the tiddler...
when you wish i could send you the file directly via pm ?

Mat schrieb am Freitag, 26. Juni 2020 um 16:47:30 UTC+2:

> What's your TW version? It must be recent enough to accept the following 
> command:
>
> <$link/>
>
> If you put this in a tiddler, does this render the name of the tiddler or 
> does it not render anything? If it doesn't render anything - you should 
> upgrade your TW.
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d680e1a2-3025-4a63-8ba2-7e0222a5b623n%40googlegroups.com.


[tw5] Re: Presenting: field value selector

2020-06-26 Thread Cyrill
Mat, 
it concern every field and only special character I use in the values is 
"-" between, p.e. in that form  "BGB - 242".
I use the "drift" edition, recently assembled here,  with some plugins. I 
tested to disable all plugins, but it seem to have no positive effect...
 
Mat schrieb am Donnerstag, 25. Juni 2020 um 20:22:17 UTC+2:

> UPDATED - I changed all enclosing quotes for triple quotes which could 
> have an effect. If this doesn't solve your problem then I suspect you have 
> funny characters in your fields. BTW, does it only fail for "gesetz" 
> specifically or is it for all field names?
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/02cbfc76-113b-4764-8f28-15b3601b0528n%40googlegroups.com.


[tw5] Re: Presenting: field value selector

2020-06-25 Thread Cyrill
Hey Mat,

yes I have already entered values in this fields of the tiddlers.

Your code in Tiddlers text give me a long list with first tiddler title and 
the field "gesetz" value beside it.

Best

Mat schrieb am Donnerstag, 25. Juni 2020 um 12:53:20 UTC+2:

> @Cyrill
>
> As Tony notes, you must have used that field name previously, *and *it 
> must have values set, in order for it to list the values for that field. 
> Have you? There is no way to tell from your picture. What do you get if you 
> put this in a tiddler:
>
> <$list filter="[has[gesetz]]">
> <$link/> - {{!!gesetz}}
> 
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3606e435-40f6-42af-918f-56c0bae4d2cbn%40googlegroups.com.


[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-23 Thread Cyrill
Sorry, dont notice your suggestion...
works perfectly and fits to my needs !! 


Am Dienstag, 23. Juni 2020 12:09:06 UTC+2 schrieb Saq Imtiaz:
>
> @Cyrill sounds like you haven't installed Relink plugin as suggested in 
> the installation notes
>
> On Tuesday, June 23, 2020 at 10:47:28 AM UTC+2, Cyrill wrote:
>>
>> Hey Saq Imtiaz,
>>
>> tx for your answer, 
>>
>> but when you rename the created tiddlers, they get lost in the wished 
>> tree/slider/structure...
>> so via the caption field, only the showed name (in the tabs of side bars) 
>> could be different than the title.
>>
>> Regards
>>
>> Am Samstag, 20. Juni 2020 08:20:02 UTC+2 schrieb Saq Imtiaz:
>>>
>>> @Cyrill: I am not sure I follow your question. The plugin has nothing to 
>>> do with the SideBar.
>>>
>>> If you are unhappy with the title of generated tiddlers, you can just 
>>> rename them.
>>>
>>> On Thursday, June 18, 2020 at 2:16:15 PM UTC+2, Cyrill wrote:
>>>>
>>>> Hey Saq Imtiaz,
>>>>
>>>> like to start working with your plugin. I tested the caption field to 
>>>> modify the visual title in SideBar, but it seem not to be integrated now. 
>>>> Is there hope to get is next time ?
>>>>
>>>> Kind regards
>>>>
>>>> Am Dienstag, 16. Juni 2020 17:17:51 UTC+2 schrieb Saq Imtiaz:
>>>>>
>>>>> I've pushed an update that should address that bug. I suspect we will 
>>>>> find a few more of these until I get the chance to do a comprehensive 
>>>>> code 
>>>>> review, one is really needed after the major refactoring I did to rename 
>>>>> fields.
>>>>>
>>>>> Saq
>>>>>
>>>>> On Tuesday, June 16, 2020 at 4:54:02 PM UTC+2, OGNSYA wrote:
>>>>>>
>>>>>> I just tested again in your demo 
>>>>>> <https://saqimtiaz.github.io/sq-tw/streams.html> and it actually 
>>>>>> happens there too.
>>>>>> Please see image attached.
>>>>>> CTRL+down doesn't work for going from node A to A1 or from B to B1 
>>>>>> (it works for all other operations).
>>>>>> Let me know if you can't reproduce it, or if you want me to do any 
>>>>>> further tests
>>>>>>
>>>>>>
>>>>>> On Tuesday, June 16, 2020 at 2:39:06 PM UTC+1, Saq Imtiaz wrote:
>>>>>>>
>>>>>>> @OGNSYA in order to try to investigate that potential bug I will 
>>>>>>> need either:
>>>>>>>
>>>>>>>- specific steps to re-create that bug in my demo
>>>>>>>OR
>>>>>>>- a file in which I can see that bug
>>>>>>>
>>>>>>> Is that problem happening in all streams? Or only in one specific 
>>>>>>> tiddler?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tuesday, June 16, 2020 at 12:40:42 PM UTC+2, OGNSYA wrote:
>>>>>>>>
>>>>>>>> Thanks Saq.
>>>>>>>>
>>>>>>>> *Here's a very specific bug I'm getting *, which doesn't happen in 
>>>>>>>> your website (my setup is TiddlyDesktop, with Stroll). 
>>>>>>>> Navigating using CTRL+Down doesn't work when the next item is a 
>>>>>>>> child (ie. indented).
>>>>>>>> Otherwise everything else works (including CTRL+Down when the next 
>>>>>>>> item is a parent).
>>>>>>>>
>>>>>>>> *And a suggestion/request*: when breaking a node in two, by 
>>>>>>>> pressing ENTER, could the caret (the text cursor) be moved to the 
>>>>>>>> *start* of the new node (instead of to the end)? To me that would 
>>>>>>>> be the most intuitive. It would be particularly helpful when manually 
>>>>>>>> breaking up longer texts.
>>>>>>>>
>>>>>>>> On Sunday, June 14, 2020 at 3:52:13 PM UTC+1, Saq Imtiaz wrote:
>>>>>>>>>
>>>>>>>>> I've pushed an update that fixes the bug with drag and drop. It's 
>>>>>>>>> something that crept in when I recently refactored to change field 
>>>>>>>>> names 
>

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-23 Thread Cyrill
Hey Saq Imtiaz,

tx for your answer, 

but when you rename the created tiddlers, they get lost in the wished 
tree/slider/structure...
so via the caption field, only the showed name (in the tabs of side bars) 
could be different than the title.

Regards

Am Samstag, 20. Juni 2020 08:20:02 UTC+2 schrieb Saq Imtiaz:
>
> @Cyrill: I am not sure I follow your question. The plugin has nothing to 
> do with the SideBar.
>
> If you are unhappy with the title of generated tiddlers, you can just 
> rename them.
>
> On Thursday, June 18, 2020 at 2:16:15 PM UTC+2, Cyrill wrote:
>>
>> Hey Saq Imtiaz,
>>
>> like to start working with your plugin. I tested the caption field to 
>> modify the visual title in SideBar, but it seem not to be integrated now. 
>> Is there hope to get is next time ?
>>
>> Kind regards
>>
>> Am Dienstag, 16. Juni 2020 17:17:51 UTC+2 schrieb Saq Imtiaz:
>>>
>>> I've pushed an update that should address that bug. I suspect we will 
>>> find a few more of these until I get the chance to do a comprehensive code 
>>> review, one is really needed after the major refactoring I did to rename 
>>> fields.
>>>
>>> Saq
>>>
>>> On Tuesday, June 16, 2020 at 4:54:02 PM UTC+2, OGNSYA wrote:
>>>>
>>>> I just tested again in your demo 
>>>> <https://saqimtiaz.github.io/sq-tw/streams.html> and it actually 
>>>> happens there too.
>>>> Please see image attached.
>>>> CTRL+down doesn't work for going from node A to A1 or from B to B1 (it 
>>>> works for all other operations).
>>>> Let me know if you can't reproduce it, or if you want me to do any 
>>>> further tests
>>>>
>>>>
>>>> On Tuesday, June 16, 2020 at 2:39:06 PM UTC+1, Saq Imtiaz wrote:
>>>>>
>>>>> @OGNSYA in order to try to investigate that potential bug I will need 
>>>>> either:
>>>>>
>>>>>- specific steps to re-create that bug in my demo
>>>>>OR
>>>>>- a file in which I can see that bug
>>>>>
>>>>> Is that problem happening in all streams? Or only in one specific 
>>>>> tiddler?
>>>>>
>>>>>
>>>>>
>>>>> On Tuesday, June 16, 2020 at 12:40:42 PM UTC+2, OGNSYA wrote:
>>>>>>
>>>>>> Thanks Saq.
>>>>>>
>>>>>> *Here's a very specific bug I'm getting *, which doesn't happen in 
>>>>>> your website (my setup is TiddlyDesktop, with Stroll). 
>>>>>> Navigating using CTRL+Down doesn't work when the next item is a child 
>>>>>> (ie. indented).
>>>>>> Otherwise everything else works (including CTRL+Down when the next 
>>>>>> item is a parent).
>>>>>>
>>>>>> *And a suggestion/request*: when breaking a node in two, by pressing 
>>>>>> ENTER, could the caret (the text cursor) be moved to the *start* of 
>>>>>> the new node (instead of to the end)? To me that would be the most 
>>>>>> intuitive. It would be particularly helpful when manually breaking up 
>>>>>> longer texts.
>>>>>>
>>>>>> On Sunday, June 14, 2020 at 3:52:13 PM UTC+1, Saq Imtiaz wrote:
>>>>>>>
>>>>>>> I've pushed an update that fixes the bug with drag and drop. It's 
>>>>>>> something that crept in when I recently refactored to change field 
>>>>>>> names 
>>>>>>> and plugin name.
>>>>>>>
>>>>>>> I've had a few things come up that will limit the time I have 
>>>>>>> available to work on this in the short term. So for now, I am focusing 
>>>>>>> on 
>>>>>>> bug reports only.
>>>>>>>
>>>>>>>  Will revisit other feedback once I am able to. In the meantime 
>>>>>>> please feel free to keep the feedback coming.
>>>>>>> Cheers,
>>>>>>>
>>>>>>> Saq
>>>>>>>
>>>>>>> On Sunday, June 14, 2020 at 11:43:41 AM UTC+2, OGNSYA wrote:
>>>>>>>>
>>>>>>>> @Saq, thanks for addressing all our questions!
>>>>>>>>
>>>>>>>> *Single-click edit*: Got it! I didn't realize external links 
>>>>>>>> couldn'

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-18 Thread Cyrill
Hey Saq Imtiaz,

like to start working with your plugin. I tested the caption field to 
modify the visual title in SideBar, but it seem not to be integrated now. 
Is there hope to get is next time ?

Kind regards

Am Dienstag, 16. Juni 2020 17:17:51 UTC+2 schrieb Saq Imtiaz:
>
> I've pushed an update that should address that bug. I suspect we will find 
> a few more of these until I get the chance to do a comprehensive code 
> review, one is really needed after the major refactoring I did to rename 
> fields.
>
> Saq
>
> On Tuesday, June 16, 2020 at 4:54:02 PM UTC+2, OGNSYA wrote:
>>
>> I just tested again in your demo 
>>  and it actually happens 
>> there too.
>> Please see image attached.
>> CTRL+down doesn't work for going from node A to A1 or from B to B1 (it 
>> works for all other operations).
>> Let me know if you can't reproduce it, or if you want me to do any 
>> further tests
>>
>>
>> On Tuesday, June 16, 2020 at 2:39:06 PM UTC+1, Saq Imtiaz wrote:
>>>
>>> @OGNSYA in order to try to investigate that potential bug I will need 
>>> either:
>>>
>>>- specific steps to re-create that bug in my demo
>>>OR
>>>- a file in which I can see that bug
>>>
>>> Is that problem happening in all streams? Or only in one specific 
>>> tiddler?
>>>
>>>
>>>
>>> On Tuesday, June 16, 2020 at 12:40:42 PM UTC+2, OGNSYA wrote:

 Thanks Saq.

 *Here's a very specific bug I'm getting *, which doesn't happen in 
 your website (my setup is TiddlyDesktop, with Stroll). 
 Navigating using CTRL+Down doesn't work when the next item is a child 
 (ie. indented).
 Otherwise everything else works (including CTRL+Down when the next item 
 is a parent).

 *And a suggestion/request*: when breaking a node in two, by pressing 
 ENTER, could the caret (the text cursor) be moved to the *start* of 
 the new node (instead of to the end)? To me that would be the most 
 intuitive. It would be particularly helpful when manually breaking up 
 longer texts.

 On Sunday, June 14, 2020 at 3:52:13 PM UTC+1, Saq Imtiaz wrote:
>
> I've pushed an update that fixes the bug with drag and drop. It's 
> something that crept in when I recently refactored to change field names 
> and plugin name.
>
> I've had a few things come up that will limit the time I have 
> available to work on this in the short term. So for now, I am focusing on 
> bug reports only.
>
>  Will revisit other feedback once I am able to. In the meantime please 
> feel free to keep the feedback coming.
> Cheers,
>
> Saq
>
> On Sunday, June 14, 2020 at 11:43:41 AM UTC+2, OGNSYA wrote:
>>
>> @Saq, thanks for addressing all our questions!
>>
>> *Single-click edit*: Got it! I didn't realize external links 
>> couldn't be clicked. I thought they'd behave the same as [[internal 
>> links]], which could be clicked in the initial (single-click) version of 
>> your plugin. I didn't know there was this distinction. (Maybe offer 
>> users a 
>> single-click option, which requires CTRL-click for links?)
>>
>> *Autocomplete*: I also ran into the autocomplete issue with 
>> edit-comptext. Thank you for the pull request 
>>
>> *Direct editing*: In my previous email I suggest: *"Have you 
>> considered structuring it so that text can be directly edited at any 
>> level 
>> (ie., without needing to go into Edit mode)? Currently you can only edit 
>> child notes directly, but not the content of the node itself. This would 
>> make the editing experience consistent in all levels of hierarchy"*
>> To be clear, I don't refer to WYSIWYG here. This would be just to 
>> keep the experience consistent for the end user.
>>
>> *Possible bug?*: I didn't see any reference to this anywhere, so I 
>> thought I'd mention. I'm not able to CTRL or SHIFT drag a bullet (ie., 
>> Copy 
>> or Transclude) to another tiddler (nothing happens). I can only drag it 
>> directly - ie., Move. 
>>
>> Thanks! Streams is currently my favorite way to edit TW
>>
>>
>> On Saturday, June 13, 2020 at 6:06:31 AM UTC+1, Saq Imtiaz wrote:
>>>
>>> Regarding title autocomplete via the edit-comptext plugin, the 
>>> problem is that it replaces the default editor with another. Since 
>>> Streams 
>>> also makes tweaks to the editor, it makes it difficult to combine the 
>>> two.
>>>
>>> I've re-written parts of the edit-comptext plugin to tweak the core 
>>> editor and add the same autocomplete features to it instead of creating 
>>> a 
>>> new editor. If these changes get merged by the developer, anyone with 
>>> that 
>>> plugin installed with automatically have title autocomplete in Streams.
>>> Pull request: https://github.com/snowgoon88/TW5-extendedit/pull/17
>>>

[tw5] Re: Presenting: field value selector

2020-06-17 Thread Cyrill
Hey,

last time i frequently use your macro, but from version 5.122 it 
unfortunatly dont work anymore.
It shows previously unused field name, which is not right 

Perhaps some brains here could have a closer look to the code modification 
between ..
Beste Regards


Am Samstag, 23. September 2017 18:53:55 UTC+2 schrieb Mat:
>
> *TWaddle Global Enterprises Incorporated Limited International Multisuper* 
> presents 
> the...
>
> field value selector 
>
> a drop down to select *field value* when creating new field
>
>
> This is just a *small* tool for *wikitext developers*. Not very sexy for 
> the general user.
>
> Similar to the "new field name" dropdown, this shows a dropdown listing 
> existing *field values* for that field name.
>
> The incentive to create this was the *list-before* and *list-after* 
> fields - it is frustratingly impossible to remember the title names to fill 
> in. In the process of solving this, I made the dropdown general to handle 
> values for all fields.
>
> This does NOT overwrite any shadow tids - but the cost is that the little 
> arrow appears below the "new field" area, rather than integrated into it.
>
>
> <:-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a16f446c-48c0-41ca-b9a1-eba45910af3do%40googlegroups.com.


Re: [tw5] Re: Two stories in TiddlyWiki

2020-04-16 Thread Cyrill
TX for your reply,

Yes I mean using tags or fields value to specify in which story a tiddler 
opens in. This is useful when you have links to tiddlers in the left story, 
you want only show in the right story (without using the little arrows 
above).

Kind regards

Am Donnerstag, 16. April 2020 18:44:06 UTC+2 schrieb Saq Imtiaz:
>
> Cyril: Unless I've misunderstood you, the behaviour is already as you 
> describe. The left story is the default one. As such all links in menus, 
> sidebars etc (i.e. anywhere outside a story) will open in that default left 
> story unless you also hold down shift.
>
> The only exception to this is the Open sidebar tab, where the links 
> showing which tiddlers are open in the left pane can be clicked to scroll 
> those tiddlers into view.
>
> Or do you mean using tags or fields to specify which story a tiddler opens 
> in?
>
> On Thursday, April 16, 2020 at 6:24:54 PM UTC+2, Cyrill wrote:
>>
>> Hey Saq,
>>
>> I think it can be useful to force tiddlers (tags or fields) only to open 
>> via links oder sidetabs in one story pane (only on left side or right 
>> side). 
>>
>> Just an idea...
>>
>> Am Donnerstag, 16. April 2020 16:55:43 UTC+2 schrieb Saq Imtiaz:
>>>
>>> David: that's good feedback. Note that I have been trying not to project 
>>> my personal preferences for note-taking on to these discussions, but rather 
>>> take my lead from you and others who are prospective users of this set up. 
>>> Note taking habits and workflows can be different between individuals and I 
>>> find that what works for me is actually quite different from what appeals 
>>> to most who look to TiddlyWiki for solutions.
>>>
>>> My personal experience of working with two stories is that it can indeed 
>>> get confusing to have a lot of tiddlers open in both stories, especially if 
>>> you have same tiddler open in both stories. This is however mitigated to 
>>> quite some extent by means of the Open tab in the sidebar, that not only 
>>> gives you an overview of the open tiddlers, but you can click any of them 
>>> to scroll it into view (note this is currently bugging out for the second 
>>> story in the demo but works in my original setup, will debug later). Most 
>>> of the time I would have one tiddler open in the main story and several in 
>>> the second as reference, but have quite often had and needed 2-3 tiddlers 
>>> in the first story as well. 
>>>
>>> The good news is that this is easy to tweak and could even be made a 
>>> user configurable setting. If you notice, in the TiddlyBlink integration 
>>> demo, the first story view only allows only tiddler to be visibly open 
>>> whereas the second uses the classic storyview and can have multiple 
>>> tiddlers open. Allowing more tiddlers in the first story is a simple as 
>>> changing its storyview to classic. 
>>> I suspect there is a need for more user feedback to determine what 
>>> configuration is the most intuitive for most people, and should therefore 
>>> serve as the default.
>>>
>>> Regarding hot keys: I prefer keyboard shortcuts wherever possible myself 
>>> and understand the appeal. For moving tiddlers between stories the problem 
>>> is that TiddlyWiki doesn't really have a concept of a tiddler in focus, and 
>>> this isn't trivial to implement reliably due to the refresh mechanism. I've 
>>> seen chatter on github about work being planned on this area for the 
>>> TiddlyWiki core so it would probably be best to wait for that.
>>>
>>> Regarding search, keyboard shortcuts are very useful here. The core has 
>>> already added shortcuts for the search fields (ctrl+shift+a and 
>>> ctrl+shift+f) and there are changes forthcoming in the TW release that 
>>> allows you to choose and open a search result via the keyboard alone.
>>> My setup for the last couple of years has been to have shortcuts that 
>>> can be used to trigger two different modals: 
>>> - one with advanced search. Here I can click any link to open in the 
>>> main story or shift+click to open in the second story.
>>> - the other with a note taking UI for jotting down quick thoughts.
>>> This is a key part of my personal notetaking workflow. I can't currently 
>>> share a demo as I am in the process of updating from TiddlyWiki 5.1.17 and 
>>> replacing my custom code for global keyboard shortcuts with the newer core 
>>> support for it. But if there is interest I can post it once I've finished 
>>> the migration a

Re: [tw5] Re: Two stories in TiddlyWiki

2020-04-16 Thread Cyrill
Hey Saq,

I think it can be useful to force tiddlers (tags or fields) only to open 
via links oder sidetabs in one story pane (only on left side or right 
side). 

Just an idea...

Am Donnerstag, 16. April 2020 16:55:43 UTC+2 schrieb Saq Imtiaz:
>
> David: that's good feedback. Note that I have been trying not to project 
> my personal preferences for note-taking on to these discussions, but rather 
> take my lead from you and others who are prospective users of this set up. 
> Note taking habits and workflows can be different between individuals and I 
> find that what works for me is actually quite different from what appeals 
> to most who look to TiddlyWiki for solutions.
>
> My personal experience of working with two stories is that it can indeed 
> get confusing to have a lot of tiddlers open in both stories, especially if 
> you have same tiddler open in both stories. This is however mitigated to 
> quite some extent by means of the Open tab in the sidebar, that not only 
> gives you an overview of the open tiddlers, but you can click any of them 
> to scroll it into view (note this is currently bugging out for the second 
> story in the demo but works in my original setup, will debug later). Most 
> of the time I would have one tiddler open in the main story and several in 
> the second as reference, but have quite often had and needed 2-3 tiddlers 
> in the first story as well. 
>
> The good news is that this is easy to tweak and could even be made a user 
> configurable setting. If you notice, in the TiddlyBlink integration demo, 
> the first story view only allows only tiddler to be visibly open whereas 
> the second uses the classic storyview and can have multiple tiddlers open. 
> Allowing more tiddlers in the first story is a simple as changing its 
> storyview to classic. 
> I suspect there is a need for more user feedback to determine what 
> configuration is the most intuitive for most people, and should therefore 
> serve as the default.
>
> Regarding hot keys: I prefer keyboard shortcuts wherever possible myself 
> and understand the appeal. For moving tiddlers between stories the problem 
> is that TiddlyWiki doesn't really have a concept of a tiddler in focus, and 
> this isn't trivial to implement reliably due to the refresh mechanism. I've 
> seen chatter on github about work being planned on this area for the 
> TiddlyWiki core so it would probably be best to wait for that.
>
> Regarding search, keyboard shortcuts are very useful here. The core has 
> already added shortcuts for the search fields (ctrl+shift+a and 
> ctrl+shift+f) and there are changes forthcoming in the TW release that 
> allows you to choose and open a search result via the keyboard alone.
> My setup for the last couple of years has been to have shortcuts that can 
> be used to trigger two different modals: 
> - one with advanced search. Here I can click any link to open in the main 
> story or shift+click to open in the second story.
> - the other with a note taking UI for jotting down quick thoughts.
> This is a key part of my personal notetaking workflow. I can't currently 
> share a demo as I am in the process of updating from TiddlyWiki 5.1.17 and 
> replacing my custom code for global keyboard shortcuts with the newer core 
> support for it. But if there is interest I can post it once I've finished 
> the migration and updates.
>
> Regards,
> Saq
>
> On Thursday, April 16, 2020 at 3:27:02 PM UTC+2, David Gifford wrote:
>>
>> Hi Saq
>>
>> A user on Twitter wrote this:
>>
>> My hunch is that the user might be better off with a single tiddler in 
>> the main column, a scrolling second column, hotkeys for pulling up the 
>> search bar, hotkeys for moving focus from main tiddler to the column, 
>> hotkeys for moving a focused tiddler into the main column.
>>
>> I don't know about the hotkeys, but his point was that if one has a lot 
>> of tiddlers open in both columns, one would have to scroll both columns to 
>> find any given tiddler, so it might be better to have one fixed column with 
>> a limit of one tiddler, and a main scrolling column for all the others. I 
>> am undecided. What do you think about his feedback?
>>
>> On Wednesday, April 15, 2020 at 2:11:08 PM UTC-5, David Gifford wrote:
>>>
>>> Thanks Saq
>>>
>>> I think I would like to leave the parallel tab as it is on its homepage 
>>> https://giffmex.org/gifts/tiddlyblink.html rather than tweak it at this 
>>> point. It is almost superfluous and could be removed. But I may replace it 
>>> with a Favorites plugin tab.
>>>
>>> Blessings
>>>
>>>
>>> On Wed, Apr 15, 2020 at 2:04 PM Saq Imtiaz  wrote:
>>>
 Dave: the parallel tab breaking may have been an inadverdent result of 
 me hurriedly hacking both the story in a tab, as well as the parallel two 
 story layouts into TiddlyBlink.
 I don't see any reason why the original way you had that working should 
 break, so that should hopefully get automatically resolved when we do this 

[tw5] this puplication and the visualisation is great - Niklas Luhmann Archiv

2019-04-08 Thread Cyrill
Hey,

found this in the news. This show sometthing of the Plugin  KIN-Filter and 
great visualisation of icons of non-hierarchical information to step 
through the connected information.


https://niklas-luhmann-archiv.de/bestand/zettelkasten/zettel/ZK_1_NB_6-3-2_V

I think that this attempt and canvas could be a good direction of the 
evolution of TW.


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1bf3f6be-8de9-4c2d-a96f-c95e92ea9331%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tagging --- Organise From Serendipity

2019-01-02 Thread Cyrill
Hey,

I found it by just modify the file   "$:/.tb/template/list-examples"  by 
adding another reveal paragraph with the wished content field !

So how to make that editable in view-mode ?
Nice Regards



-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb8b54c8-96a1-40aa-9ed7-e93ee07e3e22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tagging --- Organise From Serendipity

2019-01-02 Thread Cyrill
Thanks Tony for your reply,

when I understand it correctly the reference {{!!caption}} show the content 
of the field. To remove the "variable" I think I had to change the macro of 
tobibeer ?
The list-search of him in my mind already shows after each of listed 
tiddlers two fields "filter" und "filter2" after the tags line.
How can I just modify it to show more custum fields in the output. 

Or can you give a short eample of coding the list widget ?

One thing Toby will also be nice : that the output inofrmations are 
directly editable without to open the tiddlers, to simplify the revisions 
of concordance between contents of fields in tags and custum fields in the 
lines nearby.

Nice regards



Am Mittwoch, 2. Januar 2019 01:54:20 UTC+1 schrieb TonyM:
>
> Cyrill,
>
> Of course it is easy, tobiases test filter is designed to only list the 
> titles of the tiddlers matching the filter.
>
> If you build your own list without using the "variable" you can reference 
> fields inside the list widget as current tiddler. Eg {{!!caption}}
>
> Or is there something more to your question?
>
> Tony
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c2c331b-fe8a-44f7-97f6-4382fd0d8a57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tagging --- Organise From Serendipity

2019-01-01 Thread Cyrill
Hey Community,

perhaps a bit off-topic, but  I'm looking for a useful adaptation of the 
output (results) of the list-search (macro) by Tobibeer to re-organize Tags 
and Fields (for example : ontology or semantics)
 
http://tobibeer.github.io/tw/filters/#Filter%20Examples

Is it possible to show with to the listed tiddlers, beside Tags also some 
predefined custom fields *and* their contents ? If yes, it will be very 
helpful to be also directly editable.
Something like this

TIDDLER A
__TAGS
__FIELD1  and CONTENT of FIELD1
__FIELD2  and CONTENT of FIELD2

TIDDLER B
__TAGS
__FIELD1  and CONTENT of FIELD1
__FIELD2  and CONTENT of FIELD2
and so on

The idea is that some information is redundant and better to put in fields. 
Otherwise in TW the hierarchical information will be better shows by Tags. 
Thanks for hints or solutions

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/089d813c-c6f3-47a4-9135-feeaf8ac05ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Using Tiddlywiki5 as a SAAS

2018-10-17 Thread Cyrill
 

 

Hi & Thanks,

 

I appreciate your helpful link and hints. Ithink in the first time it make 
sense to test how the editions "noteself" and "Maarfapad" can fullfill my 
exigencies. 

 

As you stated Software as a Service seems to have many faces, especially 
concerning Tiddly Wiki.

That is why I'd like to precise the requirements of the architecture I have 
in mind.

 

1. In the  past years I followed with great interest the development of the 
Tiddly Wiki. As a standalone solution I used it to organize domain specific 
contents. I am using the tagging and semantic concept to establish a 
taxonomy between tiddlers and their contents. 

 

2. A view month ago I go the feeling that the TiddlyWiki I created could be 
of value and I began to think about how it could be delivered to other 
users. As the Wiki has become quite big I had to realize that it takes to 
long to downlod the TiddlyWiki in complete. So I thought that I need a 
solution that is abled to divide the contents. The end user does not need 
all content all the time. Especially when I begin to create a second and a 
third expert system. So my requirement to a architecture would be to store 
the tiddlers in a database and restore them as a mashup dynamically. I do 
not know what is going to happen to any plugins. But I hope it will be 
transparent.

 

3. My users should be able to download mashups if they are allowd to do so. 
A user can have one to many expert roles. And by that does have access to 
at least one mashup. The mashup results in a static content, that a user 
can edit and store in his own profile. 

Kind regards

Cyrill

Am Mittwoch, 17. Oktober 2018 02:12:59 UTC+2 schrieb Abraham Samma:
>
> Not at all. Yeah, most words in English with double "a", if any (Canaan 
> for example) in them are borrowed from other languages so I can understand 
> your pain. 
>
> On Wed, Oct 17, 2018 at 3:08 AM TonyM > 
> wrote:
>
>> Abraham,
>>
>> FYI: I wanted to mention your solution but had real trouble remembering 
>> the spelling maarfapad simply because "aa" is rare in English and which of 
>> the three a's are double.
>>
>> Regards
>> Tony
>>
>> On Wednesday, October 17, 2018 at 10:32:35 AM UTC+11, Abraham Samma wrote:
>>>
>>> Hi Cyrill,
>>>
>>> You can check out my project <http://maarfapad.com>. Currently it 
>>> allows you to create a private library of personal TiddlyWikis in the 
>>> cloud, but I am actively working to give it some social abilities as well.
>>>
>>> Let me know what you think. There are plenty of implementations out 
>>> there. It just depends on what you need.
>>>
>>> On Monday, October 15, 2018 at 10:07:43 PM UTC+3, Cyrill wrote:
>>>>
>>>> Hi folks,
>>>>
>>>> we know that tiddlywiki was developed as a single page application 
>>>> originally. 
>>>>
>>>> We would like to know if it is possible and if you can recommend us a 
>>>> saas solution of tiddlywiki. 
>>>>
>>>> 1. It seems that their has been some efforts in this direction, like 
>>>> https://tank.peermore.com (tiddlyweb) shows. This seems to be a 
>>>> reference Http API that would match our needs. 
>>>>
>>>> 2. Especially we think it is a good idea to divide the tiddly wiki into 
>>>> parts that can be matched up dynamically. By that it would be possible to 
>>>> define groups of users that and assign selected contents of the wiki to 
>>>> them. 
>>>>
>>>> 3. We think most users, ourselfs including, are using webhosting 
>>>> services that are based on apache and php.
>>>>
>>>>
>>>> Can you give us some hints, which projects have a future and come close 
>>>> to our requirements?
>>>>
>>>>
>>>> Thanks in advance!
>>>>
>>>> Kind regards.
>>>>
>>>>
>>>>
>>>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/KEjlIoKhiag/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> tiddlywiki+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/tiddlywiki.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/3a831213-a1a2-4be5-bf2c-2786c68d493c%40go

[tw5] Using Tiddlywiki5 as a SAAS

2018-10-15 Thread Cyrill
Hi folks,

we know that tiddlywiki was developed as a single page application 
originally. 

We would like to know if it is possible and if you can recommend us a saas 
solution of tiddlywiki. 

1. It seems that their has been some efforts in this direction, like 
https://tank.peermore.com (tiddlyweb) shows. This seems to be a reference 
Http API that would match our needs. 

2. Especially we think it is a good idea to divide the tiddly wiki into 
parts that can be matched up dynamically. By that it would be possible to 
define groups of users that and assign selected contents of the wiki to 
them. 

3. We think most users, ourselfs including, are using webhosting services 
that are based on apache and php.


Can you give us some hints, which projects have a future and come close to 
our requirements?


Thanks in advance!

Kind regards.



-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5f994382-c51f-4c9d-a2b8-012205a540da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Favorites tab

2018-10-08 Thread Cyrill
Hey Mohammad,
there is the link http://favorites.tiddlyspot.com/
Kind Regards

Am Montag, 8. Oktober 2018 14:26:17 UTC+2 schrieb Mohammad:
>
> Is there any plugin of code snippet to simply add / remove tiddlers as 
> your favorites and have a sidebar tab to 
> easily access them? I search this forum and could not find anything!
>
> If users have any experience please share. The minimum requirements are:
>
>
>1. An icon on the tiddler (upper right) to add remove tiddlers to 
>favorites
>2. A sidebar tab named Favorites to list the tiddlers tagged or 
>starred as favorites
>3. Capability to show/hide favorites tab easily (from say control 
>panel) and hide/show favorites icon (a small heart or a star)
>
>
> Mohammad
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4ad6d715-d9a3-4438-8d79-f65964417545%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Another shot at kanban

2017-09-27 Thread Cyrill
Yes,

this could be one possibility or sometthing like a popup with the content 
of clicked tiddler.

By this way you could probably have sometthing like a matrix, to opt as 
back door to the other predefined boards there or by following the inherent 
linking of the choosed tiddler.

Best Regards


Am Mittwoch, 27. September 2017 13:47:00 UTC+2 schrieb Riz:
>
> Hey Cyrill, 
>
> As in,  you want a button to close the tekan mode and navigate to the 
> active card tiddler in the tiddlywiki mode? 
>
> sincerely 
> Riz
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8be5c7f2-0b0c-493a-880f-37fcfc9f66e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Another shot at kanban

2017-09-27 Thread Cyrill
Hey,

I like the idea behind this TW. But how to open a card-Tiddler direcly form 
the kanbanBoard ?

Kind Regards
Cyrill

Am Mittwoch, 20. September 2017 03:54:40 UTC+2 schrieb Riz:
>
>
> <https://lh3.googleusercontent.com/-pSicE_Up4Go/WcHJj-QUGCI/HxU/0-9czLcEyqYw7wANb_k7b8g6mdPY-olsQCLcBGAs/s1600/Tekan2.png>
>
>
> <https://lh3.googleusercontent.com/-ZNRIa2mp8Dc/WcHJp41p_bI/HxY/8qFzsF8h2f87DCyrUAykr6immytmiEbigCLcBGAs/s1600/Tekan1.png>
>
> Hi there.
>
> I was amused by the attempt made at Kanban TW. However, I did not need 
> that many features. So I went ahead a tried to do something on an empty 
> wiki. Add to that Telmiger's point that since we are mimicking the 
> functionality of Trello, might as well look like it too. One thing led to 
> another and here is Tekan. 
>
> Demo: https://ibnishak.github.io/twstuff/projects/tekan/
> Download: https://ibnishak.github.io/twstuff/projects/tekan/Tekan.html
>
> I have given an outline on usage on the demo page. 
>
> Let me know what you think.
>
> live long and prosper,
> Riz 
>
>   
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d3601346-4b01-43c6-86dc-f7d64a6199d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: INTRO: tocP - Parent field based Table Of Content

2017-04-21 Thread Cyrill
Hey Mario,

is there a possble conflict when you uses different same active classes 

tc-table-of-contents in the wiki (p.e. Sidebar or other menus) ?

Dont get it working here ...

Kind Regards


Am Montag, 6. Februar 2017 13:58:36 UTC+1 schrieb PMario:
>
> Hi folks, 
>
> I did create an alternative version to create a TOC. 
> A plugin at: https://wikilabs.github.io/editions/tocP/ ... it's *beta *
> atm!
>
> Triggerd by the Non-tag based collapsible table of contents 
> thread 
> and based on an old experiment. 
>
> *Important*! -> Don't use your production TW for testing!
>
> You can install the plugin by dragging the plugin link to your TW. The 
> plugin contains a readme and a minimal UI to enable / disable the "New 
> Child Here" buttons in the tree. 
>
> It contains the full functionality. So you have the same possibilities 
> that come with the core toc macros. 
>
> tocP .. A simple treetocP-expandable .. A tree in which all the branches 
> can be expanded and collapsedtocP-selective-expandable .. A tree in which 
> the non-empty branches can be expanded and collapsed
> tocP-tabbed-internal-nav .. The target tiddler appears in the right-hand 
> panel, replacing the tiddler that contained the linktocP-tabbed-external-nav 
> ..The target tiddler appears in the normal way (which depends on the 
> user's configured storyview)
>
> The tabbed versions don't have the "New Child" buttons
>
> Feedback is very welcome. 
>
> have fun!
> mario
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/454128d7-0c8a-45e3-98fe-367da67be6a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 Thesis

2014-10-02 Thread Cyrill
Hi,

where to find a clean file of the TW5 mod called thesis or something 
equal.
@alberto Molina

Kind Regards

Cyrill

-- 
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: TW5 Thesis

2014-10-02 Thread Cyrill
Mario, Thank you

Am Donnerstag, 2. Oktober 2014 10:44:58 UTC+2 schrieb PMario:

 Hi Cyrill,
 TiddlyWiki for Scholars contains a download info: 
 http://tw5.scholars.tiddlyspot.com/
 -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] TW5 import only some tiddlers ?

2014-01-23 Thread Cyrill
Hi all,

How to import only several tiddlers from one to other TW5-file ?

Kind regrads

-- 
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: Andtidwiki and dropbox

2013-12-15 Thread Cyrill
Hi, seem to be possible !! 
this may help from the developper site (Forum)...

A little hint for everyone…

It took me a while to figure it out but it seems I can now fully 
automatically (min synch interval every 15min) replicate my wiki between 
android phone, notebook and online dropbox. Means full read/write access to 
it at any time from any place. Neat.

1) install AndTidWiki
2) move wiki file to SD card\dropbox
3) on android home screen (not in AndTidWiki) add shortcut; you will find 
AndTidWiki listed and can then choose the very file it should open
4) Install Dropbox app
5) install app “Ordner mit Dropbox synchen” (costs 50 cents)
6) install app “Wolschons Dropbox Konten”
7) configure “Ordner mit Dropbox synchen” so that it points to the dropbox 
directory you want to keep in synch

Note: The author (Marcus Wolschon) is stating very clearly that his app is 
in beta and as the synch tool is permitted to delete files using the app is 
at your own risk

Am Sonntag, 15. Dezember 2013 15:08:28 UTC+1 schrieb Jeremy Ruston:

 It may be worth asking the AndTidWiki developer directly:

 http://mgsimon.de/android/andtidwiki/

 Best wishes

 Jeremy


 On Sun, Dec 15, 2013 at 9:14 AM, passingby passin...@gmail.comjavascript:
  wrote:

 Anybody? 

 On Friday, December 13, 2013 3:03:40 AM UTC+5:30, passingby wrote:

 I've just installed Andtidwiki on my samsung galaxy s4. From what I 
 understand uptil now AndTidWiki can access TW files lying in its local 
 folder andtidwiki. Is it possible to sync these files via dropbox? If so 
 how?

 Thanks in advance.

  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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] Re: NEW: Customize — your one-stop-shop for all things *tiddly

2013-08-29 Thread Cyrill
Hi Tobias,

just the perfect author for this perfect collection...

TX

Am Freitag, 30. August 2013 00:53:52 UTC+2 schrieb Tobias Beer:

 Hi everyone,

 Sparked by a recent hangout on google plus, sometime this week I thought I 
 needed to do it...

 So, here's the all new eventually comminity-curated tiddly-repository you 
 just might have been waiting for ...for a lng time.

 http://customize.tiddlyspace.com http://customize.tiddlyspace.com/#Home

 The intention of this space is to provide a comprehensive collection of 
 tiddly-artifacts* *that can be gathered and listed in one reference 
 library.

 Quite a few plugin entries have been bulk imported from the corresponding 
 sources and do need reviewing...

 http://customize.tiddlyspace.com/#Review

 If anyone thinks a different URL or space-name may be better suited, speak 
 now. I just didn't want to use or change any of those early attempts and so 
 I started anew.

 Now, how does the *Customize* TiddlySpace work?

 #1 For starters, it's got main categories...

 *Plugins*
 » of differnt types, e.g. plugins, macros, transclusions, scripts (, 
 perhaps fet, too?)

 *Themes*
 » for both TiddlyWiki and TiddlySpace, as well as in the sense of 
 templates, i.e. those containing plugins

 *Apps*
 » meaning *any* application that leverages tiddlers, not just the little 
 tools, but also TiddlyWeb  TiddlySpace, GieWiki, GTD flavours, Twine, 
 etc...

 *References*
 » for blog articles, how-tos, faq, tutorials, implementations, etc...

 *Authors*
 » the contributors that actually provided all that stuff

 *Featured
 *» a category for you know what

 (2) Then there are Sub Categories to the first four of the above which 
 subdivide the big list of all things under a category into (hopefully) 
 meaningful compartments.

 (3) Eventually, there are entries, e.g. plugins which are tagged both *
 Plugin* as well as with the applicable *Plugin Category / Categories*... 
 as well as with the *Author*.

 (4) Some features included / implemented in this space...

 http://icontabs.tiddlyspace.com
 » *IconTabs* for the main sections

 http://listfiltrplugin.tiddlyspace.com
 » *Tabs* use listfiltr to allow a visitor to easily filter the 
 corresponding list quickly

 http://getplugin.tiddlyspace.com
 » renders those *Category Listings* that are filterable via *ListFiltr*
 » and also *Entry Icons* to quickly show what type of entry or category 
 you're looking at

 http://singlepagehistoryplugin.tiddlyspace.comhttp://singlepagehistoryplugin.tiddlyspace.com/#SiteInfo
 » a new *SingplePageHistoryPlugin*
 » us the history buttons in *SideBarOptions* (top-right)

 http://discuss.tiddlyspace.com
 » the all new *DiscussPlugin* makes *Disqus* directly available within 
 your TiddlyWiki powered TiddlySpace

 http://coloredlinks.tiddlyspot.com 
 » *ColoredLinks* used to color category tiddlers and those directly 
 tagging to them

 http://linkify.tiddlyspot.com
 » *LinkifyPlugin* to automagically link words to the corresponding 
 tiddlers
 » it only seems too much ...I find it rather cool to find related stuff 
 just by means of text — if a reference is wrong or uttler pointless, it 
 should be changed, of course

 http://img.tiddlyspace.com
 » an external space where all preview images for entres are stored so that 
 they're not all loaded with the space

 http://simplesearchplugin.tiddlyspace.com
 » of course

 Now, mind you, some major chunk of work is still ahead ...the work of 
 filling it all with meaning and taking care of it in the future. If you 
 want to contribute to this project, see...

 http://customize.tiddlyspace.com/#Contribute

 The idea is not to put billions of words into it but rather have a 
 comprehensive reference of stuff that's out there, neatly assorted. If at 
 some point that external stuff is no longer there, well, maybe it has 
 outlived its lifespan... and we move on.

 Please try *not* to make (too many) feature requests as to changing how 
 the space works. In fact, even if you just wanted more / different 
 categories, please suggest them here or, better still, use the 
 *Disqus*comment section on one of the categories. Also, never delete 
 anything. 
 Things get rerouted or archived.

 I think for now the focus should be on collecting all the tidbits out 
 there and on getting that space filled with well reviewed content to the 
 brim.

 And, oh, I hope you wont feel annoey by me likely reviewing your every 
 move.

 Some trusted ones of you will already find yourselves to be members. So, 
 please, try to *be aware* of your (potential) powers! ...or, un-memberify 
 yourself.

 All others, please ask, here or there.

 Best wishes, Tobias.


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

[tw] Re: TWc - TW5 syntax comparison / discussion space open

2013-08-23 Thread Cyrill
Hi Mario  Jeremy,

some questions about the easy ability to add fields to tiddlers in TW5 :

1. How to set up the field to select the content in predefined lists (p.e. 
in other tidllers) ?

2. I noticed that the order of tags can be presorted by the field list, 
a) will it be possible to prefilter the proposed tags by already tagged 
tiddlers (p.e. already tag in parent depency of proposed child only), 
b) is it already possible to add a second tag field to the tiddler template 
?

time to say that I enjoyed the progress of TW5 ...TX to all the group

Regards Cyrill

Am Donnerstag, 22. August 2013 22:05:27 UTC+2 schrieb PMario:

 Hi folks,
 As promised at the TW5 hangout #9  I did create a syntax discussion page 
 [1]. There is some content, that is linked to the hangout recording [2]

 There is a tabbed view, which makes it possible to concentrate on one 
 tiddler, but keep the interesting stuff open too. If someone wants to 
 switch to the tiddler river, just click the ▼ button. It toggles the 
 tiddler tab view.

 ◄ .. hide MainMenu
 ► .. hide right sidebar

 The tiddler toolbar contains TobiBeer's TagSearchPlugin that is quite 
 handy for fast tagging. 

 The space uses the TagglyTagging paradigm. So tag tiddlers like eg: syntax 
 [3] have an automatic list of tagged tiddlers at the bottom.

 Tiddler tags are above the tiddler title (works well with TagglyTagging)

 Right below the page header are 2 sliders. 

 * The first one contains an entherpad light link, that can be used, if 
 several people need some cooperative editing feature. If the text is 
 finished, it should be copied to a tiddler. __do not try to store text 
 there__ It's meant for chatting and editing. 
 * The second tiddler is just some info :)

 
 I did start this space, to create a side by side comparison between TWc 
 and TW5 markup. I wanted to see, what will need special attention  Now 
 it can be used to discuss TW5 syntax markdownification. 

 It's a place to discuss TW5 syntax and extensions. . 
 At the moment comments are enabled if you are logged in to tiddlyspace. 
 When TW5 markup is settled, we may close the comments. 

 have fun!
 mario

 [1] http://compare-tw2-tw5.tiddlyspace.com/
 [2] http://www.youtube.com/watch?v=zQ_pM286Ew8
 [3] http://compare-tw2-tw5.tiddlyspace.com/#syntax



-- 
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: Tabs Slides in TW5

2013-08-16 Thread Cyrill
solved TX jeremy

Am Dienstag, 13. August 2013 19:03:50 UTC+2 schrieb Cyrill:

 someone able to write some lines how to introduce coding this kind of TABS 
 $:/core/ui/TiddlerInfo

 as TiddlerContent or better as Template for Tiddlers

 REGARDS

 Cyrill



 Am Donnerstag, 8. August 2013 10:30:45 UTC+2 schrieb Cyrill:

 OK Jeremy 
 this time it works ...
 Somewhere a example for TABS ??

 Kind Regards

 Cyrill 

 Am Mittwoch, 7. August 2013 17:14:02 UTC+2 schrieb Jeremy Ruston:

 Hi Cyrill

 The thread you referenced is a good introduction to how sliders are done 
 in TW5.
  

 Here is some Code for Sliders,
 but it will change the content , someone able to give a short EXAMPLE 
 with durable content ...


 I'm not sure what you mean here by durable content?

 Best wishes

 Jeremy
  

  

 https://groups.google.com/forum/?hl=de#!searchin/tiddlywiki/TW5$20Tabs/tiddlywiki/cYTDJoMd1H4/K-2Z5gFF6gQJ



  



  -- 
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  


-- 
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: Tabs Slides in TW5

2013-08-13 Thread Cyrill
someone able to write some lines how to introduce coding this kind of TABS 
$:/core/ui/TiddlerInfo

as TiddlerContent or better as Template for Tiddlers

REGARDS

Cyrill



Am Donnerstag, 8. August 2013 10:30:45 UTC+2 schrieb Cyrill:

 OK Jeremy 
 this time it works ...
 Somewhere a example for TABS ??

 Kind Regards

 Cyrill 

 Am Mittwoch, 7. August 2013 17:14:02 UTC+2 schrieb Jeremy Ruston:

 Hi Cyrill

 The thread you referenced is a good introduction to how sliders are done 
 in TW5.
  

 Here is some Code for Sliders,
 but it will change the content , someone able to give a short EXAMPLE 
 with durable content ...


 I'm not sure what you mean here by durable content?

 Best wishes

 Jeremy
  

  

 https://groups.google.com/forum/?hl=de#!searchin/tiddlywiki/TW5$20Tabs/tiddlywiki/cYTDJoMd1H4/K-2Z5gFF6gQJ



  



  -- 
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  


-- 
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: Tabs Slides in TW5

2013-08-08 Thread Cyrill
OK Jeremy 
this time it works ...
Somewhere a example for TABS ??

Kind Regards

Cyrill 

Am Mittwoch, 7. August 2013 17:14:02 UTC+2 schrieb Jeremy Ruston:

 Hi Cyrill

 The thread you referenced is a good introduction to how sliders are done 
 in TW5.
  

 Here is some Code for Sliders,
 but it will change the content , someone able to give a short EXAMPLE 
 with durable content ...


 I'm not sure what you mean here by durable content?

 Best wishes

 Jeremy
  

  

 https://groups.google.com/forum/?hl=de#!searchin/tiddlywiki/TW5$20Tabs/tiddlywiki/cYTDJoMd1H4/K-2Z5gFF6gQJ



  



  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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: Tabs Slides in TW5

2013-08-07 Thread Cyrill
Hi Jeremy,

with durable content i mean something like the following example:

Heading XY (button to click and start slider)
 CONTENT of the section (text th show in slider popup)

In other words something like simple text content to show by activate the 
slider button and to hidden by a second click (same for tabs).

TX and best regards

Cyrill 




Am Mittwoch, 7. August 2013 17:14:02 UTC+2 schrieb Jeremy Ruston:

 Hi Cyrill

 The thread you referenced is a good introduction to how sliders are done 
 in TW5.
  

 Here is some Code for Sliders,
 but it will change the content , someone able to give a short EXAMPLE 
 with durable content ...


 I'm not sure what you mean here by durable content?

 Best wishes

 Jeremy
  

  

 https://groups.google.com/forum/?hl=de#!searchin/tiddlywiki/TW5$20Tabs/tiddlywiki/cYTDJoMd1H4/K-2Z5gFF6gQJ



  



  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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] Re: Tabs Slides in TW5

2013-08-06 Thread Cyrill
Here is some Code for Sliders,
but it will change the content , someone able to give a short EXAMPLE with 
durable content ...
 
https://groups.google.com/forum/?hl=de#!searchin/tiddlywiki/TW5$20Tabs/tiddlywiki/cYTDJoMd1H4/K-2Z5gFF6gQJ

-- 
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] Re: Tiddly Backpack

2013-06-04 Thread Cyrill
Second this...


Am Montag, 18. August 2008 11:39:49 UTC+2 schrieb Ian:

 I though you might be interested in this TiddlyWiki derivative called 
 Tiddly Backpack. 

 I build it to keep track of the notes I create releated to programming 
 on a daily basis. It's based on 37signals backpack, i.e. it's page 
 based and you can drag and drop sections around the screen. 

 http://www.tiddlybackpack.com 


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Tiddly Backpack

2013-06-04 Thread Cyrill
second this...

Am Dienstag, 4. Juni 2013 08:26:01 UTC+2 schrieb cflow:

 Hi Ian,

 It seems the http://www.tiddlybackpack.com links to a site in Japanese...

 I assume this is not the intent :| 

 I would love to look at the project if its available anywhere for download?

 On Monday, August 18, 2008 7:39:49 PM UTC+10, Ian wrote:

 I though you might be interested in this TiddlyWiki derivative called 
 Tiddly Backpack. 

 I build it to keep track of the notes I create releated to programming 
 on a daily basis. It's based on 37signals backpack, i.e. it's page 
 based and you can drag and drop sections around the screen. 

 http://www.tiddlybackpack.com 



-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[tw] Re: Problems to add a new member to tiddlyspace

2012-12-18 Thread Cyrill


Am Montag, 17. Dezember 2012 14:59:40 UTC+1 schrieb Cyrill:

 Hi,

 actually in some of my tiddlyspace it is not possible to add new member 
 beside the admin ...
 Need I a special tiddlyspace to include, exist a plugin for that ?

 Best regards


-- 
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/-/re6KjK0Z2mIJ.
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: Problems to add a new member to tiddlyspace

2012-12-18 Thread Cyrill
Hi again

sorry the written posting is gone,

the error concerned most of my tiddlyspaces light@tiddlyspace 
tag@tiddlyspace or tworightfor@tiddlyspace.

The errors occurs after typing in the interface and inform that the entered 
member name does not exist, that the member could not be created.

TX and best regards

-- 
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/-/iXSngOR6_FEJ.
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: Problems to add a new member to tiddlyspace

2012-12-18 Thread Cyrill
OK I see ,
the problem is that I using a large Protfolie of TW and tiddlyspaces. I 
know that normally it is suffisant to include spaces to get all the 
function of some spaces, but in the projets evolution sometime I imported 
Plugins direcly from local TWs.

The copy of core function is possible by some importing a Download about 
the backstage from local disk of older versions of the same tiddlyspace.
Is there a possibility to clean that space by preserving its actual content.

How to add a second member (guest) with no admin rights without beenig 
already member in tiddlyspace? Or should I understand your words to double 
my own membership by creating a new tiddlyspace?

Regards

Am Dienstag, 18. Dezember 2012 19:20:54 UTC+1 schrieb Chris Dent:

 On Tue, 18 Dec 2012, Cyrill wrote: 

  the error concerned most of my tiddlyspaces light@tiddlyspace 
  tag@tiddlyspace or tworightfor@tiddlyspace. 

 @light and @tworightfor appear to be healthy in terms of their 
 contents, what usernames are you trying in those spaces. Keep in mind 
 that users must already exist on the TiddlySpace system. 

 @tag includes it's own copy of many of the core tiddlers, including 
 _space: 

 http://tag.tiddlyspace.com/bags/tag_public/tiddlers/_space 

 This is not a good idea as it will break the core functionality. At 
 http://tag.tiddlyspace.com/_space it may be the case that you won't 
 even be given the option to try to add a user. 

 Do you recall what you did in that space to clone all those tiddlers 
 into your own space? 

 Are you aware of the difference between importing tiddlers and 
 including a space? If not I can explain it more clearly. 

 -- 
 Chris Dent   http://burningchrome.com/ 
  [...] 


-- 
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/-/NSrTOuif3ToJ.
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: New alpha of TiddlyWiki5

2012-08-02 Thread Cyrill
TX,

so I will wait...

Am Donnerstag, 2. August 2012 12:40:16 UTC+2 schrieb Jeremy Ruston:

  maybe to early for that question, but where to import tiddlers from 
 previous 
  versions of TW (2.6.6 as indicated there) to fiveTW ?? 

 There is no user interface implemented yet for importing tiddlers, but 
 will be for the beta. 

 Best wishes 

 Jeremy 

  Regards 
  
  Am Freitag, 22. Juni 2012 23:52:20 UTC+2 schrieb Jeremy Ruston: 
  
  I've been remiss in not reporting progress on TiddlyWiki5 for a few 
 weeks. 
  There’s a new alpha with some fun new features at a new URL: 
  
  http://alpha.tiddlywiki.com 
  
  It's for modern browsers - I generally use it with the Chrome Canary 
  build, which is their bleeding edge alpha version. (It is currently the 
 only 
  browser to implement HTML5's 'download' attribute on the a element, 
 which 
  TiddlyWiki5 uses for it's fallback saving mechanism). 
  
  The code is now getting to the point where the interactive features are 
  coming together: drop down menus, and the ability to switch between 
  different views of your tiddlers.  Crucially, there is now a new 
 wikitext 
  parser that generates proper HTML tags, and features new syntax for 
  transclusions. 
  
  Of course, the new features are all rather provisional, and I'd very 
 much 
  appreciate feedback and thoughts. I've been making some good progress 
 on it, 
  but documentation still slightly lags behind the code, so feel free to 
 ask 
  any questions here. 
  
  I made a little video to demonstrate some of the new features on an 
 iPad: 
  
  https://vimeo.com/44538974 
  
  Finally, I've recently taken over the TiddlyWiki twitter account, and 
 will 
  be using it to give updates and news alongside the discussions in this 
  group. 
  
  Best wishes 
  
  Jeremy 
  
  -- 
  Jeremy Ruston 
  jeremy.rus...@gmail.com 
  
  -- 
  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/-/2knJ0vzyapwJ. 
  
  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. 



 -- 
 Jeremy Ruston 
 mailto:jeremy.rus...@gmail.com 


-- 
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/-/1TdjLda3SFUJ.
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: New alpha of TiddlyWiki5

2012-07-31 Thread Cyrill
Hello,
maybe to early for that question, but where to import tiddlers from 
previous versions of TW (2.6.6 as indicated there) to fiveTW ??
Regards

Am Freitag, 22. Juni 2012 23:52:20 UTC+2 schrieb Jeremy Ruston:

 I've been remiss in not reporting progress on TiddlyWiki5 for a few 
 weeks. There’s a new alpha with some fun new features at a new URL:

 http://alpha.tiddlywiki.com

 It's for modern browsers - I generally use it with the Chrome Canary 
 build, which is their bleeding edge alpha version. (It is currently the 
 only browser to implement HTML5's 'download' attribute on the a element, 
 which TiddlyWiki5 uses for it's fallback saving mechanism).

 The code is now getting to the point where the interactive features are 
 coming together: drop down menus, and the ability to switch between 
 different views of your tiddlers.  Crucially, there is now a new wikitext 
 parser that generates proper HTML tags, and features new syntax for 
 transclusions.

 Of course, the new features are all rather provisional, and I'd very much 
 appreciate feedback and thoughts. I've been making some good progress on 
 it, but documentation still slightly lags behind the code, so feel free to 
 ask any questions here.

 I made a little video to demonstrate some of the new features on an iPad:

 https://vimeo.com/44538974

 Finally, I've recently taken over the TiddlyWiki twitter account, and will 
 be using it to give updates and news alongside the discussions in this 
 group.

 Best wishes

 Jeremy

 --
 Jeremy Ruston
 jeremy.rus...@gmail.com



-- 
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/-/2knJ0vzyapwJ.
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: limiting search by tag

2012-07-03 Thread Cyrill
Hallo Eric,

how to insert the actual tiddlername as one of the indicated filter 
criteria ? With this option i will use the code inserted in the 
ViewTemplate of the TW and it will present in every tiddler of a different 
way. This can be used as little visual mindmap, perhaps also to show 
parents, silblings and childs.

Ex:
Tiddler 
Tiddlername
Table of List of filtered Tags and placeholder = Tiddlername

Kind Regards

Am Dienstag, 22. September 2009 20:40:26 UTC+2 schrieb Eric Shulman:

  This is amazing, thank you! It's actually much more functionality than 
  I want to give users; I just want their search to spit back only 
  tiddlers with the Content tag, without giving them the option to 
  change this. But I'll see what I can tweak to get it that way. It will 
  give me chance to learn what's going on under the hatch. I won't be 
  afraid. :-) 

 That's just a few easy changes, and makes the code even simpler! 

 REMOVE 
select name='tags'option value=''Filter by tag:/option/ 
 select 

 CHANGE: 
var matches=store.search 
 (highlightHack,'tags',this.form.tags.value,true); 
 to: 
var matches=store.search(highlightHack,'tags','Content',true); 

 REMOVE 
 tiddler {{ 
 var list=place.lastChild.getElementsByTagName('form')[0].tags; 
 var tags=store.getTags() 
 for (var t=0;ttags.length;t++) 
 list.options[list.length]=new Option(tags[t][0],tags[t] 
 [0]); 
 '';}} 

 enjoy, 
 -e 
 Eric Shulman 
 TiddlyTools / ELS Design Studios

-- 
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/-/Iww-zU-BoCYJ.
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: tagging part of tiddler

2012-05-29 Thread Cyrill
TX whatever, yes this Plugin was installed and worked, I will send a link 
to the file.

I confirm that until now it will not be possible to join Tags only to 
section or parts of tiddler...
I make some experience with the Linkify und Hashtag-Plugins without succes.

Regards

Am Mittwoch, 23. Mai 2012 15:50:45 UTC+2 schrieb whatever:

 Hi! 

 @Cyrill. 
 Did you also install the PartTiddlerPlugin (1)? 
 (1) http://tiddlywiki.abego-software.de/#PartTiddlerPlugin 

 Well, you can only tag tiddlers, not sections, slices or parts. Each 
 tiddler, on the other hand, can contain multiple sections, slices or 
 parts. The code calls up all tiddlers which are tagged with your tag 
 and which contain a part with a certain name. So if instead of parts 
 you'd be using sections, the only thing that you'd need to change in 
 the code is / with ##. For PartTiddlerPlugin syntax, see its 
 documentation. 

 Otherwise, can you post the content of your tiddlers? 


 @Wim 
 Well, that cleared it up.:D Anyway, I see your problem. You're using 
 part name as sort of tags. I think this problem can be solved using 
 regular expressions (provided you use a standardized naming 
 convention), but I'd have to look into it. I'll give it a shot when I 
 have the time, unless a regexp wizard has a ready solution. 

 w 

 On May 22, 3:01 pm, Cyrill 2rig...@googlemail.com wrote: 
  Hi whatever, 
  
  this initial problem to tag only sections or parts of a tiddler cause 
  interest to me. 
  I install the FET Plugin an make several tests of these lines of code 
 and 
  get all times a Referance Error. 
  Where is my fault ? 
  I understand this answer in that way that the tag refer only to the 
  specially part of this tiddler. Is it also possible to show this tag 
 only 
  there / or beside the position of this part of tiddler. 
  
  Best regards 
  
  Am Montag, 21. Mai 2012 11:52:13 UTC+2 schrieb whatever: 
  
  
  
  
  
  
  
  
  
   Hi! 
  
   Using Udo's forEachTiddler plugin, you can do this: 
  
   forEachTiddler where 'tidder.tags.contains(YourTag)' write 
   'tiddler [[+tiddler.title+/YourPartName]]\\n' 
  
   w 
  
   On May 20, 11:40 am, Wim w...@zeggetwaalf.be wrote: 
Hello, 
  
I'm (successfully) working with Udo Borkowski's  PartTiddlePlugin. 
  
Now, I want to know if it's possible to tag each part seperately. 
  
If so, how do you do this AND  how can I select (in another tiddler) 
 all 
the parts FROM DIFFERENT main-tiddlers with a specified tag? 
  
Thanks in advance 
  
Wim

-- 
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/-/NCeMBWl3YtcJ.
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: tagging part of tiddler

2012-05-22 Thread Cyrill
Hi whatever,

this initial problem to tag only sections or parts of a tiddler cause  
interest to me.
I install the FET Plugin an make several tests of these lines of code and 
get all times a Referance Error.
Where is my fault ?
I understand this answer in that way that the tag refer only to the 
specially part of this tiddler. Is it also possible to show this tag only 
there / or beside the position of this part of tiddler.

Best regards 

Am Montag, 21. Mai 2012 11:52:13 UTC+2 schrieb whatever:

 Hi! 

 Using Udo's forEachTiddler plugin, you can do this: 

 forEachTiddler where 'tidder.tags.contains(YourTag)' write 
 'tiddler [[+tiddler.title+/YourPartName]]\\n' 

 w 

 On May 20, 11:40 am, Wim w...@zeggetwaalf.be wrote: 
  Hello, 
  
  I'm (successfully) working with Udo Borkowski's  PartTiddlePlugin. 
  
  Now, I want to know if it's possible to tag each part seperately. 
  
  If so, how do you do this AND  how can I select (in another tiddler) all 
  the parts FROM DIFFERENT main-tiddlers with a specified tag? 
  
  Thanks in advance 
  
  Wim

-- 
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/-/-pEu4ifR_K8J.
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: Welcome to the new AMBIT theme in Tiddlymanuals!

2012-03-09 Thread Cyrill
Hi,

i like your evolutions on the theme, they add great usibility. So I open a 
space and add me as a member, but I will not able to change the included 
tiddlers ... dots.tiddlyspace.com
how only use the theme.

TX

Am Donnerstag, 8. März 2012 17:28:34 UTC+1 schrieb dickon:

 Do please have a peek at the brand new theme that we have just launched 
 in the AMBIT project from the Anna Freud Centre, a charity developing 
 innovative ways of working with young people's mental health problems, and 
 involved in a lot of training of practitioners and teams from around the UK 
 and internationally.

 Sponsored by Comic Relief, the theme enriches a web-based wiki treatment 
 manual that uses TiddlyWiki and TiddlySpace to allow multiple teams to 
 develop (and share) their own locally-customised variants and improvements 
 upon a common core of evidence based material.  

 You can see, follow links and explore all the versions of the AMBIT manual 
 at www.tiddlymanuals.com. We hope that that the new look is as pleasing 
 to the eye as it is useful to those teams (nearly 20 now) and practitioners 
 using it.

 Most grateful, of course, to the people with the technical wizardry to 
 make it work as well as it does: Jeremy Ruston, Chris Dent, Jonathan Lister 
 and Joshua Bradley, and the many other members of the TW community who have 
 helped sort me out of various muddles.

 Dickon


-- 
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/-/-uJoWS3oCT4J.
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: Help with ForEachTiddler - take 2

2012-03-03 Thread Cyrill
Hello,

someone able for a testcase, car I get an error by applying the code of 
Eric ...

Best Regards

Am Dienstag, 28. Februar 2012 13:04:02 UTC+1 schrieb magev958:

 Hi, a long time ago I got some help with the code to get a one line of 
 the tiddler content in an FET-list - 

 http://groups.google.com/group/tiddlywiki/browse_frm/thread/72450492805721f0?hl=entvc=1
  

 forEachTiddler 
  where 
  'tiddler.tags.contains(information)' 
  sortBy 
  'store.getValue(tiddler,created)' 
  descending 
  script 
  ' 
  function getFirstLine(s) { 
  var m = s.match(/\s*(.*)/); 
  return m != null  m.length = 1 ? m[1] : ; 
  } 
  ' write 
  '(index  5) ? [[+tiddler.title+]] - +tiddler.creator+ - 
 +tiddler.created+ - +getFirstLine(tiddler.text)+\n : ' 

 My question this time is if I can get different formating depending on 
 tag? For example if I have priority1, priority2, priority3, can 
 I get priority2 with a red border and priority3 with a yellow 
 background? 

 Thanks in advance/

-- 
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/-/HuqxbvuOPngJ.
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: TiddlerIconsPlugin How to show them in Links also before the title

2012-02-07 Thread Cyrill
Thanks Mans,

I dont think that this plugin support icons in Links, cause this
plugin uses CSS only

When you install it in some tiddlywiki (no last version)  it causes
system-proplems with the timeline .

Regards

On 6 Feb., 01:53, Måns humam...@gmail.com wrote:
 Hi Cyrill

  How to make it possible that the tags based icon in the title (wiht
  modification in ViewTemplate) of the tagged tiddlers will also be
  shown in all Links that point to this tiddler (from tiddler area, from
  Side tabs and search results), I think that make sense to identify
  this tiddler from the other listed there...
  I supposed with pure CSS it will not be possible...

 CoredLinksPluginhttp://coloredlinks.tiddlyspot.com/ will help you
 get colored links anywhere..

 I don't know if you can tweak it to show images/icons as well...

 Cheers Måns Mårtensson

-- 
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] TiddlerIconsPlugin How to show them in Links also before the title

2012-02-05 Thread Cyrill
Hello all, specially to Eric,

How to make it possible that the tags based icon in the title (wiht
modification in ViewTemplate) of the tagged tiddlers will also be
shown in all Links that point to this tiddler (from tiddler area, from
Side tabs and search results), I think that make sense to identify
this tiddler from the other listed there...
I supposed with pure CSS it will not be possible...

Kind Regards


Cyrill

-- 
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: EditSection + TiddlerToCPlugin ? [SOLVED]

2012-01-10 Thread Cyrill
Hello Mans,

This was very useful also with the editable icon...

BUT, where to modify the CSS to change the start position of the TOC
to the down left side, and also to fix it there even when you move the
long tiddler down ...


Best Regards

On 21 Dez. 2011, 18:18, Måns humam...@gmail.com wrote:
 Hi TwWizards

  I'd love to see a combination which would allow showing and editing
  tiddler sections - without needing to hardcode EditSection
  macrocalls to already existing sections in a tiddler...

 In SectionLinksPlugin there's a section for the SectionTOC macro. (Imo
 It's the better choice for a TOC, even if it *has* to be embedded into
 the tiddler - I've overcome this problem by using MoveablepanelPlugin
 and successfully moved the TOC out of the tiddler*)
 I copied it (the section) to a tiddler tagged with systemConfig and
 put in the editSection macrocall:
 [[zzSectionTOCoptions]]
 //{{{
 config.macros.sectionTOC = {
         targetClass: 'sectionTOC',
         handler:
 function(place,macroName,params,wikifier,paramString,tiddler) {
                 var out=[];
                 var targetClass=params[0]||this.targetClass;
                 var t=story.findContainingTiddler(place); if (!t) return;
                 var elems=t.getElementsByTagName('*');
                 var level=5; // topmost heading level
                 for (var i=0; ielems.length; i++) {
                         var txt=getPlainText(elems[i]).trim();
                         var link='[['+txt+'|##'+txt+']] editSection 
 [[##'+txt+']]
 [[✏]]';
                         switch(elems[i].nodeName) {
                                 case 'H1': out.push('#'+link);          
 level=1; break;
                                 case 'H2': out.push('##'+link);         
 level=level2?level:2; break;
                                 case 'H3': out.push('###'+link);        
 level=level3?level:3; break;
                                 case 'H4': out.push(''+link);       
 level=level4?level:4; break;
                                 case 'H5': out.push('#'+link);      
 level=level5?level:5; break;
                                 default: if (hasClass(elems[i],targetClass)) 
 var target=elems[i];
                         }
                 }
                 // trim excess bullet levels
                 if (level1) for (var i=0; iout.length; i++)
 out[i]=out[i].substr(level-1);
                 // show numbered list
                 if (out.length  target) {
                         if (target.style.display=='none') 
 target.style.display='block';
                         wikify(out.join('\n'),target);
                 }
         }}

 //}}}

 I guess this is the correct/simplest way to alter a plugins behaviour,
 without touching the plugin itself...??

 *Example:http://puppy.tiddlyspace.gir.dk/#%5B%5BHvalpen%20har%20et%20helt%20ku...

 Cheers Måns Mårtensson

-- 
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: Where to login on Tiddlyspace ?

2011-12-29 Thread Cyrill
SOLVED,, TX

On 28 Dez., 17:46, cdent chris.d...@gmail.com wrote:
 On Dec 28, 12:00 am, Cyrill 2rig...@googlemail.com wrote:

  Yes, i'm using firefox, i will meanwhile login by the root 
  sitewww.tiddlyspace.com

 This ought to be fixed now, but you must make sure that you do a full
 refresh of the page so that no cached CSS or javascript is being used.

-- 
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] Where to login on Tiddlyspace ?

2011-12-27 Thread Cyrill
Hi,

I missed the usual Login Form on tiddlyspace, someone there who can
help ...

Regards

-- 
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: Where to login on Tiddlyspace ?

2011-12-27 Thread Cyrill
Thanks for answer,

I check again, and the form (to logout)  is only show above the links
after login under www. tiddlyspace.com.
When you logout the form is not visible

here some of the spaces

tworightfor
my
light

regards


On 27 Dez., 14:22, cdent chris.d...@gmail.com wrote:
 On Dec 27, 10:08 am, Cyrill 2rig...@googlemail.com wrote:

  OK, one possibility is directly onwww.tiddlyspace.com, but where to
  find it on own spaces ??

 In the upper right there is a blue and pink circle. If you click on
 that a small window pops up, at the top of the listed links is a login
 form. If you don't see this in a space you are trying, please report
 which space you are visiting.

-- 
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: Where to login on Tiddlyspace ?

2011-12-27 Thread Cyrill
OK, one possibility is directly on www.tiddlyspace.com, but where to
find it on own spaces ??

Regards


On 27 Dez., 09:48, Cyrill 2rig...@googlemail.com wrote:
 Hi,

 I missed the usual Login Form on tiddlyspace, someone there who can
 help ...

 Regards

-- 
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: Where to login on Tiddlyspace ?

2011-12-27 Thread Cyrill
Yes, i'm using firefox, i will meanwhile login by the root site
www.tiddlyspace.com

TX

On 27 Dez., 22:10, cdent chris.d...@gmail.com wrote:
 Can you confirm that you are using Firefox?

 This appears to be a bug with new handling for login buttons in the
 universal backstage.

 https://github.com/TiddlySpace/tiddlyspace/issues/850

 I've added some additional information to point to this thread.

 We should have this worked out pretty soon. If you have google chrome,
 things seem to work fine in it, so you could use that until it is
 fixed.

 On Dec 27, 2:02 pm, Cyrill 2rig...@googlemail.com wrote:







  Thanks for answer,

  I check again, and the form (to logout)  is only show above the links
  after login under www. tiddlyspace.com.
  When you logout the form is not visible

  here some of the spaces

  tworightfor
  my
  light

  regards

  On 27 Dez., 14:22, cdent chris.d...@gmail.com wrote:

   On Dec 27, 10:08 am, Cyrill 2rig...@googlemail.com wrote:

OK, one possibility is directly onwww.tiddlyspace.com, but where to
find it on own spaces ??

   In the upper right there is a blue and pink circle. If you click on
   that a small window pops up, at the top of the listed links is a login
   form. If you don't see this in a space you are trying, please report
   which space you are visiting.

-- 
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: Include content of one tiddler form one to another space

2011-11-25 Thread Cyrill
TX,

that works fine if both tiddlers in the two spaces were public, if I
find bugs i report

Best Regards



On 25 Nov., 15:07, rakugo jdlrob...@gmail.com wrote:
 There is an experimental plugin (which still has a few bugs that need
 to be ironed 
 out):http://following.tiddlyspace.com/TiddlySpaceIntraSpaceInclusion

 Which allows you to do this
 via
 tiddler tiddler@xyspace

 Simply include the following space / copy that plugin
 and try the above.

 Jon
 On Nov 25, 1:37 pm, colmjude colmj...@gmail.com wrote:







   how to include the content or section of one tiddler form one to
   another tiddlyspace, is that possible ?

  As far as I'm aware interspace transclusion isn't currently a feature
  of TiddlySpace. I know it has been discussed before and is something
  that would be very nice to have.

  I think the main issue is that interspace transclusion would require
  the server to be involved - simplest form of involvement being
  returning the tiddler contents. Whereas traditional TW transclusion is
  all done client side in the TW.

  Summing up, it isn't possible at the moment so you would have to copy
  the content into your TW to then transclude it.

  Colm

-- 
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] Include content of one tiddler form one to another space

2011-11-24 Thread Cyrill
Hello,

how to include the content or section of one tiddler form one to
another tiddlyspace, is that possible ?

The normal link is tiddler@xyspace.

Regards

-- 
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: New Plugin: Kanban Productivity Tool

2011-11-22 Thread Cyrill
Hello Mans,

i'm already happy user the tiddlyspace and yes your right it work
(have testing on an old version with some fine effects) ...


TX you so far

On 22 Nov., 09:34, Måns humam...@gmail.com wrote:
 Hi Cyrill

  @Mans you sure that one tiddler will be drag to another column in your
  testspace vtabs-ttt ? I got no function so far ...

 Yep it works - when I'm logged in. As a guest I can't save changes -
 and that's the intention..
 On @sang (http://sang.tiddlyspace.com) you can save changes if you're
 logged in as a TS user (changed since yesterday)

  @ All I import the plugin in a exsting TW an got problems to start it,
  where to resolve the imcompatibility ??

 What problems do you have?

  Cheers Måns Mårtensson

-- 
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: New Plugin: Kanban Productivity Tool

2011-11-21 Thread Cyrill
TX for great plugin,

@Mans you sure that one tiddler will be drag to another column in your
testspace vtabs-ttt ? I got no function so far ...

@ All I import the plugin in a exsting TW an got problems to start it,
where to resolve the imcompatibility ??

Regards

Cyrill

On 22 Nov., 00:21, Måns humam...@gmail.com wrote:
 Hi Wolfgang

  In comparison, I really like the simplicity of KanbanPlugin by
  utilizing tags, and thereby making it also to a potential 'visual
  tagging' tool as you already said. For a few more whistle and bells,
  it would be unfortunate if it grew to a similar size as a-pm-
  experimental, with more than 150kb and so many dependencies. Compare
  that to the 15kb of the single KanbanPlugin!

 I agree -
 The JQSorter plugin was Mario's experiment with sortable story
 tiddlers. His plugin is used for sorting wikilinks in lineseparated
 lists captured by the StorySaverPlugin - amazing accomplishment - and
 he has used the JQSorter feature in his FreeStyle theme generator on
 TiddlySpace... Yet another beautiful example on how to use it!!

 My hope is that Tim might find some inspiration - evt. get some ideas
 on how to make his plugin feature an ability to collapse listitems and
 maybe let users decide if they want to use a hidden section, a slice
 or a custom field for the text

 I too like the simplicity and quick response of Tim's KanBan plugin
 very much!!!. I'm sure it will become very popular for organizing and
 tagging tiddlers because dragging between lists *is* so intuitive -
 and less confusing than just observing what happens in the timeline or
 the TabTags list :-)

 Cheers Måns Mårtensson

-- 
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-17 Thread Cyrill
Hello,

you might use the free editor note++ which offers a compare function
to sync or merge different files...

Regards Cyrill

On 17 Okt., 16:46, Kriss bipah...@gmail.com wrote:
 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] X-plore

2011-09-30 Thread Cyrill
Hi all, specially Tobias Beer


How to integrate the plugin Xplore http://tbgtd.tiddlyspot.com/#desk
(xplore in the toolbar) to Tiddlyspace ??

I think that the core uses another Java Version ...

TX

-- 
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] mutiple tag-fields oder tagging-fields?

2011-07-13 Thread Cyrill
Hi,

will it be possible to use in TW mutiple tag oder tagging fields and
if affimative, what have to be changed ?

I konw that every tiddler can contain individual added fields and I
think it will be usefull to use there all avantgages of tags or
tagging.

Regards

-- 
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: mutiple tag-fields oder tagging-fields?

2011-07-13 Thread Cyrill
Thanks Hans,

your explication gives what i asked for.. and thanks for the plugin,
that I used already.
The reason is to align and facilate the entering of new tiddlers.

The Datastructure needs much more refering tags than tiddlers - if the
answer is no the only solution will be with fields and pregiven
listboxes for selecting the tags.
To refer to 1000 tiddlers the data will include probably 3000 to 5000
tags or taggins.

Cheers

On 13 Jul., 14:35, HansBKK hans...@gmail.com wrote:
 I'm not sure I understand so I'll try to re-phrase what I think you're
 asking:

 Is it possible to store some of a tiddler's tags in an alternative field and
 still have all the native functionality of tagging as if they were all
 stored in the usual field?

 Please let us know if the above is different from what you're asking.

 This forum has had past threads that have discussed having a division
 between system or backstage tags, to be used for application
 functionality separate from user or content tags, but as far as I know
 the answer is no, or at least it would take a significant amount of
 development effort.

 However this fine pluginhttp://tagsearch.tiddlyspot.comwill allow you to
 group your tags by function in the user interface, definitely helps me to
 keep my 1000+ tags sorted, only displaying the top 50 or so in a half-dozen
 groups, but allowing users to quickly search for the remainder.

-- 
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: deleting a TiddlySpace

2011-06-16 Thread Cyrill
Hello,

check this space
http://deleted.tiddlyspace.com

Regards

On 16 Jun., 11:05, david.kel...@gmail.com wrote:
 How do I delete a space on TiddlySpace I created but no longer want?

 Thanks, David

-- 
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: HELP - Comments plugin

2011-06-15 Thread Cyrill
Hi,

how it will be possible to show only the comments of the actual shown
tiddler p.e. in the SidebarTabs or in a popup ?

Regards

On 15 Jun., 20:55, Eric Shulman elsdes...@gmail.com wrote:
  I also tried the Comment plugin and Discussion plugin from Tiddlytools
  but I just couldn't make head nor tail of the instructions - it's far
  too complicated for me!

 For simple commenting, you don't need DiscussionPlugin... just install
    http://www.TiddlyTools.com/#CommentPlugin

 then, to add comments to the end of a tiddler, just embed
    comment
 in that tiddler.  This will insert the comment input form.  Enter your
 content, press OK, and it is appended to the tiddler.  Just that
 simple!

 If you want a comment form to appear in all tiddlers, edit your
 ViewTemplate, and change this:
    div class='viewer' macro='view text wikified'/div
 into something like this:
    div class='viewer'
       div macro='view text wikified'/div
       div macro='comment'/div
    /div

 This will put the comment form at the end of every tiddler, with the
 comments text displayed immediately *preceding* the form.

 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios
 --
 Was this answer useful? If so, please help support TiddlyTools:

    TiddlyTools direct contributions: (paypal)
      http://www.TiddlyTools.com/#Donate
    UnaMesa tax-deductible contributions:
      http://about.unamesa.org/Participate(paypal)
    TiddlyWiki consulting:
      http://www.TiddlyTools.com/#ELSDesignStudios
      http://www.TiddlyTools.com/#Contact

-- 
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: Displaying selected tiddler in Sidebar

2011-06-09 Thread Cyrill
OK ,
it works fine, the right menu will follow, i suppose

TX
On 9 Jun., 02:19, skye riquelme riquelme.s...@gmail.com wrote:
 Hu

 Just saw your message..very ineteresting.

 In the interest of keeping things light on the loading I often use
 MasterIncludesPlugin so that the plugins are all stored in a sepearte
 file.very handy when working locally.

 So, when I open this TW as a local file in my Dropbox...it opens up
 fine. When I open it using its URL blanck page!!

 When I open it using its URL, and with Firebug activated what I get is
 an error in the MasterIncludePlugin.js file (which is supposed to be
 loading the plugins) -

 the error message is      getXMLHttpRequest is not defined , and the
 line
 var XHR = getXMLHttpRequest();

 Anyone with good javascript able to tell me whats happening...and more
 importantly how to fix it?

 I have seen this before when trying to use MasterIncludes directly
 from by server.bit of a pity...MasterIncludes is a great
 Plugin...but only works locally

 Thanks
 Skye

 PS - Guess this should be a new thread. I will save the above TW
 without MasterIncludes so you can see the TW.

 On Jun 7, 3:41 am, Cyrill 2rig...@googlemail.com wrote:







  Hello,
  sometthing brocken with the file ? - with firefox only a white site

  Regards

  On 7 Jun., 01:48, skye riquelme riquelme.s...@gmail.com wrote:

   Hi Mans

   Sorry to delay in responding.you can see a copy of what I came up
   with here -http://dl.dropbox.com/u/284644/Translating/Translating.html
   - note that the portuguesplugin is still active...but if you click on
   english (in the header) and then click on an englisg item you will be
   the basic idea.

   Thanks
   Skye

   On May 31, 4:46 pm, Måns humam...@gmail.com wrote:

Hi Skye

...and a simple addition to the viewtemplate..sets a
 config.option to the tiddler title value.which the sidebar uses to
 display the same tiddler. The display also has a simple button in the
 toolbar that uses newHere to open a new tiddler, tagged with the
 english tiddler name and the tag portugueswhere the user writes
 the translation.

 If the user opens an english tiddler that already is partially
 translated...the viewtemplate shows the name of the portugues pair
 tiddler (thanks to a simple use of matchTagsPlugin).

 So, its basically running as I wantedmaybe a bit
 cumbersome.but basically functional.

I've been thinking about your usercase - and Dave Giffords widescreen
TW came to mind.
He uses the MainMenu as a very wide container, and I saw a possible
route to take...
Your own solution appears to be somewhat more sophisticated - and
interesting indeed.

Would you consider to share a copy of your work in progress?
(tiddlyspot, dropbox, tiddlyspace or ...) - I'd love so see it in
action!

Cheers Måns Mårtensson

-- 
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: Displaying selected tiddler in Sidebar

2011-06-07 Thread Cyrill
Hello,
sometthing brocken with the file ? - with firefox only a white site

Regards

On 7 Jun., 01:48, skye riquelme riquelme.s...@gmail.com wrote:
 Hi Mans

 Sorry to delay in responding.you can see a copy of what I came up
 with here -http://dl.dropbox.com/u/284644/Translating/Translating.html
 - note that the portuguesplugin is still active...but if you click on
 english (in the header) and then click on an englisg item you will be
 the basic idea.

 Thanks
 Skye

 On May 31, 4:46 pm, Måns humam...@gmail.com wrote:







  Hi Skye

  ...and a simple addition to the viewtemplate..sets a
   config.option to the tiddler title value.which the sidebar uses to
   display the same tiddler. The display also has a simple button in the
   toolbar that uses newHere to open a new tiddler, tagged with the
   english tiddler name and the tag portugueswhere the user writes
   the translation.

   If the user opens an english tiddler that already is partially
   translated...the viewtemplate shows the name of the portugues pair
   tiddler (thanks to a simple use of matchTagsPlugin).

   So, its basically running as I wantedmaybe a bit
   cumbersome.but basically functional.

  I've been thinking about your usercase - and Dave Giffords widescreen
  TW came to mind.
  He uses the MainMenu as a very wide container, and I saw a possible
  route to take...
  Your own solution appears to be somewhat more sophisticated - and
  interesting indeed.

  Would you consider to share a copy of your work in progress?
  (tiddlyspot, dropbox, tiddlyspace or ...) - I'd love so see it in
  action!

  Cheers Måns Mårtensson

-- 
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: content organization: the advantage of hierarchy that tags lack, and a cure for this problem

2011-05-02 Thread Cyrill
Hello,

I second these ideas , the only Plugin that show this kind of tags
order might be RelatedTiddlerPlugin form Eric, but it only show the
manually tagged tiddlers, without the wishes of preordered/prefilter
hiarchical Tags ...

Regards

On 2 Mai, 00:37, Dani Zobin danizo...@gmail.com wrote:
 Throwing in one more idea:

 The ability to stick a filter on the top of you wiki. Probably usually the
 filter be a tag.
 The sticking means a focus into a sub-world of your domain.

 For example, if I have a wiki about cars, at some point I may want to set a
 Subaru filter in the background, i.e. today I'm working only on Subaru, so
 append tag:subaru to all my searches / tag browsing and maybe also
 automatically apply the tag Subaru onto all the new tiddlers I create.







 On Mon, May 2, 2011 at 1:23 AM, Dani Zobin danizo...@gmail.com wrote:
  I'm not aware of a plugin that currently allows this functionality. Do
  enlighten me if there is!

  And by the way, Udo, I love your search plugin very much. It does exactly
  what I expected a search to do in the Tidlly environment !

  On Mon, May 2, 2011 at 1:19 AM, Dani Zobin danizo...@gmail.com wrote:

  Hi

  A word of introduction: I came to Tiddly recently, during my search of a
  better tool to organize my content, which is usually text related
  to diverse areas.
  So this is what I'm after more than everything: effective ways to organize
  unstructured content.
  I basically feed very good about Tiddly for this aim.

  And to the topic.

  I'm sure many of us are coming  originally  from a background of folders
  and files to organize their content.
  Than, one day you figure out: this piece of content is related to more
  than only one category. And my data model (directories tree) is not
  expressive enough to reflect this fact.
  Than tags step in - you can tag a piece of content by many tags. If it
  only belongs to one - than great, tag it with only one tag. And here we 
  have
  a more expressive data model. Great.

  But (!) on the way we lost something important . Hierarchical structure
  hides from us the vast majority of our content, exposing on each step only 
  a
  small part of relevant content. This follows one of our biggest natural
  cognitive limitations: *attention*.

  *Tags, in the traditional form,fail to do so*. You have all your tags at
  one big pile.

  The idea of tags cloud tries to handle this problem, by showing the most
  used tags bigger. But this is a statistical categorization, not conceptual
  So here is a claim: we need a way to powerfully categorize tags themselves
  as well. And, be able to select them by categories whenever needing to
  specify a tag (when searching by tag or
  when applying a tag)

  I'll suggest here an initial list of requirements for a feature that
  follows the thoughts above

  *- Be able to categorize existing tags, by applying other tags (already
  possible in Tiddly) [example: apply the tag vehicle on the tag car]*
  *- When applying a tag, be able to create a new tag under an existing tag
  [example: create the tag subaru under the tag car (that himself is
  tagged by vehicle). Later, we'll be able to apply also Japanese products
  on subaru but in the time of creation it will be probably apropriate to
  limit categorization to one parent tag]*
  *
  *
  *In two situations we need to specify tags, and this search for tags:
  when applying a tag, when filtering by a tag*
  *In this situation we need to be able to search for tags, exactly as
  we're searching for content. Namely: by textual search - i.e. auto complete
  (a plugin for this by Udo already exists) and by tags*
  *So if I want to search info about a car that I recently saw and don't
  remember the brand, I will type (or better be also able to use a GUI):
  tags:car [here a dropdown will appear with all tags that are themselves
  tagged by car, i.e. brands of cars] and I can now choose: only filter by 
  the
  main category - car, or continue and choose a subtag: Subaru. *
  *
  *
  *Whenever a Tidler is tagged by a tag, it will be automatically tagged
  also by all parent tags. So when tagging a tiddler by Subaru, it'll be
  automatically tagged also by car and by Japanese product. (This can be
  implemented at the time of tagging, or at the time of retrieval. Should be
  transparent to the user.) *
  *
  *
  Some more general thoughts:

  Personally I feel that rarely more than 2 levels of hierarchy will be
  needed. Maybe 3. But this 2-3 level are absolutely needed. I felt this need
  many times since I started to insert content into my Tiddly some week ago

  My guess is that many may not feel strongly the need for the above,
  because they don't use so much tags.
  However,  in my opinion, there is a great chance, that those people would
  use much more tags, IF they  had an efficient way to order and retrieve
  them.
  And more tags used is more captured meaning, and better abilities of
  retrieval. I.e. more chances that 

[tw] Re: How to insert tiddler.title as placeholder in FramedLinks

2011-03-07 Thread Cyrill
thats it, TX

On 7 Mrz., 14:26, whatever kbrezov...@gmail.com wrote:
 That should do the trick:
 +++[Sample]...htmliframe src=http://dejure.org/gesetze/BGB/1.html;
 width=100% height=1000 //html===

 Of course, if you want to use a transclusion, for example if you want
 to use this same syntax for many other pages, then you need to do
 this:

 Create a tiddler SampleTransclusion (or namen it whatever you want).
 In it, put this:
 +++[Sample]...htmliframe src=http://dejure.org/gesetze/BGB/
 $1.html width=100% height=1000 //html===

 In your tiddlers, which must be named the same as the target page(!),
 put the following:
 tiddler NewTiddler with:{{tiddler.title}}

 Note that this exact transclusion will only work for sites which have
 the path: http://dejure.org/gesetze/BGB/; and end on .html.
 Also, you can set your own width and height. The three dots after
 [Sample] defer the loading of the iframe until you actually click on
 the link. This speeds up the rendering of the tiddler. Of course, if
 the tiddler only displays that page, then you can get rid off the
 whole nested sliders syntax.

 w

 On 7 mar., 12:54, Cyrill 2rig...@googlemail.com wrote:

  Hi,

  I read this some days before, but the wish links will not be executed

  wish adress :http://dejure.org/gesetze/BGB/1.html

  example:

  Tiddler title : 1

  +++[Sample]
  [img src=http://dejure.org/gesetze/BGB/$1.html)]
  ===

  What goes here wrong ?

  TX

-- 
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] IntelliTaggerPlugin guess-order

2011-03-02 Thread Cyrill
Morning,

will it not be usefull to add a function that preorder the tag
selection in a hierharchical way ?

for example

on the frist level
- Fruits
- Pets

on the second level
- Fruits
- Pets
 - Cats
 - Dogs

How to perform it ? Will that be possible by a macro ?
Thanks

-- 
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: IntelliTaggerPlugin guess-order

2011-03-02 Thread Cyrill
Thanks,

but this IntelliTaggerPlugin reduces the selectable tags by filtering
and dont owerload the panel...this is the case by default with the
TagSearchPlugin ...

On 2 Mrz., 13:11, whatever kbrezov...@gmail.com wrote:
 Tryhttp://tagsearch.tiddlyspot.cominstead.
 w

 On 2 mar., 09:07, Cyrill 2rig...@googlemail.com wrote:

  Morning,

  will it not be usefull to add a function that preorder the tag
  selection in a hierharchical way ?

  for example

  on the frist level
  - Fruits
  - Pets

  on the second level
  - Fruits
  - Pets
       - Cats
       - Dogs

  How to perform it ? Will that be possible by a macro ?
  Thanks

-- 
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: moveablePanel please reply...

2011-01-18 Thread Cyrill
Hi,

as I remember the preso site on tiddlyspace save the tiddlerlayout by
own maps, perhaps you will find there your solution...
Regards

On 17 Jan., 10:54, MobileLibrary tram...@yahoo.com wrote:
  Sorry I haven't answered untill now - ...

 don't say sorry, it was just me driving myself crazy, you know how it
 goes...;-)

  As you can see I created new maps, however I had to copy the content
  from a new generated map into a new tiddler (taqgged panelmap) and
  overwrite it with the same title
  Even if I did this I can't save new changes to tiddlySpace (this is
  however possible with DefaultMap!! - this puzzles me)

 thanks for the confirmation!



   The issues in the thread linked to above are also still the same.
   Saving to DefaultMap or NewMap in a standalone TW works fine,
   reloading brings an empty page.

  If you want to open a set of tiddlers (with position and states
  contrived from a moveablepanel map) - I believe you'll need the
  openStory macro which comes with the StorySaverPlugin (TiddlyTools)

 aha! so that was just me assuming the panelmapplugin does something it
 wasn't designed for! Stupid... I guess it's because i worked with the
 plugins before and now made the mistake of not writing the tiddlers i
 want opened to the DefaultTiddlers or the PageTemplate...

  We might just have to wait and see if Eric Shulman wants to make his
  plugins work on TiddlySpace. There's just to much (in depht)
  coding needed (for me at least) to make some of his plugins work on
  TS

 for me too! And I can imagine that one could also say that it's up to
 the TS developers to try and make the existing TW plugins work with
 the new code. But that's an ongoing discussion I think, that I at
 least not being a developer have no valid say in...

  Cheers Måns Mårtensson

 thanks a lot Måns this was very nice of you,
 Mitchke

-- 
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: Background image map

2011-01-14 Thread Cyrill
Hi,

Mans start his site on this way... it is in Danish

http://måns.dk/#[[Alle%20i%20een]]
Regards


On 14 Jan., 12:07, Kosmaton kosma...@gmx.com wrote:
 Let me add another design question. Ideally the image map would be the
 only thing a visitor sees initially, save for some tabs on the browser
 window sides which unfold to provide the main menu, side bar, search
 box, etc. Tiddlers would appear centred on top of the image map,
 opened either from those fold-outs or from the image map itself. No
 header.

 Any hints or pointers to a good theme to start from?

-- 
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: Background image map

2011-01-14 Thread Cyrill
Hi Mans,

the visualisation will get more attrative when it will be possible to
create on it new tiddlers on the fly (from the node parents or childs
tagged )...on the other way your attempt is fine, because the maps can
be saved.

Regards

On 14 Jan., 17:33, Måns humam...@gmail.com wrote:
 Sorry - forgot the link:http://hu5.tiddlyspace.com/

 Cheers

 On 14 Jan., 17:31, Måns humam...@gmail.com wrote:

  Hi Kosmaton, Cyrill and Mitchke

   I've been trying for a long time to combine the TW functionality with
   visualization solutions, the way you're trying to do with an image
   map. Seehttp://www.mobilelibrary.nlandhttp://www.doordouwe.nl

  I love those :-) Too bad that you can't upgrade beyond 2.5.3 :-(

   Jon did at some point introduce his VismoWiki and put an example online 
   where the tiddler
   opens as a popup when clicking one of the nodes in the tagmindmap. (I  
   can't find it anymore, btw).

  I  used it as a modified template in one of my TiddlyHome adoptions
  (not updated and in 
  Danish!)http://maans.bplaced.net/TiddlyHome/_th/templates/geo.html-try the
  SlideShow button and you're up for some mindboggling mess :-)

   The good news is that Eric came up with a great new invention:
   pasteUpplugin. I'm working on it now, and it seems that with his
   pasteUps, what you place on top stays on top, as long as you define
   the parts as belonging to one whole. Have a look at his quickstart  
   document!
   I'll be fiddling with it some more and show you what I did some time  
   soon, I hope.

  I'll be looking forward to see it Mitchke! You create and design very
  beautifull TWapps yourself!!

  I have made some experiments with pasteUpPlugin, moveablePanelPlugin
  and TiddlyTagMindMapPlugin.
  Here's my latest - showing proof of concept regarding opening images
  in the background (directly from the pagetemplate) - try clicking the
  button LinuxValgFag on the background (an image) - and click the
  checkboxredigér (edit in Danish) to move it around or change
  imagesize..

  Cheers Måns Mårtensson

-- 
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: Which phones does TW work well on

2011-01-13 Thread Cyrill
Hi Passingby
TW works not on Nokia N8-00, i I tested also the iphone-modification,
that do not work offline,
TW works only online via http by hosting it on one of the known
solutions.

Kind regards

On 13 Jan., 06:52, passingby passingby...@gmail.com wrote:
 I plan to replace my Nokia N70 at some time in coming months so I'll
 be thankful for any recommendations. Also which TW solutions are out
 there.

-- 
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: giewiki unplugged: Now supports offline editing and two-way sync TiddlyWiki style

2011-01-05 Thread Cyrill
Thanks Poul for that, i will attempt this

Cyrill

On 4 Jan., 14:58, Poul poul.stauga...@gmail.com wrote:
 Install Python 2.5 (2.6 or 2.7 will do), if you havent got it.
 Install the Google App Engine SDK.
 Fire up the Google App Engine SDK Launcher and choose to add an
 existing application.
 Point it to where you have giewiki unpacked.
 Start the app
 Hit the browser button.
 When you are ready do deploy in the Google cloud, 
 consulthttp://code.google.com/p/giewiki/wiki/DeploymentGuide

 Or you can try out giewiki by logging in at giewiki.appspot.com with
 your google ID, clicking your login name and open My Profile.
 From there, the My Projects part lets you create your own subdomain of
 giewiki.appspot.com.

 On 4 Jan., 12:13, Cyrill 2rig...@googlemail.com wrote:

  Hello Poul,

  can I find anywhere a step by step installguide of giewiki ??

  Regards

  On 4 Jan., 11:36, Poul poul.stauga...@gmail.com wrote:

   Hi Chris,

   giewiki saves content in tiddlers (app-engine 'expando' objects,
   keeping attributes  custom fields as separate fields), with the
   exception of SiteTitle  SiteSubtitle (that are saved as part of the
   page attributes for performance).

   Logically, pages are stored hierachically as defined by the URL. Pages
   can be either leaf or folder, both can have tiddlers.
   Tiddlers, while belonging on a specific page, can be included in other
   pages using either of the following methods:

   Adding the tag shadowTiddler to a tiddler on a folder page will copy
   it to all pages below it in the hierachy.
   The page object has a list of tiddlers included from other pages
   (defined via page properties).
   Pages can be defined as templates, giving a set of tiddlers to any
   page deriving from it.

   I believe this set of mechanisms is easier to use/understand than the
   tiddlyweb model.

   On 3 Jan., 11:47, cd...@peermore.com chris.d...@gmail.com wrote:

On Jan 2, 10:45 am, Poul poul.stauga...@gmail.com wrote:

 Tiddlyspot offers you - as far as I can tell - just one page, hosted
 at tiddlyspot. Giewiki lets you create any number of pages (using page
 templates), giving you an auto-generated sitemap, tiddler versioning,
 and much more.

It sounds like giewiki has many of the same goals as tiddlyweb[1] and
tiddlyspace[2], but with a somewhat different approach to grouping
content. giewiki has pages whereas tiddlyweb has bags and
recipes and tiddlyspace has spaces (which are made from two
tiddlyweb recipes).

In giewiki what is the fundamental element of content that gets saved?
Is it a tiddler or the tiddlywiki containing the tiddlers? If a
tiddler shows up in one page can the same one show up in another?- 
Skjul tekst i anførselstegn -

  - Vis tekst i anførselstegn -

-- 
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-11-30 Thread Cyrill
Hi,

yes there is interest, you can use it with plugins

http://tiddlytagmindmap.tiddlyspace.com/
http://mindmaps.tiddlyspace.com/

Regards

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] How to connect Tags (only) with Parts of Tiddler

2010-11-19 Thread Cyrill
Hello,

I know that tiddlywiki is tagbased on specific tiddlers and their
content.

1.) Is it possible to tag also parts of tiddler (with the PartPlugin
installed before), so that a tiddler have different tags in content
and in the parts ??

Example :

Tiddler
Content
 different Parts in Content
 (Tags there ??)
Tags


2.) How about reseletable Tags fields that filters Tags by Parent
Child Structurs to falilate to select them ?

Example
A
 1
 2
   a
   b
   c
B
C

How to set the select field to filter the Tags after select frist A
only to show 1 and 2, and so on ??
Regards

-- 
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: Tiddlywiki on Nokia (Symbian) phones

2010-11-10 Thread Cyrill
Hi Grant,

I check one TWFile on the Nokia N8, changes by Edit are possible and
can be fixed bei Done, but the SaveChange
it will not be possible.
I will check some OnlineTW on TiddlySpot and TiddlySpace ...and report
in case of succes

Regards
Cyrill

On 10 Nov., 11:27, PMario pmari...@gmail.com wrote:
 Hi,
 I tried it with a nokia E90 communicator but no luck. Most of the
 time, loading tiddlywikis the built in browser, didn't render the
 sidebars. ... I think it would need a more basic layout for mobile
 phones.

 Also tried Opera with local saving - no luck

 Nokia had a basic apache server port for s60v3, which made it possible
 to read/write to the local store. I don't know how it worked, but they
 canceled the product.

 -m
 PS: The nokia N900 would be an option. But no store in my area seems
 to have them for a short (2h) test :)

 On Nov 10, 8:15 am, grant...@gmail.com grant...@gmail.com wrote:

  Is there no one out there that is trying to use TW on a Symbian 60v3
  phone?
  Is there noone out there who wants a good Task (ToDo) manager on their
  Symbian 60v3 phone?

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

2010-10-17 Thread Cyrill
thanks for your reativity...it works
Regards

On 16 Okt., 13:59, Tobias Beer beertob...@googlemail.com wrote:
 Hi Cyrill,

 It does not work because at its very end it contains a transclusion
 using evaluated parameters which have been disabled on TiddlySpace for
 security reasons. If you nontheless want to reenable evaluated
 parameters, try this...

 http://tobibeer.tiddlyspace.com/#%5B%5BHow%20to%20reenable%20evaluate...

 On the other hand, the same risks of running any code against a
 TiddlySpace are exposed by many plugins, including
 InlineJavascriptPlugin, HideWhenPlugin, Evalify or even plain html
 blocks containing event handlers. So, in my humble opinion, there is
 no sense at all to having parameter evaluation turned off.

 Cheers, Tobias.

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

2010-10-16 Thread Cyrill
Hello,

can anyone explain, why the macro tiddlySplit from Eric does not work
on tiddlySpace : the dropdown menu select a tiddler does not work ??

Thanks

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



[tw] Re: TiddlyTagMindMap V2

2010-10-04 Thread Cyrill
Yep,

TX a lot, Cyrill

On 4 Okt., 10:49, rakugo jdlrob...@gmail.com wrote:
 Sorry my mistake.
 view modified created should be view modified date
 It's basically the view macro, so equally view title text / view
 title link works.

 Jon

 On 4 Oct, 08:13, Cyrill 2rig...@googlemail.com wrote:

  Hi Jon,

  tx for your reply, but it seem that sometthing doesent work ;-((

  I send you the example for your info, perhaps that 
  helpshttp://rightmap.tiddlyspace.com/

  Regards, Cyrill

  On 1 Okt., 18:30, rakugo jdlrob...@gmail.com wrote:

   The new version allows you to specify a template to render the node
   labels.

   For instance create a tiddler called Foo with view modified
   created in it.
   Then use
   TiddlyTagMindMap template:Foo

   All node labels will now be the modified date. So technically sticking
   the ColoredLinksPlugin macro in there should *just* work.. :)

   Jon
   On 1 Oct, 16:40, Cyrill 2rig...@googlemail.com wrote:

Hello,

looks very fine this rewrite of the plugin...it would be great to use
the ColoredLinks Plugin in the tittle of the nodes in the plex
(perhaps it is planed), so some different tagged tiddler can be
identified directly in the plex...

Concerning the visualisations perhaps a fusion with this new adaption
from JIT (INFOVIS) could integrate SUNBURST oder SPACETREE at users
choicehttp://jit-forcedirected.tiddlyspace.com/#JitTest

Regards
Cyrill

On 1 Okt., 16:25, rakugo jdlrob...@gmail.com wrote:

 I've revived/rewritten this plugin for TiddlySpace... Just thought I'd
 let you know.

 It still works with TiddlyWiki and is a much more improved version of
 the one athttp://tiddlytagmindmap.tiddlyspot.com.

 You can see it:http://tiddlytagmindmap.tiddlyspace.com/
 and find out more athttp://mindmaps.tiddlyspace.com

 Expect bugs. :)
 Jon

-- 
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: TiddlyTagMindMap V2

2010-10-04 Thread Cyrill
Hi Jon,

tx for your reply, but it seem that sometthing doesent work ;-((

I send you the example for your info, perhaps that helps
http://rightmap.tiddlyspace.com/

Regards, Cyrill

On 1 Okt., 18:30, rakugo jdlrob...@gmail.com wrote:
 The new version allows you to specify a template to render the node
 labels.

 For instance create a tiddler called Foo with view modified
 created in it.
 Then use
 TiddlyTagMindMap template:Foo

 All node labels will now be the modified date. So technically sticking
 the ColoredLinksPlugin macro in there should *just* work.. :)

 Jon
 On 1 Oct, 16:40, Cyrill 2rig...@googlemail.com wrote:

  Hello,

  looks very fine this rewrite of the plugin...it would be great to use
  the ColoredLinks Plugin in the tittle of the nodes in the plex
  (perhaps it is planed), so some different tagged tiddler can be
  identified directly in the plex...

  Concerning the visualisations perhaps a fusion with this new adaption
  from JIT (INFOVIS) could integrate SUNBURST oder SPACETREE at users
  choicehttp://jit-forcedirected.tiddlyspace.com/#JitTest

  Regards
  Cyrill

  On 1 Okt., 16:25, rakugo jdlrob...@gmail.com wrote:

   I've revived/rewritten this plugin for TiddlySpace... Just thought I'd
   let you know.

   It still works with TiddlyWiki and is a much more improved version of
   the one athttp://tiddlytagmindmap.tiddlyspot.com.

   You can see it:http://tiddlytagmindmap.tiddlyspace.com/
   and find out more athttp://mindmaps.tiddlyspace.com

   Expect bugs. :)
   Jon

-- 
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: TiddlyTagMindMap V2

2010-10-01 Thread Cyrill
Hello,

looks very fine this rewrite of the plugin...it would be great to use
the ColoredLinks Plugin in the tittle of the nodes in the plex
(perhaps it is planed), so some different tagged tiddler can be
identified directly in the plex...

Concerning the visualisations perhaps a fusion with this new adaption
from JIT (INFOVIS) could integrate SUNBURST oder SPACETREE at users
choice
http://jit-forcedirected.tiddlyspace.com/#JitTest

Regards
Cyrill


On 1 Okt., 16:25, rakugo jdlrob...@gmail.com wrote:
 I've revived/rewritten this plugin for TiddlySpace... Just thought I'd
 let you know.

 It still works with TiddlyWiki and is a much more improved version of
 the one athttp://tiddlytagmindmap.tiddlyspot.com.

 You can see it:http://tiddlytagmindmap.tiddlyspace.com/
 and find out more athttp://mindmaps.tiddlyspace.com

 Expect bugs. :)
 Jon

-- 
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: TiddlyTagMindmap in ShowPopup ?

2010-08-23 Thread Cyrill
Hi,

do you know how to force the font-size in the tiddlers title in the
mindmap for all tiddlers (without using custum labels).
In many cases the plugin show too small letters.

Best Regards


On 11 Aug., 13:29, rakugo jdlrob...@gmail.com wrote:
 I can take a guess..
 Try specifying a width and height by using the parameters:
 width:600 height:300

 If you don't provide these it attempts to fill the display as much as
 possible which might cause problems with popups.

 If that doesn't help is there anything you can share to debug?
 Jon

 On Aug 10, 9:21 pm, skye riquelme riquelme.s...@gmail.com wrote:

  Hi again

  I am using TiddlyTagMindMapPlugin and it works fine / looks great when
  the macro is embedded in a tiddler. (its dimensions are 400px * 400px
  - generally

  Now when I view that tiddlerwith something like tiddler
  ShowPopup with:MindMapTiddler label   60em sticky the mindmap
  displays as tall skinny column with the all the data bunched up on the
  left of the popup panel.

  the popup definictions dont limit the width of the displayso whats
  happening? How to get the Mindmap to display correctly inside a
  ShowPopup ?

  Thanks in Advance

  Skye

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