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 5,110 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
When starting the download of many files (clicking multiple Magnet links on a page for e.g.) the confirmation dialog showing where the download will be saved always pops up. In Transmission for e.g. there's an option to not prompt each time.
Describe the solution you'd like
Add a checkbox in the preferences that prevents t
Here is the code snippet:
nightmare
.on('console', (log, msg) => {
console.log(msg)
})
.on('error', (err) => {
console.log(err)
})
.goto(url)
.inject('js', 'jquery.min.js')
.wait('#btnSearchClubs')
.click('#btnSearchClubs')
.wait(5000)
.evaluate(function () {
const pageAnchor = Array.from(document.querySelectorAll(
Copy Images
Current behavior
Once Boostnote becomes your primary source of documentation the need arises to retrieve this information, such as texts, snippets, links, images...
I happened to have a diagram stored as an image in Boostnote. The original file does no longer exist. I now need to share this image on a forum thread.
Expected behavior
Provide an option to extract images from notes.
When using a dark theme, the menu bar stays white:
Instead the app should check the current theme and if it's a dark one, the menu bar should be made black (assuming Electron supports this).
Describe your feature request
Preferences -> Image uploader -> GitHub needs a bit of instruction.
I would suggest something like this:
If you don't have a GitHub account, you will need to make one.
A token can be generated in Settings/Developer settings
For more detailed instructions, [consult t
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- do any replace as I want (maybe what I need is get selection's element node,content,then set content)
add parent element div and class
<p>autor: abc</p><p>date:2020...</>
-
-
Updated
Mar 19, 2019 - JavaScript
Your documentation shows no way to replace an objects value. Any updates to an object with:
db.get(name).find(selectors).assign(data).write()
merges the data with the existing object...not what I'd expect.
How can we replace a record without merging? Can you update your docs?
macOS version:
10.14.6 (18G95)
Kap version:
3.0.0-beta.6
Other possibly relevant info:
Monitor setup: single rMBP 15" screen, no external monitors
macOS scrollbar appearance setting: "Show Always" (in System Preferences > General)
Steps to reproduce
- Click the Kap menu bar icon.
- Click the button in the Kap bar to record an area of the screen.
- Select a regio
Expected behavior
A cancel button, or clicking on some thing in the left side bar (the word containers)
Actual behavior
You appear stuck until you find the magic behavior link
Information about the Issue
Steps to reproduce the behavior
- ...
- ...
-
Updated
Jun 24, 2020 - JavaScript
There are two mentions of a reactide.config.js file in the README:
The component tree works out-of-the-box by finding the entry point to your React application that you provide inside the reactide.config.js file.
Go to the reactide.config.js file and change the .html and .js entry points to the relative path of your respective files.
But I could not find any examples or documentation
I'll try to PR updates to the README.md file. In the meantime, making this ticket with the correct directions for anyone trying to build the latest release for themselves:
npm run pack. Quit the process once the webpack analyzer graphic pops up.node bin/pack.js- Don't worry about
Unhandled rejection Error: No identity found for signing.error. - Packaged app ready at `dist/
When organizing entries into groups, it's better if the list view can show if an entry already belongs to a group or not. So I can choose to move that entry into group.
Also, it would be nice if there is option to filtering entries that don't belong to any group.
May be a small icon, or tooptip when hover on list's row.
Checklist:
-
I have checked that there are no issues with similar or the same content
YOU SHOULD CHECK CLOSED ISSUES ASWELL
-
I have checked the FAQ (https://github.com/MarshallOfSound/Goo
你好!我注意到mobx-react文档里有个注解,如果使用了自定义注入(Customizing inject),则不需要再加observer装饰器,但我看到了本项目中使用了inject mapperFunction的地方,都有加observer装饰器,这是否必要呢?
文档中的注解:
N.B. note that in this specific case neither NameDisplayer nor UserNameDisplayer needs to be decorated with observer, since the observable dereferencing is done in the mapper function
具体地址:[mobx-react#customizing-inject](https://github.com/mobxjs/mo
-
Updated
Apr 11, 2019 - JavaScript
Environment info
- OS: Ubuntu 18.04.2 LTS
- App Version (
Command/Ctrl + ,): v1.8.0
Description of the problem / feature request / question:
I think that snippets be displayed as a collection of index cards may sometimes be more intuitive and productive, for example, to glance snippets with the same tag. Thanks for this wonderful tool.
-
Updated
Jun 30, 2020 - JavaScript
export by "Clickable Prototype HTML template" , but actually nothing in the result HTML pages is clickable. Check the source code of the page, each page in Pencil was exported as an image, apparently it is un-clickable for any widgets in the page.
- Operating system: macOS Catalina 10.15.3
- Pencil version: 3.1.0
let devtools: any = window['devToolsExtension'] ? window['devToolsExtension']() : (f:any)=>f;
let middleware = applyMiddleware(thunk);
const store: any = middleware(devtools(createStore))(rootReducer, {});
I think we should create an INSTALL.md file in the root of this repo with detailed installation instructions for each OS, including our recommended installation method, as well as alternatives.
For Mac, for example, we recommend the official installer on the website, but it's also available via a Homebrew Cask.
For each Linux variant, there will be a different command or preferred file to
Version: `0.10.0`
OS & Version: linux
Node version: `geth 1.8.2-stable-b8b9f7f4`
It seems that in "Latest transactions" in Ethereum Wallet there are listed pending transactions from all networks (the real network and several test networks) without displaying which network this transaction is of.
So either show it noticeably or l
-
Updated
Jul 7, 2020 - JavaScript
I wanted to change the padding around the search box but I couldn't achieve it. I tried to look in the CSS file but not much info is there. And I can see that there are multiple static values of height set in the constants/ui.js file. What is the right way to increase padding around the search box? And also what about rounded corners?
Created by GitHub
Released July 15, 2013
Latest release 3 days ago
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia


