marktext/docs/ENVIRONMENT.md
2019-10-27 17:28:34 +01:00

17 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Environment
| Name | Description |
| ---------------------------- | ----------------------------------------------------------- |
| `MARKTEXT_DEBUG` | Enable debug mode. |
| `MARKTEXT_DEBUG_KEYBOARD` | Print more keyboard information when debug mode is enabled. |
| `MARKTEXT_ERROR_INTERACTION` | Never show the error dialog to report bugs. |
| `MARKTEXT_PANDOC` | Overwrite the pandoc path. |
## Development
| Name | Description |
| ------------------------------------ | ------------------------------------------------------------ |
| `MARKTEXT_EXIT_ON_ERROR` | Exit on the first error or exception that occurs. |
| `MARKTEXT_DEV_HIDE_BROWSER_ANALYZER` | Don't show the dependency analyzer. |
| `MARKTEXT_IS_STABLE` | **Please don't use this!** Used to identify stable releases. |