I have a query that uses the function elink to create external links based on the frontmatter of the selected notes. But I noticed my query stopped working recently, and I’m not sure if this was due to any updates because I haven’t changed this query in a good while.
Trying to find out the cause of this I came with the following snippet:
ELINK: `=elink("https://forum.obsidian.md", "Obsidian Forum")`
ELINK: `=typeof(elink("https://forum.obsidian.md", "Obsidian Forum"))`
LINK: `=link("Projects", "projects")`
LINK: `=typeof(link("Projects", "projects"))`
The above markdown outputs:
ELINK:
ELINK: widget
LINK: [[Projects|projects]] %% Or the equivalent of this %%
LINK: link
I couldn’t find anything on the docs or on Dataview’s changelog that could explain this behavior, nor find any error on the developer console.
Does anyone know why is this happening or how else can I investigate this?
I’m using Dataview 0.5.68 on Obsidian 1.10.6.
