Skip to content

Commit

Permalink
Bump 0.0.3-2 to 0.0.3-2, fixed SaveEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreemt committed Feb 4, 2023
1 parent dd0800f commit 21726b4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

A parallel text editor using electron

## Install
Download [the latest package](https://github.com/ffreemt/ptextpad-electron/releases) and install.
## What is `ptextpad`
`ptextpad` is a parallel text editor intended for editing two texts in a two-column manner. `ptextpad` incorperates some automatic alignment engines (currently just `ezbee` and for Chinese-English texts) and `mlbee` for many many laugnage pairs.

## Install (currently Windows 64-bit only)
Download assets from [the latest package](https://github.com/ffreemt/ptextpad-electron/releases) and install.

Or from source
```
Expand All @@ -15,11 +18,14 @@ npm install # or yarn
npm run dev # yarn dev
```

## What's new
`mlbee` has been integrated into `ptextpad`.
## Usuage tips
* Double-click or press Enter to edit a cell
* Press Enter or click another cell to exit the in-cell editor
* Click SaveEdit (Ctl-E) to effect change after editing

## What is `ptextpad`
`ptextpad` is a parallel text editor intended for editing two texts in a two-column manner. `ptextpad` incorperates some automatic alignment engines (currently just `ezbee` for Chinese-English texts).
## What's new
* SaveEdit (manual editing and save) ready
* `mlbee` has been integrated into `ptextpad`.

## TODO
* `ptextpad-el` currently just has `ezbee` automatic alignment support that replies on a remote server. Supports for `dzbee`, `debee` along with a possible local server are in plan phase. Installation packages for Linux/macOs will be provided later on. Stay tuned.
Expand Down

0 comments on commit 21726b4

Please sign in to comment.