This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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' }], |
NewerOlder