ElectraType is an open-source web based Typst editor built using Svelte.
This project is in very active development stage therefore stability is not guaranteed.
This project uses WASM module fount at sister repo https://github.com/electratype/wasm.
- Create parent folder
/parent - Clone this repository into the parent dir folder
/electratype - Clone https://github.com/electratype/wasm in to the parent dir folder
/electratype-wasm - While inside
/electratypefolder, build WASM module usingyarn run wasm-module - Start app using
yarn run dev --open
- Add font supportgit
- Add collaboration support
- Add package support
- Improve performance on larger documents
- Add project directories and opening from file system