https://github.com/talyguryn/editorjs-desktop
https://github.com/talyguryn/editorjs-desktop
editorjs electron
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/talyguryn/editorjs-desktop
- Owner: talyguryn
- Created: 2022-09-21T09:14:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T09:15:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T15:58:32.281Z (over 1 year ago)
- Topics: editorjs, electron
- Language: HTML
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Editor.js Desktop
Desktop application for editing `.editorjs` documents in [Editor.js](https://editorjs.io) format.
> Work in progress
## Usage
- `Cmd+S` to save
- `Cmd+O` to open
- `Cmd+N` to create a new document
## Development
Clone the repository
```bash
git clone https://github.com/talyguryn/editorjs-desktop
```
Install node deps
```bash
yarn install
```
Run the app
```bash
yarn start
```
Or build the app
```bash
yarn build
```