MateusMolina/obsidian-git-file-explorer

Console logging as an option?

Open

#15 opened on Aug 27, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (7 forks)auto 404
good first issue

Repository metrics

Stars
 (25 stars)
PR merge metrics
 (PR metrics pending)

Description

Just noticing this plugin does create many console logs. Most other plugins are pretty silent. I realize this is actively scanning for changes but sometimes just the execution of console logs like this can impact performance? ... maybe making console log output an option so users can just toggle it on to debug, if they wish?

Contributor guide