Notice for plugins (#2114)

* add notes for plugins

* rm spaces
This commit is contained in:
Philippe Potvin 2017-08-31 20:24:37 -04:00 committed by GitHub
parent 0ee4fb6104
commit d2167073df
2 changed files with 7 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View file

@ -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 @@
<p>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.</p>
<h4>Notice</h4>
<p>Plugins affecting the `BrowserWindow` will the effect on new windows after hot-reload.</p>
<p>In the future we might do this automatically.</p>