SystemSculpt / obsidian-systemsculpt-ai

Enhance your Obsidian App experience with AI-powered tools for note-taking, task management, and much, MUCH more.
MIT License
58 stars 9 forks source link

Interference with Developer Console and Handlebars.js Functionality #13

Closed RitchieMatt closed 1 week ago

RitchieMatt commented 2 weeks ago

Issue Summary:

When the System Sculpt AI plugin is enabled in Obsidian, it interferes with the Developer console. Specifically, it stops console.log messages from other plugins and prevents the use of variables when getting or setting with Handlebars.js.

Steps to Reproduce:

  1. Enable the System Sculpt AI plugin in Obsidian.
  2. Attempt to log messages using console.log from another plugin.
  3. Try to use variables with Handlebars.js for getting or setting values.

Expected Behavior:

Actual Behavior:

Environment:

Obsidian version: v1.6.5 System Sculpt AI plugin version: 0.4.7 Operating System: Ubuntu 22.04

Additional Information:

Disabling the System Sculpt AI plugin resolves the issue, indicating a conflict between the plugin and the Developer console/Handlebars.js functionality.

SystemSculpt commented 2 weeks ago

Great catch; one of the blindspots since I always have dev mode enabled. I'll have this fixed in the next update :)

SystemSculpt commented 1 week ago

Fixed in update later today.