Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 607 Bytes

Obsidian Mobile Logging

This plugin will console.log to a note inside your development vault. You can also run a console command using a modal.

Dependencies

  1. This plugin expects you to have a note in your vault titled Log

Install

Download the release and put it in your plugins folder per usual

Usage

  1. All console logs should get logged to the Log note
  2. To run a console command, open Mobile Logging: Console Log via the command palette and enter something to log Note: this will run a console log similar to logging in an app, so object aren't automatically expanded.