Reputation: 1
I am currently using Neo4j and wanted to update the default captions and the colors of the nodes. For that purpose, I used the :style
command on the Neo4j browser.
Then I downloaded the style.grass
file, made the changes in VSCode, and uploaded it back to the browser. However, I want to automate this process rather than manually uploading the style file every time.
Is there a way I can make changes to the file and have it reflect directly in the Neo4j browser without manual intervention? I’m looking for a dynamic approach to achieve this.
I found the following helpful links that guided me on how to update the style.grass
file:
GitHub Pull Request on Neo4j Browser Styles (most helpful)
But for frequently changing styles, the manual approach doesn't seem promising.
Upvotes: 0
Views: 13