Skip to content

Cross-platform markdown editor built on top of Electron

License

Notifications You must be signed in to change notification settings

doryphores/down-quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Down Quark

Down Quark is a cross-platform markdown editor built on top of Electron.

Tech stack:

Screenshot - Editing Electron docs folder

Install dependencies

The repository has two package.json files: one for setting up the dev environment and one for the app itself. This helps to keep dependencies separate for packaging.

First, install dev dependencies (Electron runtime and helpers as well as JS and CSS transpilers):

> npm install

To install app dependencies and rebuild native modules for the Electron runtime:

> npm run install-app

To enable Git integration

The nodegit package is set as an optional dependency as it takes a long time to compile (and may not compile at all on Windows). The install-app script ignores optional dependencies so nodegit won't be installed. If you want Git integration, install nodegit separately with:

> cd app
> npm install nodegit

To run in development mode

To start Down Quark:

> npm start

To watch for JS and CSS changes:

> npm run watch

Build for your platform

> npm run package

This will package Down Quark for your platform and architecture.

Requirements for building on Windows:

Issue building on Windows with Git integration

I haven't been able to build nodegit for Electron on Windows. The issue has been raised here: #738.

Down Quark?

Down Quark is a markdown editor built on Electron. The electron is an elementary particle of the standard model, as a quarks. Quarks come in 6 flavours: up, down, strange, charm, top and bottom.

About

Cross-platform markdown editor built on top of Electron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published