Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 786 Bytes

README.md

File metadata and controls

51 lines (30 loc) · 786 Bytes

grovebook-editor README

Edit Grovebook files in VSCode.

Features

  • Open Grovebook files in VSCode

Requirements

  • Grove installed on a GraphXR server
  • API Key for the GraphXR server

Extension Settings

This extension contributes the following settings:

  • grovebook.apiKeys: Map of GraphXR server origins to their corresponding API keys. For example:
    {
      "https://my-graphxr-server.com": "my-api-key",
      "https://another-server.com": "another-api-key"
    }

Known Issues

  • None

Contributing

vsce package vsce publish

Release Notes

1.0.0

Initial release of Grovebook Editor.

1.0.1

  • Fixed the API Key

1.1.0

  • Open file with markdown language for appropriate syntax highlighting

1.2.1

  • Save to ~/.kineviz-grove