Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.66 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.66 KB

Notice Logger

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

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

Installation

Community plugins

  1. Obsidian.md/plugins or
  2. Open Settings > Community Plugins > Browse
  3. Search for "Notice logger"

via BRAT (Beta Reviewer's Auto-update Tool)

  1. Ensure BRAT is installed
  2. Trigger the command Obsidian42 - BRAT: Add a beta plugin for testing
  3. Enter this repository, gapmiss/notice-logger
  4. Enable Livecodes plugin in community plugin list

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.jsmanifest.json
  2. create a new folder /path/to/vault/.obsidian/plugins/notice-logger
  3. move main.jsmanifest.json to /path/to/vault/.obsidian/plugins/notice-logger
  4. Settings > Community plugins > reload Installed plugins
  5. enable plugin

ROADMAP

  • add timestamp option
  • add commands to stop/start logging