Advanced Editor

Edit and save scripts and pages to files or a database. Electron required.

Advanced Editor

Advanced Editor is a source editor specifically designed for users who often switch between projects. It operates locally with Electron.

Performance Highlights:

Why the database?

The created database is easy to use in the application. It can also be downloaded to a website and used with SQL.js, and you can execute functions and objects from the database if they are written in WebAssembly or JavaScript.
Then the database works as a module, with the advantage that you can dynamically change its contents or add new functions. Your program can evolve, learn from its results, change its methods and replace them in the database.

Install Advanced Editor

  1. Install Node.js.
  2. Go to the root of the disk and install Electron with this command :
    npm install electron -g
  3. Download the Advanced Editor and extract the content.
  4. Create a desktop icon containing the following command:
    electron c:\cryonieEditor\
    Le système mettra à jour le chemin d 'electron. Le répertoire de travail est celui de Cryonie.
  5. Then you can launch the program by clicking on the icon.

Download and versions

User Manual