ionide-webview

WebPreview in Atom editor

Ionide

9,410

2

1.0.3

MIT

GitHub

Ionide-Webview

It's part of Ionide plugin suite. In-editor preview of web applications.

Configuration

ionide-webview allows the user to override the default conventions used to run and preview web applications. To do so You need to create an .ionide file in the root folder of Your project opened by Atom. The configuration file uses the TOML language.

Here is the default configuration values used if the .ionide file doesn't exist or some entry is missing:

[WebPreview]
linuxPrefix = "mono"
command = "packages/FAKE/tools/FAKE.exe"
host = "localhost"
port = 8888
script = "build.fsx"
build = "Serve"
startString = "listener started"
parameters = []
startingPage = ""

Join the chat at https://gitter.im/ionide/ionide-project -- Need Help? You can find us on Gitter

Build

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.