Re: [tw] [TW5]How to add (remove) tags directly from $:/boot/bootprefix.js?

2016-12-18 Thread sini-Kit
Thank you Jeremy and Mario. And how can I create signal tiddler with yes or no text value? return new $tw.Tiddler("$:/_FlagSpecialCss",{"text": "yes"}); ??? the is no example how to use this hook. воскресенье, 18 декабря 2016 г., 23:32:55 UTC+3 пользователь Jeremy Ruston написал: > Hi

[tw] Re: Filtered search for tags with open all option?

2016-12-18 Thread Thomas Elmiger
Hi Dave Maybe my answer comes a bit late … an alternative to your UI would be to show tag pills instead of tag names and put an open-all-link on them. This way you do not have to type (or copy-paste) the tag names and you can see all tagged tiddler’s titles before opening them all. I copied

[tw] Re: [TW5] Federation plugin and TWederation progress

2016-12-18 Thread Dmitry Sokolov
Hi Jed, I am in but new to the development. :) My goal is to facilitate the development of versioning of individual multi-user tiddlers. Would you help me and my student getting started? The student selected TW as his summer project. Thank you Sid!! :) Thank you beforehand, Dmitry On Monday,

[tw] NW doesn't open

2016-12-18 Thread Ben John
Hi I have problem opening tiddlydesktop-win64-v0.0.8 that I hope you have some advice on. When I click on NW in my task bar Tiddly Desktop doesn't open. Instead the work around I found using Task Manager is to right click on NW and then maximise when in Apps under Task Manager. This works

Re: [tw] Who's minding the store(.php) ?

2016-12-18 Thread 'Mark S.' via TiddlyWiki
Any response back? It's one of the primary ways to run TW on the net. It would be nice if it had a secure home somewhere. Thanks, Mark On Thursday, June 9, 2016 at 2:47:40 PM UTC-7, Jeremy Ruston wrote: > > I’ve been in touch with BidiX more recently than that. I’ve dropped him a > line via

Re: [tw] Re: Special tweak for $:/core/ui/AdvancedSearch/Filter

2016-12-18 Thread David Gifford
Hi Mark and Mario and anyone lurking about... Here is the updated version with this fix. Quite versatile search tools. Refresh your browser if you looked at these links before. http://giffmex.org/experiments/sabbath.html creates the static html at

Re: [tw] Re: Special tweak for $:/core/ui/AdvancedSearch/Filter

2016-12-18 Thread David Gifford
Thanks Mark! Works great! And thanks again to Mario. Blessings to you both. On Sun, Dec 18, 2016 at 6:46 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > > Be sure to back up. Then drag and drop, and import, the following into > your TW. This adds a search-by-tag field to the

[tw] Re: Special tweak for $:/core/ui/AdvancedSearch/Filter

2016-12-18 Thread 'Mark S.' via TiddlyWiki
Be sure to back up. Then drag and drop, and import, the following into your TW. This adds a search-by-tag field to the advanced search bar. See if it's close to what you want. Mark On Sunday, December 18, 2016 at 1:35:16 PM UTC-8, David Gifford wrote: > > Hi Mario > > Thanks Mario, but that

[tw] Re: Special tweak for $:/core/ui/AdvancedSearch/Filter

2016-12-18 Thread David Gifford
Hi Mario Thanks Mario, but that wasn't what I meant. I meant just seeing the text input box and the results below. Would look like the advance filter tab, but instead of having to input the whole search query with brackets etc, you would only have to input the actual tag to get the list of

[tw] Re: [TW5]How to add (remove) tags directly from $:/boot/bootprefix.js?

2016-12-18 Thread PMario
Hi, The FieldManglerWidget needs a visual representation to work. So you can't use it. imo $:/boot/bootprefix.js is too early in the boot process. tiddlers don't exist in the prefix. ... The $tw.wiki object is created at boot.js

Re: [tw] [TW5]How to add (remove) tags directly from $:/boot/bootprefix.js?

2016-12-18 Thread Jeremy Ruston
Hi Sini-kit Perhaps a simpler way would be to have your bootprefix code update a tiddler $:/_FlagSpecialCss to have the value “yes” when the time is between 1 and 5, and “no” otherwise. Then in your stylesheet tiddler, use a reveal widget something like the example below. Best wishes Jeremy

[tw] [TW5]How to add (remove) tags directly from $:/boot/bootprefix.js?

2016-12-18 Thread Siniy-Kit
Hi! I am writing a little script to $:/boot/bootprefix.js. This script connects to other site time API, get time from it and if hours in this time between 1 and 5 it must change css styles of tw5 so I want this script to add tag $:/tags/Stylesheet to mycssstyle tiddler. I write the first part

[tw] Re: Special tweak for $:/core/ui/AdvancedSearch/Filter

2016-12-18 Thread PMario
Hi David, I don't think, that's very useful. IMO there needs to be a more UI stuff. Copy the following code into a tiddler. IMO it's not enough. \define getFilter() [tag[$(tag)$]!is[system]sort[title]] \end tag: <$edit-text tiddler="$:/temp/special-search" field="text" tag=input/> <$set

[tw] Re: Hiding the extra space between the tiddler title and the tiddler text.

