Electron

Electron is a desktop application framework developed by GitHub and created by Cheng Zhao. It allows for the development of desktop applications using front- and back-end infrastructure such as HTML, CSS, and JavaScript.
Here are 8,446 public repositories matching this topic...
When developers use webContents‘s will-prevent-unload
event,
They want to ask the user to confirm something most of the time.
Like this:
win.webContents.on('will-prevent-unload', event => {
let choice = dialog.showMessageBoxSync({
title:'do you want to close',
buttons:['cancel','yes']
});
if(choice === 1) event.preventDefault();
//...
})
`
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Jul 5, 2020
-
Updated
May 20, 2019 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
Currently, the Ctrl+Shift+B shortcut is assigned to focus the note editor. However, when the current layout is viewer-only, it doesn't make sense to focus the editor. Instead it should focus the viewer panel.
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 24, 2020 - TypeScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Mar 19, 2019 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
When creating video call links for Jitsi, an additional slash is getting added between the base Jitsi server URL and the video call ID, i.e. https://meet.jit.si//141518590623948
instead of https://meet.jit.si/141518590623948
-
Updated
Aug 3, 2020 - JavaScript
Bug Description:
No react code is required anymore, we can have .ts
extension instead of .tsx
.
Steps to Reproduce:
-
Updated
Aug 23, 2020 - JavaScript
建议在界面中添加图床管理页面链接
问题类型
Feature Request
PicGo的相关信息
Windows 10 1909 18363.535
picgo 2.2.0
问题重现
功能请求
能否在上传区各个图床标题上以及图床设置中各个图床标题上,添加上图床管理页面的链接,单击后可直接打开浏览器跳转到图床管理页面?
如下图所示
-
Updated
Jul 7, 2020 - JavaScript
Describe the feature or problem you’d like to solve
Microsoft released Windows Terminal Preview yesterday. It would be nice if GitHub Desktop was able to detect it.
Proposed solution
Adds an option to the shells available to use.
Additional context
N/A
Created by GitHub
Released July 15, 2013
Latest release Today
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia
(I apologize in advance i