Examples of efficiently refactoring text in the Helix Editor
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>
- Clone this repository
pnpm install
pnpm dev