Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tywil04/parchment

A minimal minimal text editor written using web technologies for Windows, Linux and MacOS
https://github.com/tywil04/parchment

cross-platform css gpl3 html javascript linux macos minimal notepad rust solidjs tailwind-css tailwindcss tauri text windows

Last synced: 3 months ago
JSON representation

A minimal minimal text editor written using web technologies for Windows, Linux and MacOS

Awesome Lists containing this project

README

        

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

Special thanks to the following libraries and assets:
- [SolidJS](https://www.solidjs.com/) - for a very performant and lightweight javascript framework
- [TailwindCSS](https://tailwindcss.com/) to allow for simple styling of the application
- [Tauri](https://tauri.app/) - a rust wrapper that allows you to create fast and secure desktop applications using web technologies
- Uses this [Notepad](https://www.flaticon.com/free-icon/notebook_346081?related_id=346081&origin=search) icon from Flaticon (free to use for personal and commercial purposes) for the taskbar icon.
- [Tabler Icons](https://tablericons.com/) for the few icons used within this application.

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](https://tauri.app/v1/guides/getting-started/prerequisites#installing) 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](/parchment.webp)