Skip to content

Instantly share code, notes, and snippets.

View alefoll's full-sized avatar

Alexandre Le Foll alefoll

View GitHub Profile
@alefoll
alefoll / index.html
Created May 31, 2022 00:54
Electron toastXml Notification
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
@alefoll
alefoll / control.html
Created May 25, 2022 06:52
Webview Sizing
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'">
</head>
<body class="control">
<button data-url="https://www.electronjs.org/">Electron</button>
@alefoll
alefoll / index.html
Created February 18, 2022 03:57
Electron - titleBarOverlay
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@alefoll
alefoll / filename without comma
Created September 16, 2021 06:58
Electron Bug
Hello world

Keybase proof

I hereby claim:

  • I am alefoll on github.
  • I am fdgueux (https://keybase.io/fdgueux) on keybase.
  • I have a public key ASAekgkPUgqDhwO68NsFVY4SoIE8ZvMqk9B83I3JVnAPfgo

To claim this, I am signing this object:

@alefoll
alefoll / cloudSettings
Last active July 11, 2019 20:03
Visual Studio Code Sync Settings GIST
{"lastUpload":"2019-07-11T20:03:19.087Z","extensionVersion":"v3.3.1"}