Skip to content

appt2/Ghost-web-ide

Repository files navigation

Ghost web ide

Image App

Install from myket

Telegram Group

Telegram Group

features

  • Support for multiple languages

  • Free App

  • Run python

  • pip (80%)

  • Material Colors

  • Auto save

  • Git support

  • Plugin system

  • File Reader html

  • Sass and Scss Compiler

  • Java and Kt Compiler

  • Ruby Compiler

Supported Languages

    • HTML
    • CSS
    • JavaScript
    • Python
    • PHP
    • Java
    • Kotlin
    • swift
    • C++
    • C#
    • Ruby
    • shell
    • markdown
    • go

Note

What changes are supported?

Refactoring codes Improve the speed of the program

Cooperation Request

You can apply for Ghost Web development cooperation but under the following conditions

  • For testing, you can use test

  • Create a new attribute from attribute

  • You can use refactor to clean the code refactor

Features that are not accepted!

  • This project is 100% with Java, and if you are a Kotlin developer, your request will not be accepted except in special circumstances

Developer

I must say that you do not have the right to register the program under your own name. It is an open source program and is released under the Ghost Web brand

Code snippet

  • The code snippet in GhostWeb is a little different than the json sample that is required

Fa json

{
  "snippet1": {
    "description": "این یک قطعه کد تستی است",
    "prefix": "test",
    "body": "console.log('این یک تست است');"
  },
  "snippet2": {
    "description": "قطعه کد دیگری برای تست",
    "prefix": "test2",
    "body": "console.log('تست دوم');"
  }
}

En Json
 
 {
   "snippet1": {
     "description": "This is a piece of test code",
     "prefix": "test",
     "body": "console.log('This is a test');"
   },
   "snippet2": {
     "description": "Another piece of code to test",
     "prefix": "test2",
     "body": "console.log('second test');"
   }
 }

Note

You can put any name you like, but English and with small letters like Jason's example. In the future, all supported languages ​​of Ghost Web support this feature.