No description
Find a file
2026-07-17 17:21:03 -05:00
.github/workflows fix: remove styles.css from release workflow 2026-05-22 21:19:40 -05:00
resources README, screenshots 2024-05-26 11:02:28 -04:00
.editorconfig Initial commit 2024-03-21 15:53:29 -04:00
.gitignore fix: address Obsidian community scorecard warnings 2026-05-22 21:17:21 -05:00
.npmrc Initial commit 2024-03-21 15:53:29 -04:00
CONTRIBUTING.md docs: add CONTRIBUTING guide 2026-05-31 14:07:56 -05:00
esbuild.config.mjs fix: address Obsidian community scorecard warnings 2026-05-22 21:17:21 -05:00
eslint.config.mjs fix: address Obsidian community scorecard warnings 2026-05-22 21:17:21 -05:00
LICENSE Create LICENSE 2024-03-22 05:46:46 -04:00
main.ts fix: use console.debug 2026-07-17 17:20:58 -05:00
manifest.json chore: release 0.1.10 2026-07-17 17:21:03 -05:00
package-lock.json feat: migrate settings to Obsidian 1.13 declarative API 2026-07-17 16:50:34 -05:00
package.json chore: release 0.1.10 2026-07-17 17:21:03 -05:00
README.md feat: migrate settings to Obsidian 1.13 declarative API 2026-07-17 16:50:34 -05:00
release.mjs chore: upgrade esbuild, sync versions.json, fix release script 2026-06-14 12:14:21 -05:00
tsconfig.json chore: upgrade esbuild, sync versions.json, fix release script 2026-06-14 12:14:21 -05:00
version-bump.mjs Initial commit 2024-03-21 15:53:29 -04:00
versions.json chore: release 0.1.10 2026-07-17 17:21:03 -05:00

Notice Logger

An Obsidian.md plugin for logging all notices to the developer console, with optional prefix and timestamp.

Requirements

Obsidian 1.13.0 or later.

Installation

Install from community.obsidian.md

From Obsidian's settings or preferences:

  1. Community Plugins > Browse
  2. Search for "Notice Logger"

Manually:

  1. download the latest release archive
  2. uncompress the downloaded archive
  3. move the notice-logger folder to /path/to/vault/.obsidian/plugins/
  4. Settings > Community plugins > reload Installed plugins
  5. enable plugin

or:

  1. download main.js, manifest.json & styles.css from the latest release
  2. create a new folder /path/to/vault/.obsidian/plugins/notice-logger
  3. move all 3 files to /path/to/vault/.obsidian/plugins/notice-logger
  4. Settings > Community plugins > reload Installed plugins
  5. enable plugin

Demo

Demo screenshot

Settings tab

Settings tab screenshot

Commands

Available commands to quickly enable/disable logging to the developer console.

  • Enable notice logging
  • Disable notice logging