tywil04 / parchment

A minimal minimal text editor written using web technologies for Windows, Linux and MacOS
GNU General Public License v3.0
16 stars 2 forks source link
cross-platform css gpl3 html javascript linux macos minimal notepad rust solidjs tailwind-css tailwindcss tauri text windows

Parchment

Parchment is a minimal text editor written using web technologies for Windows, Linux and MacOS.

Special thanks to the following libraries and assets:

This app should work on Windows, MacOS and Linux however it only has been tested on Windows.

Usage

Head to the releases page to download pre-built executables. If you want you can build it, please follow the building section below.

Building

Before you build, you need to have everything required installed follow this guide to install Tauri and its dependencies.

Once everything needed is installed, building this app is very simple:

git clone https://github.com/tywil04/parchment.git
cd parchment
npm install
npm run tauri build

Once the build has been completed, you will find the executables in src-tauri/target/release/bundle

Screenshots

Parchment Text Editor