mirror of
https://github.com/gapmiss/notice-logger.git
synced 2026-07-22 09:50:25 +00:00
No description
| .github/workflows | ||
| resources | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| CONTRIBUTING.md | ||
| esbuild.config.mjs | ||
| eslint.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| release.mjs | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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:
- Community Plugins > Browse
- Search for "Notice Logger"
Manually:
- download the latest release archive
- uncompress the downloaded archive
- move the
notice-loggerfolder to/path/to/vault/.obsidian/plugins/ - Settings > Community plugins > reload Installed plugins
- enable plugin
or:
- download
main.js,manifest.json&styles.cssfrom the latest release - create a new folder
/path/to/vault/.obsidian/plugins/notice-logger - move all 3 files to
/path/to/vault/.obsidian/plugins/notice-logger - Settings > Community plugins > reload Installed plugins
- enable plugin
Demo
Settings tab
Commands
Available commands to quickly enable/disable logging to the developer console.
- Enable notice logging
- Disable notice logging

