steps
-
installation
-
clone this repo to
~/Library/Application Support/Sublime Text 3/Packages
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages $ git clone https://github.com/sqlcook/Sublime-Neo4j.git
-
-
configuration
-
Preferences -> Package Settings -> Neo4j Menu
{ "neo4j_api" : "http://localhost:7474/db/data/cypher", "neo4j_user" : "neo4j", "neo4j_password" : "node" }
-
-
keymap
-
results are displayed in the console
ctrl+~
-
run query with
ctrl+r
-