[tw5] Re: New TiddlyTools time feature: **Interactive Calendar**

2020-09-05 Thread Guido B
This is brilliant and very hackable! Just one remark: there is a typo in the showmonth-macro: in the fifth line, it should be "[calendar_highlight]" and not "[calendar_highight]". Best, Guido Am Samstag, 5. September 2020 04:49:01 UTC+2 schrieb Eric Shulman: > > Hi all, > > I'm pleased to annou

[tw5] Re: Quick Tag Editing?

2020-08-11 Thread Guido B
You find an example of such a toggle button here: http://tw5custom.tiddlyspot.com/#Add%20tagging%20in%20view%20mode Am Dienstag, 11. August 2020 22:28:56 UTC+2 schrieb amreus: > > > I recently found Mohammad's View Fields plugin which quickly toggles all > tidder's fields and makes the available

[tw5] Re: Newbie question on split and regexp

2020-06-18 Thread Guido B
OK, I finally found the solution myself: <$set name=contact value={{!!kontakt}}> <$list filter="[splitregexp[, ]]" variable="item"> <sort[title]]">> Am Donnerstag, 18. Juni 2020 10:33:41 UTC+2 schrieb Guido B: > > Hi > > I&#x

[tw5] Newbie question on split and regexp

2020-06-18 Thread Guido B
Hi I'm still new to TW and I continue to struggle with the filter syntax. Here is what I try to achieve: - I use TW to jot down notes during conversations - I use a custom field ("kontakt") to record who has attended a meeting - For that purpose I use an abbreviation of the persons na

[tw5] Re: Plugin prototype: Command Palette

2020-06-14 Thread Guido B
Also from myself, many thanks for this wonderful plugin. As to my point from last week regarding the Edge browser problem: I transpiled your commandpalettewidget.js file with Babel and an es2015 preset and now the plugin works also in the Edge browser. So you don't have to deal with the issue a

Re: [tw5] Re: Plugin prototype: Command Palette

2020-06-11 Thread Guido B
dge! > > > Best wishes > Mohammad > > > On Thu, Jun 11, 2020 at 10:27 AM Guido B > wrote: > >> Souk21, >> >> Great plugin and it would fit perfectly into my workflow. Using it on my >> Mac with Safari or Firefox works fine. However, using it on a W

[tw5] Re: Plugin prototype: Command Palette

2020-06-10 Thread Guido B
Souk21, Great plugin and it would fit perfectly into my workflow. Using it on my Mac with Safari or Firefox works fine. However, using it on a Windows10 machine running the Edge browser, I get the following error message: "Undefined widget 'commandpalettewidget'". Being not a JS-person, I have

[tw5] Re: Use of external image in macro

2020-06-07 Thread Guido B
gt; <$macrocall $name="myMacro" myPath= {{titel of image > tiddler!!_canonical_uri}}/> > > Nicolas > > > On Sunday, June 7, 2020 at 8:25:31 AM UTC+2, Guido B wrote: >> >> Hi >> >> I started using TW a couple of weeks ago and I love it. Howe

[tw5] Use of external image in macro

2020-06-06 Thread Guido B
Hi I started using TW a couple of weeks ago and I love it. However, I still struggle with the syntax. Here's my problem: - I make external images available through _canonical_uri. - I would like to use these images not only by transcluding them, but also by referring to them in a mac