No description
Find a file
2026-07-22 15:47:05 +08:00
.github/workflows Add release workflow 2026-07-21 19:07:12 +08:00
community-plugin-entry.json Add community-plugin-entry.json 2026-07-21 19:04:10 +08:00
LICENSE Add LICENSE 2026-07-21 19:03:41 +08:00
main.js Support Sync Standard large attachments 2026-07-22 15:47:05 +08:00
manifest.json Support Sync Standard large attachments 2026-07-22 15:47:05 +08:00
README.md Fix mobile plugin startup 2026-07-22 10:00:21 +08:00
styles.css Add styles.css 2026-07-21 19:03:11 +08:00
verify-mobile-load.cjs Fix mobile plugin startup 2026-07-22 10:00:21 +08:00
verify-release.ps1 Support Sync Standard large attachments 2026-07-22 15:47:05 +08:00
verify-standard-sync.cjs Support Sync Standard large attachments 2026-07-22 15:47:05 +08:00
versions.json Support Sync Standard large attachments 2026-07-22 15:47:05 +08:00

JDB Command

JDB Command is the mobile-first command center for Jason's Digital Brain inside Obsidian.

It turns a jdb-command code block into one focused product screen:

  • dictate or type one instruction;
  • add photos, audio, PDFs, documents, text, or Markdown files;
  • accumulate multiple iPhone selections;
  • preview every selected image and remove individual files;
  • submit once and receive a persistent receipt;
  • store the command and attachments together in inbox/commands/ for JDB Runtime.

Installation

Beta installation while directory review is pending

Until JDB Command appears in Obsidian's official Community Plugins search:

  1. Install and enable BRAT from Settings -> Community plugins -> Browse.
  2. Open this link on the device: obsidian://brat?plugin=c8vzn4ym5g-ai/jdb-command.
  3. Confirm the repository, then enable JDB Command under Community plugins.

The BRAT channel installs the same signed-off GitHub release assets documented below. It is a temporary installation path, not evidence that official directory review has completed.

Community Plugins directory

After the plugin is approved, open Settings -> Community plugins -> Browse, search for JDB Command, select Install, and then select Enable.

Manual installation

  1. Download main.js, manifest.json, and styles.css from the matching GitHub release.
  2. Create <vault>/.obsidian/plugins/jdb-command/.
  3. Copy the three files into that folder.
  4. Restart Obsidian, open Settings -> Community plugins, and enable JDB Command.

Usage

  1. Add this code block to the JDB home note:
```jdb-command
```
  1. Open the note in Reading view.
  2. Type or dictate an instruction, add any photos or files, review the preview list, and select Submit JDB once.
  3. Confirm that the persistent receipt appears. The command and attachments are stored together under inbox/commands/ for JDB Runtime.

The plugin never sends vault content to a third-party service. It writes through Obsidian's Vault interface and is compatible with desktop and mobile (isDesktopOnly: false).

Release assets

Each GitHub release must attach main.js, manifest.json, and styles.css, and its tag must exactly match the version in manifest.json.