[tw5] Re: How to use the Vim mode in Code-Mirror?

2020-07-11 Thread clutterstack
> Maybe someone else will find this thread useful ;-) > > Very likely. :D -- 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

Re: [tw5] Re: Text based on field value (Plus ">" or "< " math operators)

2020-07-11 Thread 'Jake' via TiddlyWiki
> You might want to look at the brand new *compare* operator: > https://tiddlywiki.com/#compare%20Operator > Yeah-yeah. Thanks, Xavier! I found that some time ago. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Need opinions on adding proper attribution statements in publicly shared TiddlyWikis

2020-07-11 Thread CJ Veniot
G'day all, I'm just wondering if what I've done is good enough, or if I need to do some more to cover all the bases (whatever those bases are!) I'm kind of like a fish out of water here. A tiddler out of water ! Please, let me know what you think:

[tw5] Re: Another editor in the ViewTemplate

2020-07-11 Thread clutterstack
TW Tones, Thanks for taking the time to give such thoughtful feedback! I kept your comments in mind as I revisited this today. > >- I am tempted to reduce the size to one line since it enlarges as >needed anyway > > You're right, it does! I had thought in testing that it didn't.

Re: [tw5] Re: Text based on field value (Plus ">" or "< " math operators)

2020-07-11 Thread Xavier Cazin
Hi Jake, You might want to look at the brand new *compare* operator: https://tiddlywiki.com/#compare%20Operator -- Xavier On Sun, Jun 28, 2020 at 12:54 AM 'Jake' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > After a bit of trying I came to understanding, that for single value this >

[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-07-11 Thread _Phi / hpx1
Hi, thank you for your work, I found your plugin to be really useful and I like the folding sections. Do you plan to add *freelinks* in the future as well ? also just fyi, I've noticed an incompatibility between TOCgeneric 2.1.0 and the plugin SideEditor

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-11 Thread _Phi / hpx1
Hi, on my end, SideEditor 2.03 is not compatible with TOCgeneric 2.1.0 (https://hchaase.github.io/HC-Plugins/). When both plugins are activated, I have the same issues as John : - I can resize the editor, input text and validate. - I can not close the editor. - the checkmark remains

[tw5] Re: JSONMangler and nested JSON

2020-07-11 Thread Joshua Fontany
Hi, Great to see people experimenting with my tools. Two things to note. 1) 0-index based arrays can always have a new object written to an index equal to the length of the array. Example, "[0,1,2]", I can push "3" to {{MyJson##3}}, and it will be "[0,1,2,3]". Neat trick. 2) You can count an

[tw5] Re: Regex question

2020-07-11 Thread Guido B
Wow, this works like a charm! Another step taken on my TW learning curve!

Many thanks, Guido

Am Samstag, 11. Juli 2020 17:14:08 UTC+2 schrieb Eric Shulman:
>
> On Saturday, July 11, 2020 at 7:59:42 AM UTC-7, Guido B wrote:
>>
>> I use the following filter expression to list all tiddlers 

[tw5] Re: Regex question

2020-07-11 Thread Eric Shulman
On Saturday, July 11, 2020 at 7:59:42 AM UTC-7, Guido B wrote:
>
> I use the following filter expression to list all tiddlers where the field 
> "musiker" contains the title of the current tiddler: 
>
>> <$set name=name value= {{!!title}}>
>> <]" 

[tw5] Regex question

2020-07-11 Thread Guido B
Hi everybody

I have the following problem which I simply cannot figure out how to solve 
it:

I use the following filter expression to list all tiddlers where the field 
"musiker" contains the title of the current tiddler: 

<$set name=name value= {{!!title}}>
>
> <

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-11 Thread Jon
Hi Mat, I uninstalled then did advanced search for anything sideeditor-related and deleted those, then re-installed. Different behaviour this time but not working properly so must be clashing with something my end - not to worry, I'll wait for version 2.1. With regard to the resize corner -

[tw5] Re: Presenting: SideEditor 2.0 - A live editor floating by the river side...

2020-07-11 Thread Mat
clutterstack wrote: > > OK, I can use both the "bars" to move and resize the field now -- I don't > think I could see the bottom one before; or perhaps I was not very > observant. There's a standard-looking "corner" resize handle on the textbox > that doesn't do anything in FF or Safari on my

[tw5] Re: Another editor in the ViewTemplate

2020-07-11 Thread TW Tones
Chris, Thanks for sharing. You are right it is easy to use with minimum interface, nice. A few notes - I am tempted to reduce the size to one line since it enlarges as needed anyway - perhaps you could share some alternate examples of placing it in ones own tiddler, the sidebar