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: "yatsu@yatsu.info"}, | |
| 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