Skip to content

Instantly share code, notes, and snippets.

/* This is a template command */
CmdUtils.CreateCommand({
names: [ "markdown-copy" ],
homepage: "http://ubiquity.s21g.com/296703",
author: { name: "Masaki Yatsu", email: "[email protected]"},
license: "MIT",
description: "Copy url, title and selected text in Markdown format",
help: "Copy url, title and selected text in Markdown format",
arguments: [{ role: 'object', nountype: noun_arb_text, label: 'text' }],