Skip to content
electron logo

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

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

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
rishig
rishig commented Oct 5, 2019

This should be a pretty fast change. See 052e3e1540cb2912773652267946a3995df6cbbe for how we did it on the admin side.

The main thing to verify is how slack guests appear in slack exports. My guess is it's something like is_restricted (multi-channel guest) and is_ultra_restricted (single-channel guest) but it's just a guess.

When done we should remember to update the Caveats section of

laurent22
laurent22 commented Oct 11, 2019

When right-clicking on a notebook, there should be a new option in the context menu:

Create sub-notebook

That will show the regular "New notebook" dialog and associate the newly created notebook with the notebook that was clicked on.

Have a look at the newNotebook command for ideas on how to implement this.

You can’t perform that action at this time.