zhouhua / obsidian-vconsole

Integrate vConsole for developers to facilitate the debugging of mobile plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Integrate vConsole for developers to facilitate the debugging of mobile plugins.

License:MIT License


Languages

Language:JavaScript 89.9%Language:TypeScript 10.1%