[tw] Re: Search

2015-01-16 Thread Alan Finger
Hi Tobias, Thanks for the assist. It's been a great introduction to TiddlyWiki programming as well!. One problem: Activating Advanced Search breaks it -- returning all regular tiddlers regardless of search term. Something to work on over the weekend. Regards, Alan On Wednesday, January 14,

[tw] Re: Search

2015-01-16 Thread Alan Finger
Hi Tobias, To reproduce: 1. Create an Empty wiki and add your search tiddlers 2. Create some test tiddlers: at least two containing a two word search target and some containing one or neither of the words. 3. Do a standard search from the sidebar and verify exact search is operating correctly.

[tw] Re: Search

2015-01-17 Thread Alan Finger
Hi Tobias, Thanks for the quick response. I did have the regex tiddler installed (guess I forgot to mention). I just tried your installation and am still seeing the same problem. Is there some way I can send you my test wiki? Alan On Saturday, January 17, 2015 at 4:08:35 AM UTC-5, Tobias Beer

[tw] Search

2015-01-14 Thread Alan Finger
Hi from a Newbie, I'm trying to understand how search works and how to harness it to my needs: It appears that when entering a multi-word string, search returns all tiddlers containing the words in any order. What I want it to see only the results with that exact string. This will be used by

[tw] Search methodology

2015-01-14 Thread Alan Finger
Hi from a Newbie, I'm trying to understand how search works and how to harness it to my needs: It appears that when entering a multi-word string, search returns all tiddlers containing any of the words. What I want it to see only the results with that exact string. This will be used by others

Re: [tw] Re: Search

2015-01-20 Thread Alan Finger
Hi Tobias, Thanks, I think I got it working in my wiki. Alan On Sun, Jan 18, 2015 at 9:29 AM, Tobias Beer beertob...@gmail.com wrote: Hi Alan, I don't think I am seeing any problem. Be sure to use the latest version from tb5, though. Custom Search Tab Exact @ tb5

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Alan Finger
I mean that the operator section{$:/temp/findby!!section} should only be applied to the filter if the field value is not Any I'll try to post an example in the next day or so. Alan On Wednesday, January 28, 2015 at 2:43:44 AM UTC-5, Stephan Hradek wrote: Am Mittwoch, 28. Januar 2015

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-27 Thread Alan Finger
Thanks for some good ideas! I may be missing it but is there a way to set the value of a field programmatically? The action-setfield widget only works inside a button. On Tuesday, January 27, 2015 at 11:26:43 PM UTC-5, Jed Carty wrote: If you know what the filters will be you can use the

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-28 Thread Alan Finger
That works well for one variable. The problem is that I have two: section and sourcedoc so I need to try to get concatenation working. Alan On Wednesday, January 28, 2015 at 9:02:17 AM UTC-5, Tobias Beer wrote: Thanks, Jed, That's a cool example If you know what the filters will be

[tw] Is it possible to get a list of unique values of a single field?

2015-01-23 Thread Alan Finger
Hi All, I'd like to get a list of unique values of a field in a group of tiddlers so I can build a group of radio buttons to select one. Is there a way to do that? Thanks, Alan -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: Using Macro Substitution as a filter parameter

2015-01-27 Thread Alan Finger
Hi Tobias, I don't think that's going to work for me as I want to conditionally include entire filter operators in the filter. Depending the content of some fields (Any means no filter), i want to get [!is[tag]!is[system]] [!is[tag]!is[system][field1[value1]]

[tw] Re: Using Macro Substitution as a filter parameter

2015-02-25 Thread Alan Finger
Got it. How can I pass variable data to a Javascript macro, then? Alan On Wednesday, February 25, 2015 at 3:53:02 AM UTC-5, Astrid Elocson wrote: Hi Alan, Macro parameters are *not* parsed as WikiText until they are returned to a WikiText context. They're just inert strings of characters.

[tw] Re: Using Macro Substitution as a filter parameter

2015-02-24 Thread Alan Finger
Hi Tobias, I'm finally getting back to this. Here's a simple Javascript macro that displays the value of three parameters and the results of a comparison to a constant: /** * Created by afinger on 2/24/2015. */ /* Macro to build search string from section and company parameters */

[tw5] TiddlyWiki editor stopped responding to keystrokes

2019-11-16 Thread Alan Finger
Hi, I'm using TiddlyWiki5 on node js. The tiddler text editor has suddenly stopped accepting keystrokes. Markdown inserts work normally and all other fields can be typed into. This is consistent across several different browsers and computers. Any ideas how to troubleshoot? Thanks, Alan --

[tw5] Re: TiddlyWiki editor stopped responding to keystrokes

2019-11-17 Thread Alan Finger
It looks like the problem is specific to browsers using the Chrome engine. Fails with Chrome and Brave. Works ok with Firefox. On Saturday, November 16, 2019 at 3:36:01 PM UTC-5, Alan Finger wrote: > > Hi, > > I'm using TiddlyWiki5 on node js. The tiddler text editor has suddenl

[tw5] Re: TiddlyWiki editor stopped responding to keystrokes

2019-11-18 Thread Alan Finger
l codemirror editor > and see if its still a problem. It does not use a simple text area. > > Tony > > On Sunday, November 17, 2019 at 7:36:01 AM UTC+11, Alan Finger wrote: >> >> Hi, >> >> I'm using TiddlyWiki5 on node js. The tiddler text editor has suddenly