Skip to content

quadre-code/quadre

 
 

Repository files navigation

Quadre

Windows, Mac, Linux: Build Status

This project is based on a fork of Brackets-Electron which was a fork of Adobe Brackets.
It was started with the idea to experiment and try new things.
If you are looking for the successor of Adobe Brackets after its sunset on 1 spetember 2021, you should go to Brackets.

How did Brackets-Electron differ to regular Brackets?

Brackets-Electron x.y.z will follow x.y of Brackets releases, with z being reserved for patches and merges of latest features which are available in brackets master repository and planned to be released in the next version. This way you can preview the upcoming features without running brackets from source.

  • CEF shell is gone, improves experience mainly to Linux users
  • shell websocket server is gone, improves performance and stability for node domain code
  • node domains run in their own processes, improves perfomance as they don't block each other

How does Quadre differ?

Quadre will probably make many breaking changes along the road.

How to hack

run npm run dev in one terminal, npm start in the other, be sure to do the usual updates (git pull, git submodule update, npm install, etc) before.

How to build from master

git clone https://github.com/quadre-code/quadre
cd quadre
git submodule update --init
npm install
npm run dist

You'll find runnable Quadre in dist-build directory.


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

An open source code editor for the web, written in JavaScript, HTML and CSS.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.5%
  • TypeScript 32.7%
  • HTML 13.0%
  • Less 2.2%
  • CSS 1.2%
  • PHP 0.2%
  • Other 0.2%