[tw] Re: [TW5] Hosting TiddlyWiki with Store.php

2017-07-11 Thread 'Mark S.' via TiddlyWiki
I was using it with htaccess, but not for security since I was testing twederation. I set these settings in my htaccess file: php_value upload_max_filesize 4M php_value post_max_size 6M I don't know if these do anything, since my current file size is larger than 6M. But shouldn't hurt to try.

[tw] TW5 Clarification on events

2017-07-11 Thread mystikite
So, from my research so far, I believe i can create a widget that will intercept various messages heading to the navigatorWidget and fieldManglerWidgets before they receive them. If i read the code right, the message can be stopped from arriving by just not re-inserting it, or it can be

[tw] Re: TiddlyServer 2.0.6

2017-07-11 Thread AltugOz
Hello Arlen, Let me be the one of the first in this thread to thank you for your dedicated work on TiddlyServer 2 and generous efforts to bring it to the Tiddlywiki community. I have been following the updates and have been testing it on my laptop and more recently on a linux home server

[tw] [TW5] Hosting TiddlyWiki with Store.php

2017-07-11 Thread TonyM
Folks, I have placed a single file tiddlywiki on a subdomain I own on a PHP host. I have followed the instructions here https://tobibeer.github.io/tb5/#Your%20own%20TiddlySpot-like%20upload%20server Store.php is labled * version :1.6.1 - 2007/08/01 - bi...@bidix.info which seems very old, it

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-11 Thread magev958
My field is "rank" with the text "species" for the tiddlers I would like to be affected Den lördag 8 juli 2017 kl. 02:40:49 UTC+2 skrev magev958: > > I have tried to use $list filter in an stylesheet tiddler as per this > https://groups.google.com/d/msg/tiddlywiki/BN2lJiDKSNE/AVrsbrHkCgAJ but

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-11 Thread magev958
I have tried this code in my stylesheet, but it affects all tiddlers. My stylesheet is tagged $:/tags/Stylesheet but the type is *text/vnd.tiddlywiki* instead of *text/css*. <$list filter="[rank[species]]"> /* Columns */ body.tc-body .tc-tiddler-frame .tc-tiddler-body { display: block;

[tw] Re: Adding a note to multiple tiddlers

2017-07-11 Thread Matt
haha I guess I won't worry about anything like that for now. I have tried to do what you initially suggested, putting a note in its own tiddler then linking to it at the bottom of any tiddler it refers to. The main problem that I have run into is that if I want to transclude a tiddler I

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-11 Thread 'Mark S.' via TiddlyWiki
The problem is that there are no naturally occurring classes associated with fields like there are with tags. What you could do is to modify the view template in order to assign classes based on field values. Then your stylesheet could be more or less static. Mark On Tuesday, July 11, 2017

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-11 Thread Mat
If you post the code, it's much easier to help you. I'm pretty experienced with TW and CSS so I can hopefully help. (Incidentally I'm just now struggling with the same problem but in a very complex TW project that I'll hopefully present soon.) <:-) -- You received this message because you

[tw] Re: [TW5] Using conditional assignment mode of SetWidget to check empty strings

2017-07-11 Thread Mat
In deed confusing , and this has tripped me several times. I came up with a small trick for NON-BRACKETED arguments: \define test(arg) <$set name=answer filter=" $arg$" value="full" emptyValue="empty" > ans:<> \end NOTE the

[tw] [TW5] Using conditional assignment mode of SetWidget to check empty strings

2017-07-11 Thread mauloop
I was in need of checking if a macro parameter was empty. The following is a extremely simplified version of the actual code: \define isStringEmpty(str) <$set name="answer" filter="""$str$""" value="no" emptyValue="yes"> <> \end The result was not as I expected: Macro call Result <> no

[tw] Re: [TW5] How to use $list filter in css stylesheet?

2017-07-11 Thread magev958
Actually I tried to use fields as limiter, to have the stylesheet only apply to tiddler with the field "Field_1". -- 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

[tw] Re: Adding sources to tiddlers

