diff --git a/README.md b/README.md index 4011ea3..f73a915 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Code Block Plugin -This plugin converts selected text into a code block with automatic programming language detection. The languages that -is detected can be selected in the plugin settings. The language detection is provided by highlight.js and is in no means -perfect, but it works most of the time. +This plugin converts selected text or pasted text into a code block with automatic programming language detection. The languages that +is detectable can be selected in the plugin settings. The language detection is provided by highlight.js and is in no means +perfect, but it works most of the time. If it guesses wrong, remove that language from the list and try again. + + diff --git a/manifest.json b/manifest.json index 152152b..6dbb61e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Code Block", "version": "1.0.0", "minAppVersion": "0.12.0", - "description": "This plugin converts selected text into code blocks with automatic language detection.", + "description": "This plugin converts text into code blocks with automatic language detection.", "author": "Patrik Lindefors", "authorUrl": "https://github.com/paddan/code-block-plugin", "isDesktopOnly": false diff --git a/usage.gif b/usage.gif new file mode 100644 index 0000000..4dd4b33 Binary files /dev/null and b/usage.gif differ