Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ironjan opened this issue Jan 2, 2022 · 1 comment
Open

Comments

@ironjan
Copy link

ironjan commented Jan 2, 2022

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.

@amandaejohnston
Copy link

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

@ironjan ironjan changed the title Export uses IDs instead in multiple places but does not include the IDs itself Export uses IDs in multiple places but does not include the IDs itself Mar 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants