Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-26T14:57:53.000Z (8 months ago)
- Last Synced: 2024-11-07T21:06:25.821Z (3 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 2.8 MB
- Stars: 2
- 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
![Demo screenshot](./resources/NOTICE-LOGGER-PLUGIN-Obsidian-v1.6.1-2024-05-26-10.57.33.gif)
## Settings tab
![Settings tab screenshot](./resources/NOTICE-LOGGER-PLUGIN-Obsidian-v1.6.1-2024-05-26-10.59.21.png)
## 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 pluginor:
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