mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -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.
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue