https://github.com/gapmiss/notice-logger
An Obsidian.md plugin for logging all notices to the developer console, with optional prefix & timestamp.
https://github.com/gapmiss/notice-logger
obsidian obsidian-md obsidian-plugin
Last synced: 4 months ago
JSON representation
An Obsidian.md plugin for logging all notices to the developer console, with optional prefix & timestamp.
- Host: GitHub
- URL: https://github.com/gapmiss/notice-logger
- Owner: gapmiss
- License: mit
- Created: 2024-03-21T19:53:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T11:35:16.000Z (about 1 year ago)
- Last Synced: 2025-05-21T13:13:26.401Z (about 1 year ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: JavaScript
- Homepage:
- Size: 2.85 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notice Logger
An [Obsidian.md](https://obsidian.md) plugin for logging all notices to the developer console, with optional prefix and timestamp.
## Demo

## Settings tab

## 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](https://obsidian.md/plugins?id=notice-logger) or
2. Open *Settings* > *Community Plugins* > *Browse*
3. Search for "Notice logger"
### via BRAT (Beta Reviewer's Auto-update Tool)
1. Ensure [BRAT](https://github.com/TfTHacker/obsidian42-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](https://github.com/gapmiss/notice-logger/releases/)
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`
2. create a new folder `/path/to/vault/.obsidian/plugins/notice-logger`
3. move `main.js` & `manifest.json` to `/path/to/vault/.obsidian/plugins/notice-logger`
4. Settings > Community plugins > reload **Installed plugins**
5. enable plugin
## ROADMAP
- [X] add timestamp option
- [X] add commands to stop/start logging