Skip to content
#

Electron

electron logo

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...

Motrix
AlecRust
AlecRust commented Feb 4, 2020

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

ashwin-yardi-10
ashwin-yardi-10 commented Sep 29, 2018

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(
arcturus140
arcturus140 commented Apr 6, 2020

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.

wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. 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...</>
-
Morriz
Morriz commented Apr 18, 2020

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?

Kap
eppsilon
eppsilon commented Sep 27, 2019

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

  1. Click the Kap menu bar icon.
  2. Click the button in the Kap bar to record an area of the screen.
  3. Select a regio
joemaffei
joemaffei commented Aug 19, 2019

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

shivpatel
shivpatel commented Dec 8, 2019

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:

  1. npm run pack. Quit the process once the webpack analyzer graphic pops up.
  2. node bin/pack.js
  3. Don't worry about Unhandled rejection Error: No identity found for signing. error.
  4. Packaged app ready at `dist/
keeweb
akivamu
akivamu commented Mar 2, 2018

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.

sincerexie
sincerexie commented Feb 19, 2019

你好!我注意到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

ossphil
ossphil commented May 18, 2019

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.

swiftech
swiftech commented Feb 9, 2020

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
feross
feross commented Sep 19, 2019

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

takdw
takdw commented Apr 19, 2018

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

Related Topics

electron-app electron-application
You can’t perform that action at this time.