Skip to content

nik-rev/helix-golf

Repository files navigation

Helix Golf

Built with Starlight

Examples of efficiently refactoring text in the Helix Editor

Contributing

Adding new examples

To add an entry, copy-paste the following template into the index.mdx file:

#### A concise title

An optional description.

##### Before

```optional extension
input file
```

##### After

```optional extension
output file
```

##### Command

<details>

<summary>`insert command here`</summary>

1. Steps taken
1. To perform the
1. Transformation

</details>

Running locally

  1. Clone this repository
  2. pnpm install
  3. pnpm dev