Preview & Execute

Preview Html

QuickEdit can preview html files in built-in web browser directly, which will greatly improve your workflow while building website.

QuickEdit also includes Edura plugin, which is a console for mobile browsers, to easily debug your web page.



Preview Makedown

QuickEdit can preview markdown files, the same way as preview html files.

QuickEdit will translate Markdown language dynamically and render it in built-in browser.

The same as previewing html, if your markdown file is not local, the relative paths to other resources may not be rendered correctly.

Compile & Execute

QuickEdit has an online compiler which can compile coding files in more than 30 different languages (Python, PHP, Java, JS/NodeJS, C/C++, Rust, Pascal, Haskell, Ruby, etc).

When editing supported languages, the execute button will be visible, click it to launch the compilation and execution process.

QuickEdit automatically detects the programming language based on the file extension, such as a *.py file for Python. If your file doesn't have an extension, you can manually select the syntax from the toolbar, and the execute button will also become available.



Compiler Supported Languages

Following languages are supported to preview or execute:

Assembly, Bash, Basic, C, C#, C++, Clojure, Elixir, Erlang, F#, Fortran, Go, Haskell, Html, Java, JavaScript, Kotlin, Lua, Markdown, OCaml, Pascal, Perl, PHP, Prolog, Python, R, Ruby, Rust, Scala, SQL, Swift, Visual Basic.