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

@ -288,6 +288,10 @@
content: '### '; content: '### ';
} }
#content h4:before {
content: '#### ';
}
#content code { #content code {
font: 12px Menlo, "DejaVu Sans Mono", "Lucida Console", monospace; font: 12px Menlo, "DejaVu Sans Mono", "Lucida Console", monospace;
} }
@ -1218,6 +1222,9 @@
Command + R (refresh). Please strive to make plugins that don't Command + R (refresh). Please strive to make plugins that don't
require a complete restart of the application to work.</p> 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> <p>In the future we might do this automatically.</p>
<p>When developing, you can add your plugin to <p>When developing, you can add your plugin to