Skip to content

Instantly share code, notes, and snippets.

View jkohlin's full-sized avatar

Johan jkohlin

  • Sweden
  • 09:50 (UTC +02:00)
View GitHub Profile

Palpatine

So writing md in the app without the option of seeing a preview?

However, it seems very slow on save/re-edit. If you save, click done, to see the preview and then click edit it says it's still saving it and it takes quite a while.

@jkohlin
jkohlin / index.html
Created June 28, 2017 10:58
Frequency and amplitude visualiser using web audio API
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Web audio API</title>
<style>
</style>
</head>
<body>
<button id="play-btn" style="display:none;">play/pause</button>