mnaoumov_obsidian-advanced-.../demo-vault/08 CodeScript Toolkit prerequisite.md
Michael Naumov 715fe7ed5b feat: add demo vault
Add a developer-focused demo vault that shows how Advanced Debug Mode enriches
the DevTools console. Notes are numbered basic to advanced and cover debug mode,
long stack traces (with a Run button that throws through async boundaries), async
long stack traces, long-running-task timeouts, mobile DevTools, debug namespaces,
and every setting. A no-app integration suite keeps the notes in sync with the
PluginSettings surface. The root README documents the three ways to open it.
2026-07-20 09:19:21 -06:00

1,001 B

Docs

CodeScript Toolkit prerequisite

The Run buttons in this vault are powered by CodeScript Toolkit. This vault installs and enables it for you automatically the first time you open the vault (and trust it). Nothing here is required to explore Advanced Debug Mode - the buttons just make it easy to throw a sample error and watch the enriched stack trace in DevTools.

If the buttons do not work

If a code block does not turn into a button, install CodeScript Toolkit manually:

  1. Open Settings -> Community plugins -> Browse.
  2. Search for CodeScript Toolkit, install it, and enable it.
  3. Reopen a note that has a Run button.

Or click the button below to install and enable it (needs an internet connection):

---
caption: Install CodeScript Toolkit
---
await require('/demoSetup.ts').installAndEnable(app, 'fix-require-modules');