Current stable version: Illiade Pillar
The official Phoenix Arts IDE.
Download newest release here
Once installed you can run the executable
or if you have Ubuntu | Debian | Lava operating system
you can easily run it with illiade
or shortname illi
Download Illiade-MacOS.zip from release page
Illiade can be easily installed on linux via this command:
curl -s https://raw.githubusercontent.com/Ph0enixKM/Illiade/master/installer.sh | bash
And that"s it. The terminal will install Illiade for you!
- Open current directory
illi .
- Open current directory as a separate process
illi . &
- Open custom directory
illi ./my-cool-project
- Open custom file
illi /home/user/file.md
It is adviced to use Linux / MacOS operating system for development on Illiade IDE. If you want to get Illiade working on Windows then below I have written what must be done after finished downloading.
- Download NodeJS installer and run it from this website (Node version 10 is required)
- Install build tools in CMD run as Administrator
npm install --global --production windows-build-tools
- Install electron-rebuild npm package globally
npm i electron-rebuild -g
- Clone Illiade Repository
- Run
npm i
- Run
npm run rebuild-pty
- Run
npm run package-win
- Done π
Your Illiade will be waiting for you in dist-app
directory
Installer can"t install Illiade with dpkg
Solution would be to run this "zip" version of installer:
curl -s https://raw.githubusercontent.com/Ph0enixKM/Illiade/master/installer.sh | bash -s zip
π€ - In progress | π - Done and ready
- Make comments darker in the default theme [π]
- Add bash / shell icon for BashScripts [π]
- Refactor code for better maintaining [π]
- Windows - File Open error fix [π]
- Create File and Create Directory [π]
- Ambient sound behavior improvements [π]
- Open File Directory [π]
- Suggestion Bar Style updated [π]
- Renaming files automatically changes the opened file [π]
- Terminal moving with keyboard [π]
- Illiade user guide [π€]
- Restrict left panel to some size range [π]
- Save left panel size [π]
- Left panel animation [π]
- VueJS syntax integration [π]
- React syntax integration [π]
- Restrict terminal moving [π]