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

CMDMC12
CMDMC12 commented Nov 28, 2019

I use VSCode in three different places; my home computer, my work computer, and as a portable version I carry on a drive when I need to use a machine that doesn't have it.

I use an extension to keep my settings synced up between editors, and the only issue I've encountered so far is that the git path doesn't match between any of them. On my home machine I have it installed to C of course, work

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

aaronfulkerson
aaronfulkerson commented Aug 12, 2019

Issue type:

[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue

Database system/driver:

[ ] cordova
[ ] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[x] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

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

panstromek
panstromek commented Sep 2, 2019

This feature allows you search a page directly by just typing its URL and "TAB" key. It works on Quasar forum for example (but also on YouTube, Facebook, StackOverflow etc.).

This would be very handy, because you can skip two steps when looking up a docs page.

What we need to do to achieve this:

  1. Sync search input with URL query (or route param, but query is probably easier with current
terminus
ChipwizBen
ChipwizBen commented Aug 7, 2019

I've changed the CTRL+Shift+V paste hot key to CTRL+V, but it produces extra unwanted characters. There are many consistency issues with paste. Examples:

Copy String: test-string:

  • Right click, paste output: test-string
  • CTRL+Shift+V output: test-string
  • CTRL+V output: 0~test-string1~
  • Middle click output: 0~test-string1~test-string
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
fridgerator
fridgerator commented Oct 23, 2018

Unit tests for main should be included as well as renderer unit tests.

Many electron apps keep a lot of logic in the main process, and unit tests for this code is also important.

punchagan
punchagan commented Nov 27, 2019

It can be confusing for users to figure out under what circumstances a preview is shown for a link, after they turn on the feature. It would be useful add a link some documentation near the checkbox for turning this feature on.

https://chat.zulip.org/#narrow/stream/49-development-help/topic/Link.20previews.20broken.3F/near/799451

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 Today

Repository
electron/electron
Website
electronjs.org
Wikipedia
Wikipedia

Related Topics

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