mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 14:01:08 +08:00
17 lines
1.1 KiB
Markdown
17 lines
1.1 KiB
Markdown
# 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. |
|