Skip to content

Instantly share code, notes, and snippets.

var data = { heading: "Page Title", toString: function() { return this.heading + "!"; } };
data + "string" === "Page Title!string"
@wthit56
wthit56 / .md
Last active December 12, 2018 15:22
Transcript Helper

Transcript Helper

What this is

This script is adds some little doodads to your page to help you transcribe local audio files, directly in the browser. It even works within Google Docs. This has only been tested in Google Chrome, and all the instructions are specifically for Chrome; though there's no reason the code itself shouldn't work in other browsers.

Installation is a little fiddly, but doesn't take long.

How to install

  • Open Chrome Dev Tools. (CTRL + SHIFT + I)
  • Go the "Sources" tab.
@wthit56
wthit56 / HTML format
Last active August 11, 2023 11:22
Formatter: Formats
HTML
<p>:para:</p>\n
<blockquote>:quote:</blockquote>\n
<strong>:bold:</strong>
<em>:italic:</em>
<u>:underline:</u>
<img src=":img:" alt=":img_alt:" />
<a href=":link:">:link_text:</a>
newline:<br/>
rule:<hr/>