Bittesehr:

[
    { "title": 
"$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:child-of" },
    { "title": 
"$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:sibling-of" },
    { "title": 
"$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:parent-of" },
    { "title": 
"$:/plugins/felixhayashi/tiddlymap/graph/edgeTypes/tw-list:married-with" },
    {
        "title": "Tom",
        "married-with": "Tina",
        "parent-of": "Timmy Tamara",
        "tags": "Family"
    },
    {
        "title": "Tina",
        "married-with": "Tom",
        "parent-of": "Timmy Tamara",
        "tags": "Family"
    },
    {
        "title": "Timmy",
        "child-of": "Tom Tina",
        "sibling-of": "Tamara",
        "tags": "Family"
    },
    {
        "title": "Tamara",
        "child-of": "Tom Tina",
        "sibling-of": "Timmy",
        "tags": "Family"
    }
]


A small, working genealogy example :-)

In my use case, edge types are known in advance, so the simple way 
suffices. Phew! No UUID mess :-)

Thanks again!

Uwe

Am Mittwoch, 22. Juli 2015 14:42:17 UTC+2 schrieb PMario:
>
> On Wednesday, July 22, 2015 at 1:41:05 PM UTC+2, Felix Küppers wrote:
>>
>> Hope this helps
>>
>
> An example JSON, that could be drag and drop imported imo would help a lot 
> ;)
>
> -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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ef21d153-e195-41d3-8c15-731aada81922%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to