Friedrich Striewski

Results 6 comments of Friedrich Striewski
trafficstars

If you ended up here because you want to set a custom label for your nodes by using the advanced config. This worked for me: ``` // For a "Person"...

I had a similar issue with React and with a lot of trial and error I figured it out. You can set the default tooltip on specific nodes like this....

For the first problem, check the example from this repo for how it is done: https://github.com/neo4j-contrib/neovis.js/blob/master/examples/advanced-example.html

Issue with closing the dialog: Seems like you create the ChapterWizardComponent from CreationComponent (and not from WizardController) and pass undefined to the close function: https://github.com/carlonicora/obsidian-rpg-manager/blob/master/src/components/creation/CreationComponent.tsx#L117 In WizardController the close function...

Issue with create: You can just use campaignPath here, as element is undefined. https://github.com/carlonicora/obsidian-rpg-manager/blob/master/src/components/wizards/chapters/ChapterWizardComponent.tsx#L241 However then there is still an issue with the FileCreationService... I think this needs proper debugging