Skip to content

Lightweight Text editor with Syntax highlighting written in TypeScript

License

Notifications You must be signed in to change notification settings

KartoffelChipss/FeatherFlow

Repository files navigation

logo

FeatherFlow

Lightweight Text editor with Syntax highlighting

Customization

You can choose between 11 different themes with each having a light and dark mode option or add your own theme and background image.

Mockup 1 Mockup 2 Mockup 3

Installation

Easy way:

Go to the Releases, download the latest installer for your OS and install it.

Little bit harder way:

You need to have Node.js, npm and git installed.

Clone this repository:

git clone https://github.com/KartoffelChipss/FeatherFlow

Move to the apps directory, install all dependencies and start the app:

cd FeatherFlow
npm install
npm run start

If you want to build an installer yourself use one of the following commands:

  • MacOS: npm run dist:mac
  • Linux: npm run dist:linux
  • Windows: npm run dist:win

License

GNU General Public License v3.0