2017-07-11 Thread Matt
This is excellent thank you. Unfortunately it doesn't solve the problem of the source showing when the tiddler is transcluded. When I transclude a tiddler I would ideally like for the content to show without a source. Is there any way to do this? Thanks again. On Tuesday, July 11, 2017 at

Re: [tw] Announcing TiddlyChrome

2017-07-11 Thread Arlen Beiler
> > could you clarify: TiddlyChrome is a Chrome app, not an extension? It > can't be rewritten as an extension? (extensions can't write data to > hard-drive?) Correct, correct, and correct. It can't be written as an extension because extensions can't write to the hard drive. -Arlen On Tue, Jul

[tw] TiddlyServer 2.0.6

2017-07-11 Thread Arlen Beiler
Hello all, I would like to announce TiddlyServer 2.0.6. Thanks to feedback from several users we have ironed out some bugs. I thought I would let everyone know about this release because I am confident that it is quite stable. Also, the bundled version only contains a total of 158 individual

Re: [tw] Announcing TiddlyChrome

2017-07-11 Thread Yakov
Hello Arlen, could you clarify: TiddlyChrome is a Chrome app, not an extension? It can't be rewritten as an extension? (extensions can't write data to hard-drive?) Best regards, Yakov. вторник, 11 июля 2017 г., 4:20:46 UTC+3 пользователь Arlen Beiler написал: > > Starting in late 2016,

Re: [tw] Re: FirefoxESR is best option for TiddlyWiki now -- Action & Opinion

2017-07-11 Thread Eneko Gotzon
On Mon, Jul 10, 2017 at 10:39 AM, @TiddlyTweeter wrote: > *if we don't offer a simple procedural way… the coming November changes > will seriously adversely effect non-DIY TW users on Firefox.* > ​It would be ​great to find an option that allows both code savvies relish

[tw] Re: Adding a note to multiple tiddlers

2017-07-11 Thread Ste Wilson
Don't know if this might hit the spot? http://stickynotes.tiddlyspot.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.

Re: [tw] Can we have the preview in a separete window

2017-07-11 Thread Mat
On Tuesday, July 11, 2017 at 7:35:06 PM UTC+2, Ste Wilson wrote: > > If you tag it > $:/tags/PageControls > > The button will appear somewhere near the save button. > Ahaaa, thanks Ste! Even in Jans own demo I must add the tag!... which I guess means it is *not *a demo... @Jan, only now do I

[tw] Re: [TWC] How to delay the execution of a macro or a part of it

2017-07-11 Thread whatever
Hey! I think the issue is that JS is a single-thread language, if I understand correctly. I'm guessing that when you open the tiddler, the wikifier gets the content, queues all the macros inside it and only shows the tiddler once all macros have executed. I'll try playing around with Promises

[tw] Re: [TWC] How to delay the execution of a macro or a part of it

2017-07-11 Thread Yakov
Well, it sounds like Promises might help you. I'm not sure yet about the blocking nature of JS for interface, but what you can do is the following: in handler, create a container and create a Promise to fill it – that Promise has to do the calculations; chain another Promise to it, it has to

[tw] Re: Adding a note to multiple tiddlers

2017-07-11 Thread Matt
Thank you for the response. Do you know way to do something similar to what this person has done: http://tesis.tiddlyspot.com/ ? Most of his tiddlers (look at 'Capacité' under 'Concepts' for an example) have a little notes button on the bottom Unfortunately I am not paticularly computer

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-11 Thread Lost Admin
Where would I find that plug-in of yours? I'm trying to understand how you did what you did, so it would be nice to see how it interacts with the vanilla tiddlywiki. I also want to integrate Ton's TopLeftToolbar so that the NoteSelf cloud/sync/login button appears on the top of the screen all

[tw] Re: Adding a note to multiple tiddlers

2017-07-11 Thread 'Mark S.' via TiddlyWiki
There are different ways to approach this, but off hand it sounds like you should put the note in its own tiddler and then link or transclude the note from each tiddler that needs to reference it. Mark On Tuesday, July 11, 2017 at 10:37:07 AM UTC-7, Matt wrote: > > Hello > > I have a group of

[tw] Adding a note to multiple tiddlers

