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 7,486 public repositories matching this topic...

electron
LWFlouisa
LWFlouisa commented Jan 12, 2020

Whenever I open a webpage in external browser, it doesn't choose the default browser I assign, but rather chooses its own default browser.

Right click on open in external browser. The external browser it opens is a default that you haven't set. I set TOR as my default browser, yet defaults to some other browser besides TOR: Vivaldi, Opera, Chrome, Waterfox, even Falkon.

But it doesn't open t

rkpatel33
rkpatel33 commented Oct 2, 2015

Not sure if this is the write place for this, but just putting an idea on the table that I would love to see -- creating an extensible PDF viewer based on Electron, possibly forked from Atom Shell the way Nylas is doing for email.

The hard part of rendering PDFs is already handled nicely by PDF.js, so it would be a matter of integration it into the Electron framework.

AlecRust
AlecRust commented Feb 4, 2020

Is your feature request related to a problem? Please describe.
When I'm on the main "Downloading" screen it's not very obvious if a download is completed or nearly complete. The progress bar remains purple instead of green and there's no label that says "Seeding" for example.

Describe the solution you'd like
The appearance of downloads in the "Stopped" screen look suitable. This same

shadyabhi
shadyabhi commented Nov 17, 2019

Describe your feature request

Just like we can attach images, it would be great to attach random files like pdfs. Those documents can be uploaded to the same Github repo just like images are being uploaded currently.

Additional context [optional]

While taking notes, it is great to have the ability of uploading random pdfs that I used as reference for writing my notes.

notable
electron-react-boilerplate
markerikson
markerikson commented Nov 18, 2019

Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.

Problem

The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.

Proposed Solution

The project should switch to using the official [Redux

tessus
tessus commented Feb 8, 2020

Joplin curently uses ip-api.com (80) as the geolocation service. Additionally it uses api.ipify.org (443) to retrieve the IP address, which is then fed into ip-api.com (80).

There were reports that the geolocation service does not always provide accurate results.

This change involves 2 parts:

  • use a more accurate API, which is free and uses https
  • maybe get rid of the separate request
terminus
Fizzixnerd
Fizzixnerd commented Feb 16, 2020

Type
Enhancement/Feature Request

What You Do

  1. Copy a multiline string from somewhere, such as:
hello
world
  1. Paste this into the terminal window

What You See

The pasted text is entered without a warning and immediately executed by the shell.

What You Expect

A popup dialog confirming that you really wanted a multi-line paste. In my experience

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
50l3r
50l3r commented Sep 3, 2019

I cant view data, properties or something in vue devtools. Only blank page

Open devtools, select vue tab and navigate into components:

  • Node version: 10.16.0
  • NPM version: 6.9.0
  • vue-cli version: (if necessary)
  • Operating System: Windows 10 X64
timabbott
timabbott commented Jan 7, 2020

From https://chat.zulip.org/#narrow/stream/137-feedback/topic/editing.20highlights/near/807040, "The green color over the gray color of the letters to show the new inserted text in the message editing is great to be read, however it is very difficult to read the text with the pink color that shows the erased one."'.

I'm pretty sure we never spent time on those colors, so I'm sure they could b

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/

Created by GitHub

Released July 15, 2013

Latest release 1 day ago

Repository
electron/electron
Website
electronjs.org
Wikipedia
Wikipedia

Related Topics

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