Neo4j 2.0.1 Browser - Display Node Properties (In addition to ID property)

neo4j

Solution

Currently you can only display node-property OR node-id as caption, use the popup dialog that shows when you click on a node or relationship.

The styling is configured per Label type and stored as a graph style sheet (GRASS) in your browsers local storage. You can also download these files to edit them and drag to upload them again.

Problem

I am new to Neo4j. I am using v2.0.1. By default the browser application's stream (output) section only displays the ID properties of the nodes in the graph db. I have added several nodes with additional properties and relationships. When the graph is displayed in the stream window I only see default ID inside of the node pictures. When I click on the node a popup will show all my properties. I would like to know if there is a configuration or style setting to cause a more useful property to be displayed so that the visible graph's nodes can be seen in a more useful way in the Neo4j browser. thanks

Original source