2017-07-11 Thread Matt
Hello I have a group of tiddlers for which a note (written in another tiddler) applies. What is a good way to link this note to the group of tiddlers? Ideally so that each member of the group will show that there is a note attached. Thanks in advance for your help. -- You received this

Re: [tw] Can we have the preview in a separete window

2017-07-11 Thread Ste Wilson
If you tag it $:/tags/PageControls The button will appear somewhere near the save button. -- 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

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-11 Thread 'Mark S.' via TiddlyWiki
Are there text instructions somewhere? I think text would be better than a soundless video. When you type in an address on screen, for instance, I have no idea if I'm literally supposed to type that address, or some other address of my own. I seem to recall that Youtube has an editor that will

[tw] Is decrypting tiddlers on Chrome for Android no longer supported?

2017-07-11 Thread Duarte Farrajota Ramos
So I recently bough a new Android phone with the latest 7.1.2, and was happily gonna transfer my regular TiddlyWiki files into the new device. I have always used AndTidWiki on my old phone (Android 5.0) without issues so I was surprised to find that on the new device it could never decrypt any

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-11 Thread Danielo Rodríguez
Hello Lost Admin, That sentence is not 100% true at the moment. NoteSelf has evolved and it now includes more plugins than just tiddlypouch. However, the minimum setup should be tiddlypouch + PouchDB (there is a plug-in created by me that includes it). But probably the easier way is to download

[tw] Re: Adding sources to tiddlers

2017-07-11 Thread Duarte Farrajota Ramos
Create a custom field named "source" or whatever suits your needs to place that kind of information in. Then create a viewtemplate for tiddlers that have that field present so it is displayed along with the text. Just tag a new tiddler with $:/tags/ViewTemplate and add a filter alog the lines

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-11 Thread Danielo Rodríguez
Hello Mark, Yes it lacks sound. I want to add voice comments,but I'm still looking for a time slot. 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

[tw] Adding sources to tiddlers

2017-07-11 Thread Danielo Rodríguez
I do this for all the snippets that I collect on my personal wiki. Basically I just add a source field to the tiddler and I have a view template that displays the source field at the bottom if it exist. Regards -- You received this message because you are subscribed to the Google Groups

Re: [tw] Can we have the preview in a separete window

2017-07-11 Thread Mat
Jan, I am for sure slow but I just don't see any "eye" button in the tiddlers. (And, to be honest, it took quite a while just to find out how I could open *any *standard tiddler because where the hey are the sidebar lists???) But, anyway, when I do find a tiddler, there just is no "eye"

Re: [tw] Can we have the preview in a separete window

2017-07-11 Thread Ste Wilson
Hi Jan.. I don't suppose as part of the plug in, perhaps in the description, you could put a list of the tags that would make the button appear in different places? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Adding sources to tiddlers

2017-07-11 Thread Matt
Hello I have a number of tiddlers that I need to reference the source of the information that they contain. Currently I have simply added the source to the bottom of the text. This is OK but I have found in instances where I wish to transclude a tiddler I usually don't want the source to

Re: [tw] Can we have the preview in a separete window

2017-07-11 Thread Stephen Wilson
Cheers Jan. Suddenly my two monitor setup just got a whole lot more useful. :) On Sunday, 9 July 2017 00:41:38 UTC+1, Jan wrote: > > Hi Josiah... > > Is this a live editor preview in a new window? > > Yeah... > > > I haven't quite made sense of the site. Likely my fault. > > Josiah > > On

[tw] Re: TiddlySmile ...

2017-07-11 Thread Stephen Wilson
ha ha ha ...oh dear :) On Monday, 10 July 2017 19:22:19 UTC+1, @TiddlyTweeter wrote: > > We have received a Music Request from Ms. April Mackenzie of Oxford, Ohio, >

[tw] Re: [TW5] parse and style a tiddler content

2017-07-11 Thread paolo b
yes Mark, it did help - thanks. I also defined a tooltip stylesheet so that I can style it as I like with: <$wikify name="answer" text=<> > > class="tooltip"> //<>// As a side effect, however, my original tiddler (now converted into data type) has lost its previous formatting. Is there