Updated documentation

This commit is contained in:
Patrik Lindefors 2022-06-12 21:29:47 +02:00
parent 580d075bc8
commit 96b2c23784
3 changed files with 6 additions and 4 deletions

View File

@ -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.
<img height="600" src="usage.gif" width="800"/>

View File

@ -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

BIN
usage.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 MiB