notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Export uses IDs in multiple places but does not include the IDs itself

Open ironjan opened this issue 3 years ago • 1 comments

Expected behavior

Personally, I have a strong preference for variant 1 in the following examples; names can be ambiguous.

Example (YML) with added Id entry in line 3:

  - Gender: Male
    Age: '60'
    Id: Character-1035946
    Name: Werner
    Role: Innkeep
    Motivations: Having a nice life with his wife.
    Spouses: '["Character-1035947"]'
    Occupation: Inn-Keeper in Gildan.

Example (YML) with dereferenced Id, i.e. name in Spouses-field.

  - Gender: Female
    Age: '60'
    Name: Brunhild
    Role: Innkeep
    Motivations: Having a nice life with his wife.
    Spouses: ["Werner"]
    Occupation: Inn-Keeper in Gildan.

Actual behavior

Like the first example above but without any way to find who Character-1035947 is referring to.

The problem occurs for other references, e.g. Locations, too:

    "Notes": "...[[Character-1035945]] wuchs mit [[Character-1035950]] in [[Location-219090]] auf. ...."

Steps to reproduce the behavior

  1. go to https://www.notebook.ai/my/data/export
  2. export something (in this case YML).

As far as I can tell, this occurs for all export types.

ironjan avatar Jan 02 '22 19:01 ironjan

+1, this makes the export feature not very useful.

averyjohnston avatar Mar 05 '22 01:03 averyjohnston