/livewire

A simple web content editor built with Electron

Primary LanguageJavaScript

Livewire

A simple web content editor built with Electron.

Livewire

Features

  1. Multiple Formats: Supports both AsciiDoc and GitHub Flavored Markdown

  2. Easy to find files: Double-click on the file name in the tab and an Explorer/Finder window will appear with the file selected.

  3. Global Shortcut: For an easy way to return back to Livewire, just press CTRL + F12 (or CMD + F12 on a Mac) to bring the Livewire window to focus and on top of all windows.

  4. Distraction-Free Writing: You can toggle full screen mode by pressing CTRL + SHIFT + F and toggle auto-hide of the menu by pressing CTRL + SHIFT + M.

  5. Save As HTML: From the File menu you can select to save your current document as HTML or you can use the CTRL + SHIFT + H shortcut.

For more information make sure to read the wiki.

Installing and Running the App

Windows Installer

You can download the v1.0 Windows 64-bit installer here.

Cloning

Clone this repository:

$ git clone https://github.com/infragistics/livewire.git

Install gulp:

$ npm install --global gulp

Install the Livewire dependencies:

$ npm install

Start the application

$ npm start

Happy writing!