Go to file Use this template
Patrik Lindefors 85721352c4 Updated documentation 2022-06-12 21:38:35 +02:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore Adding eslint for code .\src\ (#17) 2021-10-30 14:04:07 -04:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
README.md Updated documentation 2022-06-12 21:38:35 +02:00
esbuild.config.mjs Update esbuild script to include codemirror packages as external. 2022-01-10 09:01:38 -05:00
main.ts Added "Paste code block" 2022-05-30 10:17:32 +02:00
manifest.json Updated documentation 2022-06-12 21:29:47 +02:00
package-lock.json Some more changes 2022-05-17 08:00:04 +02:00
package.json version 1.0.0 2022-05-19 18:54:53 +02:00
tsconfig.json use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
usage.gif Updated documentation 2022-06-12 21:29:47 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json version 1.0.0 2022-05-19 18:51:21 +02:00

README.md

Code Block Plugin

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.