No description
Find a file
2025-04-28 19:56:11 +08:00
.github add selection style 2025-04-28 19:56:05 +08:00
screenshots [ImgBot] Optimize images 2024-04-02 00:50:42 +00:00
.editorconfig Initial commit 2024-04-01 15:33:31 +08:00
.eslintignore Initial commit 2024-04-01 15:33:31 +08:00
.eslintrc Initial commit 2024-04-01 15:33:31 +08:00
.gitignore Initial commit 2024-04-01 15:33:31 +08:00
.npmrc Initial commit 2024-04-01 15:33:31 +08:00
esbuild.config.mjs Initial commit 2024-04-01 15:33:31 +08:00
LICENSE fix: pr issues 2024-04-04 08:06:47 +08:00
main.ts feat: allow hide button 2025-02-03 01:43:47 +08:00
manifest.json 1.1.1 2025-04-28 19:56:11 +08:00
package.json 1.1.1 2025-04-28 19:56:11 +08:00
pnpm-lock.yaml feat: allow hide button 2025-02-03 01:43:47 +08:00
README.md update readme 2024-06-27 11:37:43 +08:00
styles.css add selection style 2025-04-28 19:56:05 +08:00
tsconfig.json Initial commit 2024-04-01 15:33:31 +08:00
version-bump.mjs Initial commit 2024-04-01 15:33:31 +08:00
versions.json 1.1.1 2025-04-28 19:56:11 +08:00

Obsidian vConsole

GitHub Release GitHub Downloads (all assets, all releases)

About

For developers, debugging mobile plugins is usually quite troublesome, requiring specific work for both Android and iOS.

For average users who want to submit issues to developers for troubleshooting, this adds an extra layer of difficulty.

Fortunately, vConsole offers the ability to open debugging tools directly on the page. This plugin brings that capability into Obsidian.

Caution

Please note, if you're not a developer or if you don't need to troubleshoot plugin bugs, then you should not install this plugin.

Installation

Search vconsole in community plugins.

Features

  • Logs: console.log|info|error|...
  • Network: XMLHttpRequest, Fetch, sendBeacon
  • Element: HTML elements tree
  • Storage: Cookies, LocalStorage, SessionStorage
  • Execute JS command manually

Please refer to the vConsole project for more information.

My Other Obsidian Plugins