shed

Calm, opinionated code editor.

About

Shed is a calm, opinionated code editor designed to stay out of the way so you can focus on writing, reading, and understanding code. Built on VS Code foundation with a clean, minimal interface.

upstream

Preview

main.ts
1import { Editor } from './core';
2
3const editor = new Editor({
4 theme: 'dark',
5 minimal: true
6});

Features

Resources