This repository ("Haystack Editor
") is where we (Haystack Software) develop the Haystack Editor product together with the community. Not only do we work on code and issues here, we also publish our roadmap. This source code is available under the [PolyForm Strict License 1.0.0] (https://polyformproject.org/licenses/strict/1.0.0).
Haystack Editor is a distribution of the Haystack Editor
repository with specific customizations released under a terms of service.
Haystack Editor combines the simplicity of a code editor with a canvas UI that makes it easier to understand code at a glance It provides comprehensive code editing, navigation, and understanding support along with lightweight debugging, a rich extensibility model, and lightweight integration with existing tools.
Haystack is updated weekly with new features and bug fixes. You can download it for Windows, macOS, and Linux on Haystack’s website.
Canvas.Workspace.Demo.Final.2.mp4
Explorer.View.mp4
Keyboard.Jumping.mp4
Generate.Function.Demo.Trimmed.mp4
There are many ways in which you can participate in this project, for example:
- Submit bugs and feature requests, and help us verify as they are checked in
- Review source code changes
- Review the documentation and make pull requests for anything from typos to additional and new content
If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:
- How to build and run from source
- The development workflow, including debugging and running tests
- Submitting pull requests
- Finding an issue to work on
- Ask a question on Discord
- File an issue
- Follow @AkshaySubr42403 and let us know what you think!
Many of the core components and extensions to Haystack live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter repositories are separate from each other. Another example is the Pixi repository.
Haystack includes a set of built-in extensions located in the extensions folder, including grammars and snippets for many languages. Extensions that provide rich language support (code completion, Go to Definition) for a language have the suffix language-features
. For example, the json
extension provides coloring for JSON
and the json-language-features
extension provides rich language support for JSON
.
Copyright (c) Haystack Software Inc. All rights reserved.
Licensed under the [PolyForm Strict License 1.0.0] (https://polyformproject.org/licenses/strict/1.0.0).