https://github.com/luanroger/yaste
Yet another super ₛᵢₘₚₗₑ text editor
https://github.com/luanroger/yaste
electron plate react shadcn-ui text-editor typescript
Last synced: 16 days ago
JSON representation
Yet another super ₛᵢₘₚₗₑ text editor
- Host: GitHub
- URL: https://github.com/luanroger/yaste
- Owner: LuanRoger
- License: mit
- Created: 2024-06-19T17:40:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T12:54:18.000Z (10 months ago)
- Last Synced: 2025-04-05T20:35:45.474Z (23 days ago)
- Topics: electron, plate, react, shadcn-ui, text-editor, typescript
- Language: TypeScript
- Homepage:
- Size: 2.17 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaste
Yet another super ₛᵢₘₚₗₑ text editor.

> [!WARNING]
> This project is just for demo purposes, it will not be actively maintained.generated from [electron-shadcn](https://github.com/LuanRoger/electron-shadcn).
## Features
- Open and save files.
- Syntax highlighting.
- Light and dark theme.
- Supports open multiple files.
- A lot of text formatting options.
- Internationalization support.
- Shortcuts for most common actions.### Libs
Editor powered by [Plate](https://platejs.org)
Check the [electron-shadcn](https://github.com/LuanRoger/electron-shadcn) to see all the other libraries used in this project.
## How to run
You must to have [Node.js](https://nodejs.org) installed and this repository clonned to follow up.
When you have all the requirements, just run the following command to install all the dependencies:
```bash
npm install
```After that, you can run the app with:
```bash
npm run start
```## Release
Just want to download and use? Check the [releases](https://github.com/LuanRoger/yaste/releases) page to download the latest version.
> [!IMPORTANT]
> Only Windows versions are available.You can use the [demo file](https://github.com/LuanRoger/yaste/blob/main/demo.yat) (.yat) to test the app.
~~yes, it's just a json.~~## License
This project is under the MIT license. Check the [LICENSE](https://github.com/LuanRoger/yaste/blob/main/LICENSE) for more information.