Skip to content

Ph0enixKM/Illiade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Illiade

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

Instalation (MacOS)

Download Illiade-MacOS.zip from release page

Installation (Linux)

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!



CLI

  • 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

Compiling (MacOS/Windows)

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.

Prerequisities:
  1. Download NodeJS installer and run it from this website (Node version 10 is required)
  2. Install build tools in CMD run as Administrator npm install --global --production windows-build-tools
  3. Install electron-rebuild npm package globally npm i electron-rebuild -g
Recipe
  1. Clone Illiade Repository
  2. Run npm i
  3. Run npm run rebuild-pty
  4. Run npm run package-win
  5. Done πŸŽ‰

Your Illiade will be waiting for you in dist-app directory

Troubleshooting

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

Upcomming changes

🀞 - 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 [πŸ‘]