An open API service indexing awesome lists of open source software.

https://github.com/wolfiezero/scriph

another electron based markdown editor
https://github.com/wolfiezero/scriph

electron electron-app macos markdown react reactjs

Last synced: 3 months ago
JSON representation

another electron based markdown editor

Awesome Lists containing this project

README

          

# Scriph

A simple markdown editor.

## Why "Scriph"?

It comes from the Irish word "scríobh", which translates to "writing"
but wasn't sure if anybody would get the pronunciation,
so I made it more... English friendly.

## Dev Setup

Make sure you have [Yarn](https://yarnpkg.com/) installed.

1. Clone repo to local machine
2. Run `yarn` in the root directory
3. Open project in an editor of your coice
4. Run `yarn electron:dev` to start the dev app

Any changes you now make will be reflected in the dev app.