diff --git a/package.json b/package.json index dff5ca1..482c320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan_auto_codeblock", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "description": "Auto detect the programming language of the code block", "repository": "", diff --git a/plugin.json b/plugin.json index e2e059c..2956a93 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan_auto_codeblock", "author": "zxkmm", "url": "https://github.com/zxkmm/siyuan_auto_codeblock", - "version": "0.0.3", + "version": "0.0.4", "minAppVersion": "3.0.12", "backends": ["windows", "linux", "darwin", "docker", "ios", "android"], "frontends": [ diff --git a/src/index.ts b/src/index.ts index fbf2a63..a4e56d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -43,7 +43,7 @@ export default class SiyuanAutoCodeblock extends Plugin { } handleSlashEvent() { - showMessage(this.isMobile ? "Mobile" : "Desktop"); + // showMessage(this.isMobile ? "Mobile" : "Desktop"); var autoMode = this.settingUtils.get("autoMode"); this.protyleSlash = [ {