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 7,292 public repositories matching this topic...
I'm confused about events, specifically runtime vs. documented listener signatures. Many events are documented without an Event parameter, for example many of the BrowserWindow events such as closed, [blur](https://github.com/electron/electron/blob/v6.0.0-beta.12/docs/api/browser-window.md#eve
- Are you nativefying a public website? Yes
- Feature request? Have you looked at
nativefier --helpto see if an existing option could fit your needs? Yes - OS:
Windows 10 - Error message / stack trace (if any):
Resource interpreted as Document but transferred with MIME type text/csv: "https://www.example.com/wp-admin/admin-ajax.php?action=export_appointments".
I'm trying to export cs
A terminal emulator for the 21st century.
-
Updated
Jan 8, 2020 - TypeScript
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.
SyntaxError: Invalid regular expression: /(?<=data-userid=")\d+(?=")/: Invalid group
They're part of the current JS spec and supported in both Chrome and Node: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#Browser_compatibility
I may have to look into Puppeteer until they're supported in Nightmare. Consider this a feature request!
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)
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.
- OS: Windows 10 Pro
- Notable: 1.8.1
Reproduction steps
- Select a Windows network share as data directory.
- Take a note.
- Close and restart the application.
Current behavior
No notes are listed.
Expected behavior
The note I took should be listed.
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
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:
- Sync search input with URL query (or route param, but query is probably easier with current
:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
-
Updated
Jan 8, 2020 - JavaScript
:computer: 🔄 :iphone: A realtime Database for JavaScript Applications
-
Updated
Jan 9, 2020 - TypeScript
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
A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
-
Updated
Jan 9, 2020 - JavaScript
Following the README for inserting new items on an array, gives error; insert is not existent; should be corrected to push
Application
- Desktop
- Mobile
Description
We would like to support notebook icons in the sidebar, as is done for example in Bear. See screenshot below:
Specification
- Add a new
iconproperty to theFolderobject - it will be a string that will take any
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
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.
When a container image tag is too long, it causes the fav and close icons to be shifted. Max width should be 120px - child span should be inline-block
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.
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'm not sure how the form widgets are meant to be positioned and styled. Can you create an example that shows them looking good? I couldn't figure it out.
Add some docs for the new metrics added in #7257.
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/
Created by GitHub
Released July 15, 2013
Latest release Today
- Repository
- electron/electron
- Website
- electronjs.org
- Wikipedia
- Wikipedia

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