2016-12-18 Thread PMario
On Sunday, December 18, 2016 at 6:13:15 PM UTC+1, David Gifford wrote: > > Here is an experimental comparison of a full TW using this approach, and a > static html created with that TW, merely by clicking to hide the titles and > exporting as static html. > > TW:

[tw] Re: [TW5] Photo Gallery plugin

2016-12-18 Thread LG
I'm running 5.1.11. On Saturday, December 17, 2016 at 7:29:54 PM UTC-5, Jed Carty wrote: > > What version is the old wiki? I am hoping to spend a lot of time over the > christmas break working on tiddlywiki so input here is good. > -- You received this message because you are subscribed to the

[tw] Re: Hiding the extra space between the tiddler title and the tiddler text.

2016-12-18 Thread David Gifford
Hi Mario Here is an experimental comparison of a full TW using this approach, and a static html created with that TW, merely by clicking to hide the titles and exporting as static html. TW: http://giffmex.org/experiments/sabbath.html static: http://giffmex.org/experiments/sabbath.static.html

Re: [tw] [TW5] Improving tiddler renaming behaviour

2016-12-18 Thread Jeremy Ruston
Hi Mario These look like interesting proposals, I’d be happy to consider pull requests, but as you note, performance is a concern here. > 1) The "rename tags checkbox" is shown, even if no tiddler is tagged with the > "old" name. I don’t understand why that matters? The text is offering to do

Re: [tw] [TW5] Improving tiddler renaming behaviour

2016-12-18 Thread Jeremy Ruston
Hi Danielo > On 18 Dec 2016, at 10:52, Danielo Rodríguez wrote: > > I totally disagree, let me expose my reasons > First, I don't see the problem on performing a batch operation like this in > an asynchronous fashion. Not only when sync to server is implied, always. >

Re: [tw] Reveal content based on field content

2016-12-18 Thread Danielo Rodríguez
Much clearer now -- 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

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

2016-12-18 Thread Siniy-Kit
Yes! I forget about " " and space after [] .yourstyle{} I spent so many time to find it. <$list filter="[[Rolly]]"> tw[tags~="<$view field=title/>"] .img-square:after {width: 35px;height: 35px;display: block;background-repeat: no-repeat;background-size: 35px

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

2016-12-18 Thread Jed Carty
I have used lists to make css styles before, it should work. If you are sure the css is correct than my only suggestion is to make sure that the tiddler type is either blank or text/vnd.tiddlywiki -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] [TW5] How to use $list filter in css slylesheet?

2016-12-18 Thread Siniy-Kit
Hi I make a new tiddler with tag $:/tags/Stylesheet and put list to it <$list filter="[[Rolly]]"> tw[tags~=<$view field=title/>].img-square:after {width: 35px;height: 35px;display: block;background-repeat: no-repeat;background-size: 35px 35px;background-image:

[tw] Re: Context Search plugin updated

2016-12-18 Thread David Gifford
Hey Danielo, are you going to fix this plugin and change the tw's to tc's? On Monday, January 19, 2015 at 2:54:10 AM UTC-6, Danielo Rodríguez wrote: > > It is available at braintest > > > It is not a big update from outside: I just included

[tw] Special tweak for $:/core/ui/AdvancedSearch/Filter

2016-12-18 Thread David Gifford
Another request. This is something beyond me but would be useful, I think, to a lot of users. Maybe someone has already created something like this. Imagine a blank search field where you type in the name of a tag, and in doing so, you are invoking [tag[]!is[system]sort[title]] that tag, and

[tw] Re: Filtered search for tags with open all option?

2016-12-18 Thread David Gifford
oops. edited to add the link. But of course, Mario, you realize it was the same link as in the other two threads... On Sunday, December 18, 2016 at 5:43:39 AM UTC-6, PMario wrote: > > On Sunday, December 18, 2016 at 4:38:48 AM UTC+1, David Gifford wrote: >> >> Here is the link. >> > > Where? :)

[tw] Re: Filtered search for tags with open all option?

2016-12-18 Thread PMario
On Sunday, December 18, 2016 at 4:38:48 AM UTC+1, David Gifford wrote: > > Here is the link. > Where? :) -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

[tw] Re: Hiding the extra space between the tiddler title and the tiddler text.

2016-12-18 Thread PMario
On Sunday, December 18, 2016 at 4:37:42 AM UTC+1, David Gifford wrote: > > Here is the file with the adjusted spacing. You have to create a few > tiddlers with text and use the topmenu Hide button to hide the tiddler > titles to see what I did. >

[tw] Re: Last Q I promise...new tiddler with special title

2016-12-18 Thread PMario
On Sunday, December 18, 2016 at 4:36:26 AM UTC+1, David Gifford wrote: > > Here is the file with this button > http://giffmex.org/experiments/notestorm2017.html > > Glad that I could help. Thx for sharing. -m -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: [TW5] Improving tiddler renaming behaviour

2016-12-18 Thread Danielo Rodríguez
I totally disagree, let me expose my reasons > I don’t think that there’s much we can do to fix things up in the face of > lazy loading. Fundamentally, such operations need to be done on the server > in such situations, and we don’t currently have the plumbing for that. > > The

[tw] Lack of file in "Saving on a PHP server"

2016-12-18 Thread F Cantero
In tiddlywiki.com, the first line of the tiddler ''saving on a PHP server'' contains a link to a file whose content is "SVN hosting has been permanently disabled." where a php file should be. -- You received