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

Exporting Foam graph to html #1351

Open
PhilB-RLB opened this issue Apr 26, 2024 · 2 comments
Open

Exporting Foam graph to html #1351

PhilB-RLB opened this issue Apr 26, 2024 · 2 comments

Comments

@PhilB-RLB
Copy link

PhilB-RLB commented Apr 26, 2024

Is your feature request related to a problem? Please describe.

Not related to a problem.

Describe the solution you'd like

In order to use the Foam graph (which is great) in a static site generated with hugo I think the best way would be to be able to export Foam graph to an html file.

Why looking at the Foam sources, one can read in the file ../dataviz/index.html the following :

To test the graph locally in a browser:
1. copy the json data object received in the message payload
2. paste the content in test-data.js
3. uncomment the next <script ...> line
4. open this file in a browser

  <script src="./test-data.js"></script>

So I think that Foam can export the graph data to the file test-data.js then we can obtain an html file which will show the graph and can be embedded in a static site. But maybe I'm wrong.

If I'm not wrong, what would be the structure of the test-data.js ?The one provided with foam contains (see test-data.js ) :
window.data = {
nodes: [],
edges: []
};

Any help on this feature ?

Phil.B

Describe alternatives you've considered

No alternatives considered.

Screenshots or Videos

No response

@riccardoferretti
Copy link
Collaborator

So, yes, the idea is there. The reason why I haven't made that public is that I would have preferred to first turn it into a standard graph format (e.g. d3), but I haven't had a chance to dig deep enough into it to find a "suitable" representation.
Of course, the easiest solution would be to just export our format and let people deal with it.
We can at that point also have an "Export graph data" command to easily generate it.

Any suggestion?

@PhilB-RLB
Copy link
Author

I think that having an option to 'Export Graph Data' from Foam would be great.

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