[tw5] Re: IDEA Multi-line Fields ... Possible implementation

2022-03-06 Thread damscal
Hi all, the idea seems very good to me, especially if coupled with a system aimed towards frictionless editing such as saqimtiaz's streams plugin plus some good autocompletion plugin. I cannot tell which architecture might be the best, but I'd be looking

[tw5] Re: Dynamically modifying core tiddlers

2022-03-06 Thread damscal
, dam On Sunday, March 6, 2022 at 4:21:52 PM UTC+1 damscal wrote: > Thank you very much Mario and Jeremy. I have proposed the additional > cascade on github <https://github.com/Jermolene/TiddlyWiki5/issues/6510>, > hopefully it can be implemented in one of the future upgrades.

[tw5] Re: Dynamically modifying core tiddlers

2022-03-06 Thread damscal
nds the user to review the diff to check that things aren't broken. 5. if the plugin upgrade makes the customisation obsolete, the user can simply delete $:/plugin/some-tiddler Thank you all, Dam On Sunday, February 27, 2022 at 4:49:45 PM UTC+1 jeremy...@gmail.com wrote: > Hi

[tw5] Re: Dynamically modifying core tiddlers

2022-02-26 Thread damscal
Edit: I have tried to develop this use case without modifying the core (through CSS styling), but it seemed unfeasible when working with tag pills. On Saturday, February 26, 2022 at 1:02:21 PM UTC+1 damscal wrote: > Use case: I'm trying to overwrite a few core tiddlers to introduce a > c

[tw5] Dynamically modifying core tiddlers

2022-02-26 Thread damscal
Use case: I'm trying to overwrite a few core tiddlers to introduce a cascade filter mechanism (similar to the ones implemented in $:/core/ui/TagTemplate to set the tag icon and colour) to allow flexible customization of tags text labels. In particular, to allow displaying different fields

[tw5] Re: Hide title and show caption

2021-05-22 Thread damscal
; \end solved the issue On Saturday, May 22, 2021 at 1:55:19 PM UTC+2 damscal wrote: > @Mat > > Using your alias view template > <http://aliases.tiddlyspot.com/#Alias%20ViewTemplate> I had problems > trying to make it work when using a macro in the alias field > > I

[tw5] Re: Hide title and show caption

2021-05-22 Thread damscal
@Mat Using your alias view template I had problems trying to make it work when using a macro in the alias field I use the following macros to dynamically set the value of the alias field as the first element of the 'aliases' field:

Re: [tw5] Re: INTRO: tocP - Parent field based Table Of Content

2021-05-17 Thread damscal
, whichever is more appropriate. Unfortunately I know little of TW's APIs myself. On Monday, May 17, 2021 at 12:34:10 PM UTC+2 PMario wrote: > On Monday, May 17, 2021 at 12:15:07 PM UTC+2 damscal wrote: > >> Thank you Mario for this useful plugin >> > > You are welcome

Re: [tw5] Re: INTRO: tocP - Parent field based Table Of Content

2021-05-17 Thread damscal
Thank you Mario for this useful plugin As far as I'm understanding, the parent field only accepts a single tiddler, not a list, and the toc is forced to be strictly hierarchical (there can only be a single path to each listed tiddler). Am I right? On Monday, July 22, 2019 at 8:00:30 AM UTC+2

[tw5] Re: fields inheritance

2021-05-14 Thread damscal
On Thursday, May 13, 2021 at 1:53:17 PM UTC+2 Soren Bjornstad wrote: > It really would be very helpful if you could give an example use case. I'll try to: 1. Lets say, for instance, that I need to save some contacts info (like names, email addresses and so on). I'm going to create a tiddler

[tw5] Re: fields inheritance

2021-05-13 Thread damscal
n that would copy the tags >> and description of the current tiddler to the newly created tiddler, set >> the `year` field to the current year, and set the `url` field to the >> contents of some configured tiddler containing a base URL plus the title of >> the current tid

[tw5] Re: fields inheritance

2021-05-12 Thread damscal
. to query Notes based on their relations. On Wednesday, May 12, 2021 at 8:12:03 PM UTC+2 PMario wrote: > On Wednesday, May 12, 2021 at 6:42:35 PM UTC+2 damscal wrote: > >> Trilium <https://github.com/zadam/trilium> provides quite intuitive >> built-in ways to h

[tw5] fields inheritance

2021-05-12 Thread damscal
Trilium provides quite intuitive built-in ways to have Notes (the analogues to Tiddlywiki's tiddlers) dynamically and selectively inherit their Attributes from other Notes, as described here and