Riccardo
Riccardo
I should add, a possible workaround could be to simply match the shapes of the two objects (basically the items of `graph.links` could have an `id` instead of simply being...
Thanks for reporting that @Tenormis. Looking at the `force-graph` types [here](https://github.com/vasturiano/force-graph/blob/master/src/index.d.ts#L17), `link.source` and `link.target` can indeed be either object or string (although I don't understand the mechanism). So I am...
Thanks @MilesMcBain - here are my comments: 1. I am not sure I follow this part: the identifier can contain an extension, in which case `needle` would match. Also, if...
Yeah I feel that part of the codebase is a bit clunky, we are reviewing it as part of https://github.com/foambubble/foam/pull/1391 - still, an identifier is basically the minimum reverse path...
Yes, there are a few features that would make the graph more helpful. For now I am collecting those (see `foam-dataviz` tag for an overview), also happy for some support...
I believe this has been fixed some time back, so I am closing it. @dvalde0 can you please validate? Thanks!
Hi @simonB2020 - I have found the issue, and will release the fix soon, will be addressed in 0.26.6
Thanks for the contribution @guestieng Can you help me better understand the problem this PR addresses? Specifically, what user set up and/or use case is this meant to help with?...
Thanks for the clarification, have you considered creating multiple`.workspace` files to handle these situations? That should solve the first case you are mentioning. Regarding the shared templates, we did have...
Closing for inactivity