Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings-search plugin throws warning about obsidian-callout-manager's settings page implementation #18

Open
Enteleform opened this issue Jun 17, 2024 · 1 comment

Comments

@Enteleform
Copy link

Enteleform commented Jun 17, 2024

https://github.com/javalent/settings-search

Plugin "callout-manager" is not passing Component in renderMarkdown. This is needed to avoid memory leaks when embedded contents register global event handlers.

 

[Violation] Forced reflow while executing JavaScript took 43ms
plugin:dataview:12878 Dataview: all 86 files have been indexed in 0.318s (86 cached, 0 skipped).
app.js:1 Error: Plugin "callout-manager" is not passing Component in renderMarkdown. This is needed to avoid memory leaks when embedded contents register global event handlers.
    at t.render (app.js:1:1296512)
    at t.renderMarkdown (app.js:1:1296293)
    at getSections (plugin:callout-manager:3884:38)
    at ManagePluginPane.display (plugin:callout-manager:4007:27)
    at UIPaneLayers.doDisplay (plugin:callout-manager:483:16)
    at set top [as top] (plugin:callout-manager:459:10)
    at UISettingTab.display (plugin:callout-manager:553:16)
    at SettingsSearch.getTabResources (plugin:settings-search:229:15)
    at SettingsSearch.buildPluginResources (plugin:settings-search:129:12)
    at eval (plugin:settings-search:131:29)
t.render @ app.js:1
t.renderMarkdown @ app.js:1
getSections @ plugin:callout-manager:3884
display @ plugin:callout-manager:4007
doDisplay @ plugin:callout-manager:483
set top @ plugin:callout-manager:459
display @ plugin:callout-manager:553
getTabResources @ plugin:settings-search:229
buildPluginResources @ plugin:settings-search:129
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:131
setTimeout (async)
buildPluginResources @ plugin:settings-search:131
eval @ plugin:settings-search:112
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
(anonymous) @ app.js:1
v @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
(anonymous) @ app.js:1
v @ app.js:1
t.loadLayout @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
(anonymous) @ app.js:1
a @ app.js:1
Promise.then (async)
l @ app.js:1
a @ app.js:1
plugin:heatmap-calendar:203 settings {year: 2024, colors: {…}, entries: Array(1), showCurrentDayBorder: true, defaultEntryIntensity: 4, …}
plugin:make-md:38014 Make.md - Vault Reindexed in 0.018 seconds
plugin:make-md:38014 Make.md - File Cache Loaded in 0.165 seconds 238
plugin:make-md:38014 Make.md - 238 Paths Cached in 0.14 seconds
plugin:make-md:38014 Make.md - Superstate Loaded in 0.834 seconds
@alberti42
Copy link

I have the same errors. The plugin is beautiful and polished. Is there anything we could do to remove this problem? It is probably a small bug somewhere.

Bildschirmfoto 2024-08-21 um 16 04 07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants