Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pulsar-edit/isolated-text-editor
The Pulsar text editor, isolated from all other dependencies
https://github.com/pulsar-edit/isolated-text-editor
Last synced: about 1 month ago
JSON representation
The Pulsar text editor, isolated from all other dependencies
- Host: GitHub
- URL: https://github.com/pulsar-edit/isolated-text-editor
- Owner: pulsar-edit
- Created: 2023-03-09T19:41:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T21:55:03.000Z (over 1 year ago)
- Last Synced: 2024-11-06T20:35:18.957Z (about 2 months ago)
- Language: JavaScript
- Size: 515 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isolated Text Editor
The Pulsar text editor, isolated from all other dependencies
## Usage:
Install dependencies with `yarn install`
Rebuild dependencies for Electron with `npx electron-rebuild`
Then run with `yarn start`
## Why?
So it's easier for us to test new things - performance improvements, compatibility with newer Electron versions, etc.