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 have Notes (the analogues to Tiddlywiki's tiddlers) 
> dynamically and selectively inherit their Attributes from other Notes, as 
> described here 
> <https://github.com/zadam/trilium/wiki/Attribute-inheritance> and here 
> <https://github.com/zadam/trilium/wiki/Template>. In Trilium, Attributes 
> <https://github.com/zadam/trilium/wiki/Attributes> are similar to 
> Tiddlywiki's fields with extra built-in features.
> Inheritance is convenient as it saves a lot of time when creating and 
> organizing notes, plus it makes maintenance very straightforward.
>
> Can/could Tiddlywiki achieve something similar?
>

Sure, if someone would program it. ... BUT there is absolutely no support 
in the core atm. So nothing will work. Especially filtering would have a 
big problem.

TLDR;
IMO you should probably tell us, what exactly you want to inherit, so we 
can tell you how to implement it in "the TW way", which will be more 
efficient in the long run.

------------------------

>From your links, it seems some "attributes" are "indirectly" inherited. eg: 

parent has (key-a: value-a)
   |
   +-- child 1 .. will inherit (key-a: value-a) from parent
   +-- child 2 .. will inherit (key-a: value-a) from parent

If child 2 is moved to 
test has (key-b: value-b)
   |
   +-- child 2 .. will inherit (key-b: value-b) from test

This behaviour can have some "nice" effects, if you know, that they exist. 
... BUT it also "connects" 2 elements in a way, that they only can exist 
together without loosing information. ... That's not how TW is designed. 

In TiddlyWiki, "a tiddler is a tiddler is a tiddler". ... So they should be 
usable, even if used or moved as a single unit. 

We do have other mechanisms, that let us "connect" 2 tiddlers. .. Tags, New 
Here, New Journal here, links and transclusions ... 

Tags are like "groups"

New xxx ... Some fields from a "template" tiddler are copied over to the 
new tiddler. ... This can be changed, if you create your own buttons. 

[[links]] ... Are handled by the core in a special way, so showing 
"backlinks" can be fast. 

{{transclusions}} ... connect 2 tiddlers in an "indirect" way. ... So they 
can live alone, but they are not "complete" if they are alone. 

-mario

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/87a0869d-4aee-4171-bf9f-f02cd1dcb006n%40googlegroups.com.

Reply via email to