A parallel text editor using electron
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.
Download assets from the latest package and install.
Or from source
git clone https://github.com/ffreemt/ptextpad-electron.git
cd ptextpad-electron
npm install # or yarn
npm run dev # yarn dev
- 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
- SaveEdit (manual editing and save) ready
mlbee
has been integrated intoptextpad
.
-
ptextpad-el
currently just hasezbee
automatic alignment support that replies on a remote server. Supports fordzbee
,debee
along with a possible local server are in plan phase. Installation packages for Linux/macOs will be provided later on. Stay tuned. -
Additional functionalities and
Keyboard shortcuts
for moving a cell up/down will be implemented.Shortcuts
for other convenient editing functionalities such assplitting/combining
will also be implemented if feasible. -
Split to sentences and align.
Turn on debug
set TRACER_DEBUG=debug
# linux/macOS export TRACER_DEBUG=debug
and run ptextpad-el
from command line.
ptextpad-el.exe
is by default installed in C:\Users\User\AppData\Local\Programs\ptextpad-el\ptextpad-el.exe
in Windows
Suggestions and feedback will be very happily received while whining will be ignored. PRs are more than welcome.