We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb2556 commit 7fb6ca6Copy full SHA for 7fb6ca6
lua/telescope/_extensions/neorg/insert_file_link.lua
@@ -39,6 +39,7 @@ local function get_file_title(file)
39
return nil
40
end
41
42
+ local _ = vim.fn.bufload(tostring(file))
43
local metadata = ts.get_document_metadata(file)
44
if not metadata or not metadata.title then
45
0 commit comments