1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 14:02:44 +00:00

added selected-markdown-to-slack script

This commit is contained in:
Patrizio Bekerle 2017-09-26 10:22:55 +02:00
parent 3871fe3255
commit 432c6e60e1
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"name": "Selected Markdown to Slack",
"identifier": "selected-markdown-to-slack",
"script": "selected-markdown-to-slack.qml",
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
"description" : "With this script you can right click the selected Markdown-text and convert it to Markdown-text that is better understood by <a href='https://slack.com'>Slack</a> in the clipboard."
}