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
- Host: GitHub
- URL: https://github.com/wolfiezero/scriph
- Owner: WolfieZero
- License: mit
- Created: 2018-01-20T19:23:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T19:24:46.000Z (over 8 years ago)
- Last Synced: 2025-01-01T11:23:52.777Z (over 1 year ago)
- Topics: electron, electron-app, macos, markdown, react, reactjs
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.