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.
https://github.com/user-attachments/assets/60390166-baec-49a7-92e5-2d6308f5a31d
https://github.com/user-attachments/assets/5616f35c-066d-472b-8208-ab93abf79882
https://github.com/user-attachments/assets/1c5554f1-2165-440f-9751-a6eb87303059
https://github.com/user-attachments/assets/f934bdeb-17dc-4d3e-88d3-1a4b115cf77d
There are many ways in which you can participate in this project, for example:
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:
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).