neo4jcommander3

3.2.7 • Public • Published

Chrome Extension + Graph App to edit data in neo4j graphs

See https://neo4jcommander.com for complete list of features, tutorials and more.

Follow us on twitter @netbizltd and facebook for updates!


3.2.7 @ 2023-04-25

  • New background licensing system

3.2.6 @ 2023-04-06

  • Export: New "cypherFormat" feature (see apoc.export.cypher.query)
  • Export: Fix using stream:true for apoc.export.cypher.query
  • General: Lib Updates

3.2.2 @ 2023-02-01

Introducing "Commander Queries": The fastest way to find nodes/relationships

Simple Example:

user username netbiz

Advanced Example:

transaction created ldt(2023-01-01).. in account of user 2 supervisor active true user

see https://netbizltd.com/neo4jcommander/help/filter/ for details and video

  • ALT-ENTER = execute query + load 1st result
  • tweaks, improvements, fixes, latest libs

2022-01


Previous Version 2

2.8.3 @ 2021-11-29

  • First version of the Official Chrome Extension at
  • Single build for Trial and PRO versions
  • Licensing: Main menu > License: Paste license code to unlock PRO version. Each license can be used once in the chrome extension plus once in neo4j Desktop. Customers will receive their license(s) via email after order and payment completion. Existing customers get license(s) per email.
  • NEW: Copy as JSON copies a node's data (including id, labels and all properties) to the system clipboard formatted as JSON. Temporal values are converted to strings. Click the secondard button on the "Copy as JSON" menu item to get temporal values as objects with fields like year, day, second.

2.7.0 @ 2021-10-04

  • Layout: Max use of screen space (responsive)
  • Layout: Node Header Save + more Options
  • Layout: Sticky Node Headers + Columns
  • Add Property: Auto-scroll view to added property
  • Clone: New "Unique Properties" dialog

2.6.7 @ 2021-08-24

  • Search Result: Performance boost, flip pages while query is still running, STOP button for long-running queries, collapse/expand list view using the eye button

2.6.6 @ 2021-07-29

  • FIX: Changing datatype from num[] to int[] would sometimes not work correctly

2.6.5 @ 2021-03-30

  • FIX: Properties Filter: ENTER key must not submit form, X clears filter
  • FIX: Filter: Query input now max 7 lines tall

2.6.4 @ 2021-03-24

  • NEW: Search can result in multiple nodes per row and opened/added at once
  • NEW: Search Result now supports pagination, shows when a few pages are loaded and loads the rest in the background (performance!)
  • NEW: Properties Editor shows value previews (performance!). Values can be edited in editor dialogs (text/code, calculator, array)
  • NEW: Properties Filter to quickly filter for relevant properties (auto-complete)
  • NEW: Auto-Reload from DB (PRO version)
  • NEW: Relationships Filter now supports NOT queries (like !TYPE for all relations NOT of a certain TYPE)
  • NEW: Relationships Filter is now auto-complete field showing all relation-types available on the node
  • NEW: Relationships "AND MORE" is now a button to load 10 more
  • NEW: CQL Buttons in several places to copy handy Cypher statements to the system clipboard
  • Many other minor improvements/fixes

2.5.4 @ 2020-12-12

  • NEW: empty input for temporal datatypes calls temporal function without parameter (e.g. localdatetime() => current timestamp)
  • NEW: set toolbar color in preferences, e.g. #F00 (=red) for production DB as a visual warning
  • NEW: force Light/Dark Mode or use OS preference

2.5.2 @ 2020-11-09

  • NEW: Array Editor Dialog for array values
  • NEW: Refresh list of labels in filter
  • NEW: Show red error markers for spatial and temporal properties that could not be parsed
  • Many performance improvements
  • Fix: Reload node data after APOC Merge

2.4.2 @ 2020-10-30

  • Performance: Refactored Main Menu, Export, Preferences, Fullscreen Text/Code Editor, Calculator
  • Fix: Checkboxes for boolean values sometimes did not initialize correctly

2.4.0 @ 2020-10-23

  • NEW in Texteditor: Syntax Highlighting for Markup (HTML, XML), Markdown, Velocity (Apache Template Enging), Cypher and JSON
  • Fix: N2Neo4j.dbId wasn't set correclty if APOC wasn't installed, could lead to not working Export / Query History
  • Lib Updates

2.3.0 @ 2020-10-09

  • NEW JSON + Cypher Export feature based on APOC export procedures including additional options (Format, Optimization, Separate, ...) and demo video
  • NEW Help system and quick tips integrated in numerous places of the UI linking to the new and improved online help pages

2.2.10 @ 2020-10-02

  • fixes and updated libs

2.2.8 @ 2020-08-25

  • NEW: MergeNodes (APOC)
  • NEW: Light/Dark Mode

2.2.0 @ 2020-08-08

  • NEW: Node Avatars
  • NEW: Relationships: ORDER BY

2.1.0 @ 2020-07-01

  • Pan editors view using middle-mouse-button in neo4j Desktop
  • Unknown datatype of empty arrays => show error on save
  • Lib Updates

2.0.22 @ 2020-06-10

  • In neo4j Desktop: Open neo4j Browser with query to get the nodes currently open in neo4j Commander

2.0.20 @ 2020-06-06

  • Cypher Export
  • Rebranded to "neo4j Commander"

2.0.18 @ 2020-06-04

  • Open shortest path of not-directly-connected nodes
  • Filter relationships by ID of relationship or connected node
  • Filter relationships by Cypher query
  • Clone node
  • Show total count of query result
  • Improved UI of query result
  • 1st build + tgz package + npm package for use as a GraphApp in neo4j Desktop

2.0.16 @ 2020-06-02

1st public version

  • View nodes and relationships and all of their data
  • Edit labels and properties of nodes and relationships
  • Create and delete relationships
  • Use and convert between all the datatypes of neo4j including temporal and spatial types as well as arrays
  • Built in calculator for numerical values to evaluate Javacript and Cypher
  • Full-screen multi-line text editor for large text values
  • Complete UNDO history for all operations including label and property changes of nodes and relations and node and relationship deletion!
  • Query history
  • Bookmarks: for editor setups you need frequently
  • Preferences: to set your favorite labels and properties to keep a clear view on your data

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i neo4jcommander3

      Weekly Downloads

      9

      Version

      3.2.7

      License

      UNLICENSED

      Unpacked Size

      9.07 MB

      Total Files

      20

      Last publish

      Collaborators

      • netbizltd