-
Notifications
You must be signed in to change notification settings - Fork 11
Configuration
Dmytro Halichenko edited this page Feb 14, 2025
·
1 revision
IWE has limited configuration options at the moment, but it does come with sensible defaults.
For instance:
- Whenever a document is generated, it automatically gets a random file name made up of 8 alphanumeric characters.
- Links are generated without file extensions, with the default being
.md
.
If you'd like to tweak anything, feel free to open a pull request or an issue.
The only configuration options available let you change the default extension for local links and the path where you want to keep the files (relative to the current directory). For example:
{
"markdown":{"refs_extension":".md"}
"library":{"path":"readme.iwe"}
}
By default, IWE will add/keep .md
extension to the local links.