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

(feature request) Browser: import/export queries #3947

Closed
mindrones opened this issue Feb 5, 2015 · 1 comment
Closed

(feature request) Browser: import/export queries #3947

mindrones opened this issue Feb 5, 2015 · 1 comment

Comments

@mindrones
Copy link

Import

  • Instead of dragging files from the file explorer/finder, it would be more practical to have a button "Import" that opens a classical file selector. This would avoid finding the Finder window, move it a bit, then drag the files.
  • It would be nice to import a whole folder, maybe constraining the permitted files to a certain extension? (.cql?)

Export

  • It would be useful to be able to export single queries to file just by pressing a export button, which would open a file selector where we can navigate a folder and set a name for this export file.

  • if this gets implemented, it would also be useful to export a favorites "folder" as:

    • a single .cql containing all queries, OR
    • a file per query

    In this second case, a convention could be that if queries start with a comment then we use that as file title.

    Example

    Query:
    // find all animals
    match (n:animal) return n

    Automatic filename:
    find_all_animals.cql

@oskarhane
Copy link
Member

This issue was moved to neo4j/neo4j-browser#136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants