Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread Charlie Veniot
Then for sure, back to your original question, that can definitely be done. A button somewhere that brings up the search tiddler in a modal. Search tiddler with an edit field (I imagine for the text field of a temporary tiddler). Below that edit field, a list widget with a filter that gets

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread arun babu
I don't want edit buttons. I just want to do a quick search and see the tiddler contents and edit them if needed. On Fri, 17 Jun 2022, 08:27 Charlie Veniot, wrote: > That does exactly what I was describing. If you don't need the formatting > buttons like bold/italics/etc., then you can

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread Charlie Veniot
That does exactly what I was describing. If you don't need the formatting buttons like bold/italics/etc., then you can definitely setup the same kind of thing for what you want. On Thursday, June 16, 2022 at 11:44:31 PM UTC-3 arunn...@gmail.com wrote: > Hi Charlie, > > The Basic Dialect form

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread arun babu
Hi Charlie, The Basic Dialect form has an edit box and preview option. Is something like that possible Arun On Fri, 17 Jun 2022, 08:09 Charlie Veniot, wrote: > A search option would be an edit text widget in which you type your search > criteria, and below that edit text widget would be a

[tw5] Re: Adding tool bar to an edit field

2022-06-16 Thread Jason Houle
I have hacked together the following in one of my wikis. I just wanted the toolbar hotkey functionality, so I included the style/class tagging to make the actual toolbar invisible. If you want to keep it visible, don't use the and you can also remove the outer
. It seems the <$edit> here

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread Charlie Veniot
A search option would be an edit text widget in which you type your search criteria, and below that edit text widget would be a list widget with a filter getting a list of all tiddlers matching your search criteria. I'd suggest that for each item in the list, you have a button that opens up

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread arun babu
Hi Charlie, I meant a standard search option (not filter search). May be limit the number of search results to avoid performance issues. I would like to view and edit those tiddlers within the modal itself, instead of opening them in the story river. Arun On Fri, 17 Jun 2022, 04:14 Charlie

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread Charlie Veniot
Let's see if I am understanding what you want to do. You want to pop open a modal, that presents a field used to filter a list of tiddlers. Are you saying you want to be able to edit each of the tiddlers you get in the search results? If you get a matching list of hundreds of tiddlers, you

[tw5] Re: Adding tool bar to an edit field

2022-06-16 Thread mervinme...@gmail.com
I call the edit-text macro using the following code: <$set name="tiddler" value={{$:/state/edit/hold!!hold}}> <$edit-text tiddler=<> class="full-width"/> .full-width {width: 100%;} Which allows me to edit the content of the indicated field. I hope this answers your question. Merv On

Re: [tw5] Re: BASIC Dialects Matrix TiddlyWiki

2022-06-16 Thread arun babu
Hi Charlie, Is it possible to create a search box within a modal such that one can edit the text field of the tiddler search results from within the same search modal window. Arun On Mon, 16 May 2022, 08:30 arun babu, wrote: > Hi Charlie, > > Thanks for the tip. It's works now. > > Arun. >

[tw5] Re: CamelCase-Rules

2022-06-16 Thread 'torax...@googlemail.com' via TiddlyWiki
That was the reason, why I asked for the rules. I couldn't figure out, under wich rules. it works. In one case it reacted even with accent-chars, on others there was no reaction at all with the mix of lower and upper case A-Z / 0-9 only… PMario schrieb am Donnerstag, 16. Juni 2022 um 23:08:58

[tw5] Re: CamelCase-Rules

2022-06-16 Thread PMario
On Thursday, June 16, 2022 at 10:50:37 PM UTC+2 torax...@googlemail.com wrote: > It was in my old installations disabled. So I am aware of it. I simply > wanted to give that feature a shot, but noticed, it works very inconsistent. > I don't think it's inconsistent. It's a parser option and

[tw5] Re: CamelCase-Rules

2022-06-16 Thread 'torax...@googlemail.com' via TiddlyWiki
It was in my old installations disabled. So I am aware of it. I simply wanted to give that feature a shot, but noticed, it works very inconsistent. So I think it's best to view it as experimental. Would be a nice feature, but I need a reliable behaviour and not the 1st time left and next time

[tw5] Re: CamelCase-Rules

2022-06-16 Thread strikke...@gmail.com
Maybe look here CamelCase and https://tiddlywiki.com/#How%20to%20turn%20off%20camel%20case%20linking. On Thursday, June 16, 2022 at 10:23:11 PM UTC+2 torax...@googlemail.com wrote: > Skimped a little bit through the discussions around this topic. Is my >

[tw5] Re: CamelCase-Rules

2022-06-16 Thread 'torax...@googlemail.com' via TiddlyWiki
Skimped a little bit through the discussions around this topic. Is my impression right, that this feature doesn't work as intended? It's a little bit confusing, because the topic is spread in several threads and I am not so involved in this project, like it seems neccessary. Thanks.

[tw5] Re: CamelCase-Rules

2022-06-16 Thread 'torax...@googlemail.com' via TiddlyWiki
Hi PMario, until now I didn't used it, but I intend too. At the moment I am overhouling my TW-template, because the earlier tries where to half hearted. To If you can tell me the _current_ rules for 5.2.2, would be fine enought. Thanks and cheers. PMario schrieb am Donnerstag, 16. Juni 2022

[tw5] Re: Adding tool bar to an edit field

2022-06-16 Thread PMario
On Thursday, June 16, 2022 at 9:47:30 PM UTC+2 mervinme...@gmail.com wrote: > Is there a way to call the edit tool bar and apply it to a form created > using the EditTextWidget? There is no such possibility at the moment, if your forms are in view mode. .. Could you be more specific, how your

[tw5] Re: CamelCase-Rules

2022-06-16 Thread PMario
Hi, As you wrote CamelCase it's exactly that. ... It depends on when you started using them. There have been some discussions lately, if we should switch the flag for CamelCase links off by default. .. At the moment the rule is on by default. -mario -- You received this message because you

[tw5] Adding tool bar to an edit field

2022-06-16 Thread mervinme...@gmail.com
Is there a way to call the edit tool bar and apply it to a form created using the EditTextWidget? Merv -- 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

[tw5] CamelCase-Rules

2022-06-16 Thread 'torax...@googlemail.com' via TiddlyWiki
Hi @all, i am just try to understand, what are the conventions for CamelCase in TW? Is it a general "you've to start with a uppercase A-Z, and then there has to be a 2nd one anywhere"? Thanks for a short hint. Cheers. -- You received this message because you are subscribed to the Google