mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
parent
0ee4fb6104
commit
d2167073df
2 changed files with 7 additions and 0 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
|
|
@ -287,6 +287,10 @@
|
||||||
#content h3:before {
|
#content h3:before {
|
||||||
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;
|
||||||
|
|
@ -1217,6 +1221,9 @@
|
||||||
<p>The user can hot-load and hot-reload plugins by pressing
|
<p>The user can hot-load and hot-reload plugins by pressing
|
||||||
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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue