windwalkr
6001f03e46
docs: add description to read-me.md ( #26823 )
...
Unhandled exception error is received if description is not defined while running "npm run make." Defining a description solves this issue.
2020-12-08 13:26:29 +09:00
Antonio
fadd513739
docs: added fiddle support for code samples ( #26501 )
...
* docs: added fiddle support for code samples in quick start guide and features
* docs: removed excessive fiddle links for not final steps
* docs: added eof newlines to fiddle examples
* docs: reworked fiddle examples to be more self-sufficient
* docs: reworked fiddle examples according to mentions
* docs: changed http to https in the offscreen rendering fiddle
* docs: fix recent documents fiddle to be more consistent
2020-11-30 16:48:39 +09:00
NotWearingPants
d4e53925ba
docs: add a white background to body ( #26504 )
2020-11-18 11:54:26 -08:00
Milan Burda
d2727f5aba
feat: add support for UNNotificationResponse in app 'ready' event ( #25950 )
2020-10-28 04:25:10 +03:00
Antonio
8dfb1cf78f
docs: revised version of the quick start guide ( #25760 )
2020-10-13 13:15:40 -07:00
Mod John
2a161e1725
Fix broken link ( #12387 )
...
* Fix broken link
Link was producing a 404 error as the file no longer exists. Wasn't sure where this intended link used to go so took a guess at a appropriate target.
* Update quick-start.md
2018-05-16 10:23:46 -07:00
Charles Kerr
4d078fdb03
Remove more words ( #12852 )
...
* remove 'basically' from docs
* remove 'simply' from docs
* remove most uses of 'just' from docs
2018-05-08 00:16:09 -05:00
Felix Rieseberg
64fc523977
📝 Fix dead links
2018-02-19 18:25:02 -06:00
Felix Rieseberg
d7360e3203
📝 Ensure that quick-start.md still exists
2018-02-19 17:14:31 -06:00
Charles Kerr
1b0c1842ca
prefer sh
to bash
in the docs
2017-11-24 11:13:57 +01:00
Charles Kerr
70643a865b
Merge pull request #11178 from electron/fenced-code-block-lang
...
enforce rules on code blocks style in docs
2017-11-21 13:38:46 +01:00
Vanessa Yuen
435e027dc3
fix linting for fenced codeblocks only (see electron/electronjs.org#868 )
2017-11-20 14:33:25 +08:00
Ronald Eddy
14c6e78147
Update electron.atom.io -> electronjs.org
...
Update electron.atom.io -> electronjs.org to reduce redirects and speed navigation.
2017-11-19 04:01:33 -08:00
robbix1206
0bcc5d37ab
Put npx as last option
2017-09-16 15:37:26 +02:00
robbix1206
564ca27679
Forget a #
2017-09-16 14:09:31 +02:00
robbix1206
9fecf4b2f7
Add npx command for node version 8.2.0 and later
2017-09-16 14:03:09 +02:00
Liam Griffin
3decb5eb28
Remove bash
from windows commands to prevent syntax highlighting errors ( #1 )
2017-06-20 15:25:42 +01:00
Hum4n01d
a694110d48
Fix order of OSs
...
It was previously inconsistent
2017-05-08 13:36:28 -07:00
Zeke Sikelianos
69f0cb26e7
use https for all Electron website URLs
2017-02-28 21:19:55 -08:00
Kevin Sawicki
e9a2792b55
Format URL passed to BrowserWindow.loadURL
2016-10-31 11:34:53 -07:00
Kevin Sawicki
8d194691fe
Add separate platform examples for running electron
2016-08-26 14:16:30 -07:00
Elias
1fe3b70a23
fix windows command prompt error
...
path to electron needs to be wrapped in quotes or else windows command prompt will error out
2016-08-22 00:29:33 -07:00
Jessica Lord
3ebd5fbd8f
Update docs re: electron module update
2016-08-16 15:57:07 -07:00
Zeke Sikelianos
06a354a2eb
standardize all javascript blocks in English docs
2016-07-26 09:48:19 -07:00
Zeke Sikelianos
ee677ea212
link to boilerplates
2016-07-14 14:57:06 -07:00
Plusb Preco
039aebb74a
📝 Fix isolated link
...
[ci skip]
2016-07-13 02:59:29 +09:00
Maik Ellerbrock
01cb024f44
fix broken link
...
fixed broken link "how to share data between web pages" in section "Differences Between Main Process and Renderer Process"
2016-07-12 07:31:18 +08:00
Sudar Abisheck
0e1caa5961
Update quick-start.md
...
Corrected the anchor text
2016-06-24 11:29:55 +05:30
Leonard Lamprecht
67dd19ed0f
Replace OS X and Mac OS with macOS
2016-06-18 15:26:26 +02:00
Plusb Preco
5146befa46
📝 Match variable names
...
[ci skip]
2016-05-11 02:38:42 +09:00
Plusb Preco
f1b184ef78
📝 Fix code style issue
...
* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes.
2016-05-11 02:15:09 +09:00
Plusb Preco
139a4f984a
📝 Add missing semicolons
...
[ci skip]
2016-05-11 01:57:55 +09:00
Plusb Preco
552102b88d
📝 Remove whitespace after code block
...
[ci skip]
2016-05-11 01:32:13 +09:00
Steve Kinney
55babea2bb
📝 Update tutorials to ES6 [ci skip]
2016-05-04 12:11:51 -06:00
Cheng Zhao
47a2a3a13f
Merge pull request #5349 from electron/link-to-electron-prebuilt
...
describe electron-prebuilt and link to it
2016-04-30 11:59:44 +09:00
Zeke Sikelianos
0c9c1229e3
describe electron-prebuilt and link to it
2016-04-29 13:32:00 -07:00
Zeke Sikelianos
2f71d6afe0
update quick-start code to match quick-start repo
2016-04-29 13:17:50 -07:00
Plusb Preco
4f4277e25e
📝 Fix coding style issues
...
* Adjust line length to `80`
* Normalize whitespaces
[ci skip]
2016-04-22 22:54:43 +09:00
Kevin Sawicki
102f7e8e33
Update docs for new org
2016-04-04 12:05:53 -07:00
Cheng Zhao
f58bab70c5
docs: Improve the docs on sharing data
2016-02-16 11:52:47 +08:00
Marc-Aurèle DARCHE
2677dc6844
Fix: add missing fragment in FAQ section URL
2016-02-12 13:50:15 +01:00
Marc-Aurèle DARCHE
fa734d7824
Document different techniques to share objects
...
This has been discussed in
2016-02-06 19:57:21 +01:00
Cheng Zhao
2b4e6080a8
Merge pull request #3826 from atom/remote-crash-reporting-defaults
...
Require submitURL and companyName options to crashReporter.start
2015-12-16 12:02:28 +08:00
Kevin Sawicki
4718c726f6
Remove starting crash reporter from quick start
2015-12-15 16:24:24 -08:00
Hashed Hyphen
e729104d00
🐛 Support strict mode on Tutorial
...
[ci skip]
2015-12-16 00:52:14 +09:00
Cheng Zhao
fbb8e61958
Replace "Url" in API names with "URL"
2015-11-13 16:03:40 +08:00
Cheng Zhao
eac2e7cc61
docs: Update codes in docs to use require('electron')
2015-11-12 21:20:09 +08:00
Nate Goldman
da7161d5a7
use webContents.openDevTools
...
https://github.com/atom/electron/issues/3125#issuecomment-148975593
2015-10-20 10:44:02 -07:00
Cheng Zhao
4005e65e28
Merge pull request #3150 from atom/jl-upadate-qs
...
Update Quick Start HTML
2015-10-20 11:17:30 +08:00
Jessica Lord
d09b09b744
Match the electron-quick-start repo
2015-10-19 16:37:18 -07:00