diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..b2f14369 Binary files /dev/null and b/.DS_Store differ diff --git a/website/index.html b/website/index.html index af21ef3e..f8018d5c 100644 --- a/website/index.html +++ b/website/index.html @@ -287,6 +287,10 @@ #content h3:before { content: '### '; } + + #content h4:before { + content: '#### '; + } #content code { font: 12px Menlo, "DejaVu Sans Mono", "Lucida Console", monospace; @@ -1217,6 +1221,9 @@

The user can hot-load and hot-reload plugins by pressing Command + R (refresh). Please strive to make plugins that don't require a complete restart of the application to work.

+ +

Notice

+

Plugins affecting the `BrowserWindow` will the effect on new windows after hot-reload.

In the future we might do this automatically.