Skip to content

Instantly share code, notes, and snippets.

View AeonFr's full-sized avatar

Francisco Cano AeonFr

View GitHub Profile
@AeonFr
AeonFr / MusicoJuanIngaramo.cue
Last active September 17, 2016 03:59
Archivo .cue para el album "Músico" de Juan Ingaramo. Escuchalo ♪ https://www.youtube.com/watch?v=6Kx2k9_L5sY ☼ Apoyá al artista http://discosdelbosque.com.ar/juan-ingaramo/ - El autor de este gist no está asociado con Juan Ingaramo ni con Discos del Bosque -
REM DATE 2016
PERFORMER "Juan Ingaramo"
TITLE "Músico"
FILE "MusicoJuanIngaramo.mp3" MP3
TRACK 01 AUDIO
TITLE "Soltar"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "Comodín"
INDEX 01 04:07:00
@AeonFr
AeonFr / markdown-for-txti.js
Last active September 13, 2016 22:20
Markdown preview for txti.es. This code should be injected at the end of a website with url like: txti.es/*/edit - The script is ready to be used with TamperMonkey user script manager (chrome extension)
// ==UserScript==
// @name Markdown Preview in txti
// @namespace https://gist.github.com/AeonFr/f44a8b6f175d059f8328638a6a30ce4d
// @version 0.1
// @description When EDITING a txti (txti.es/*/edit) in txti.es you should be able to preview your changes (a toggle preview button appears)
// @author Francisco Cano
// @match http://txti.es/*/edit
// @grant none
// @run-at document-end
// @require https://cdnjs.cloudflare.com/ajax/libs/showdown/1.3.0/showdown.min.js