You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I select some text and invoke the Smart Connections: Find: Make Smart Connections command, I get the following error in the console while running Windows 11.
I'm running the latest version of Obsidian and 2.3.40 of Smart Connections.
I have some very long notes so it is important to get connections for a particular block and not the entire note.
Command failed to execute:
connections : sc-find-notes
TypeError: Cannot read properties of
undefined (reading 'render_view' )
at Object.editorCallback (plugin: smart-connect
ions : 17737 : 28)
at e.mobileOnly. Pl. isMobile. e. checkCallback (a
pp.js : 1 : 1936161)
at ZU (app.js : 1:1935421)
at e. executeCommand (app. js : 1 :1937023)
at e. executeCommandById (app. js : 1 : 1936930)
at eval (plugin: cmdr: 7:16584)
at e. handleEvent (app. js : 1:1233474)
app. js : 1
The text was updated successfully, but these errors were encountered:
@dvansoye thanks for bringing this to my attention.
I did notice this bug yesterday and I believe it is already fixed on the early-release version. The fix will make it to the main release shortly.
In the meantime, the "Smart Lookup"(formerly Smart Search) view can be used to input custom queries.
Lastly, good to know that the block-level connections-lookup feature is being used. Unfortunately, I often don't become aware of whether anyone is using a particular feature until it breaks 🌴
Hi,
When I select some text and invoke the Smart Connections: Find: Make Smart Connections command, I get the following error in the console while running Windows 11.
I'm running the latest version of Obsidian and 2.3.40 of Smart Connections.
I have some very long notes so it is important to get connections for a particular block and not the entire note.
Command failed to execute:
connections : sc-find-notes
TypeError: Cannot read properties of
undefined (reading 'render_view' )
at Object.editorCallback (plugin: smart-connect
ions : 17737 : 28)
at e.mobileOnly. Pl. isMobile. e. checkCallback (a
pp.js : 1 : 1936161)
at ZU (app.js : 1:1935421)
at e. executeCommand (app. js : 1 :1937023)
at e. executeCommandById (app. js : 1 : 1936930)
at eval (plugin: cmdr: 7:16584)
at e. handleEvent (app. js : 1:1233474)
app. js : 1
The text was updated successfully, but these errors were encountered: