1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

added script paste-html-as-github-markdown

This commit is contained in:
Patrizio Bekerle 2017-09-29 07:35:37 +02:00
parent 996974bb46
commit c3c5a1d5d2
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
2 changed files with 57 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"name": "Paste HTML as GitHub Markdown",
"identifier": "paste-html-as-github-markdown",
"script": "paste-html-as-github-markdown.qml",
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.08.2",
"description" : "With this script you can right click in the note edit and paste previously copied HTML from a website as GitHub Markdown with the help of Pandoc.\n\n<b>Dependencies</b>\n<a href=\"http://pandoc.org\">Pandoc</a>\n\n<b>Installation</b>\nAfter you have installed <i>Pandoc</i> you have to configure its path in the script settings."
}