Skip to content

Instantly share code, notes, and snippets.

@AlexGoncharov
AlexGoncharov / trello-card-title-markdown.user.js
Created June 11, 2018 18:15 — forked from gorbiz/trello-card-title-markdown.user.js
Add support for bold and emphasized Markdown in Trello card titles using a User Script.
// ==UserScript==
// @name Trello card title Markdown
// @version 0.4.0
// @homepage https://gist.github.com/gorbiz/6062481
// @description Add support for bold and emphasized Markdown in card titles
// @match https://trello.com/b/*
// @match http://trello.com/b/*
// ==/UserScript==
function markdownAll() {