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

https://github.com/zxcj04/subtitle-editor-electron

這是一個可以用純鍵盤來編輯SRT 字幕檔的字幕編輯器,有快捷鍵可以簡化操作
https://github.com/zxcj04/subtitle-editor-electron

electron typescript vue3

Last synced: 2 months ago
JSON representation

這是一個可以用純鍵盤來編輯SRT 字幕檔的字幕編輯器,有快捷鍵可以簡化操作

Awesome Lists containing this project

README

          

# Subtitle Editor Electron App
## SRT 字幕編輯器

## 介紹 Introduction

這是一個可以用純鍵盤來進行編輯的字幕編輯器,可以用來編輯 SRT 字幕檔案。
其中有預設很多快捷鍵來進行操作。

![](https://i.imgur.com/EbQnZDo.jpg)

![](https://i.imgur.com/590Lem6.gif)

### 自定義快捷鍵

可以自己設定快捷鍵
並且在重開程式後也會自動讀取

![1-1-0](https://github.com/zxcj04/Subtitle-Editor-Electron/assets/32776291/1bef63ed-1705-4ffc-8a95-9405bdcfc91e)

## 下載 Download

請移至 [Release](https://github.com/zxcj04/Subtitle-Editor-Electron/releases) 頁面下載最新版本。

## Contribution Setup

### Install Dependencies

```sh
npm install
```

### Develop with web

```sh
npm run dev
```

### Develop with electron

```sh
npm run electron:start
```

## Build

### Build for web

```sh
npm run build
```

### Build for electron

```sh
npm run electron:build
```

### Build for all target of electron (windows / linux)

```sh
npm run electron:build-all
```