Skip to content
Aubergine edited this page Apr 30, 2020 · 5 revisions

Verified: April 2020

When editing text files, it's critical to use an editor that maintains plain text UTF-8 format.

⚠️ Do not use a word processor as it will add all sorts of garbage to the file.

Some example editors that we recommend:

These can be used to view and edit .txt, .md, .log, .csv, .xml and .cs files.

Note, however, they can't compile C# source code to DLLs - you'll need an IDE for that, see: Dev Tools

Clone this wiki locally