[nvim] Adds a commented section about images in markdown docs, though it won't work in Foot tty.

This commit is contained in:
2025-12-20 12:16:52 -08:00
parent 64cac2b167
commit 889d0b1057

View File

@@ -24,6 +24,17 @@ return {
layout = { layout = { position = "right" } }, layout = { layout = { position = "right" } },
}, },
}, },
-- This only supports the Kitty graphics protocol.
-- See
-- https://github.com/folke/snacks.nvim/blob/main/docs/image.md
-- https://github.com/obsidian-nvim/obsidian.nvim/wiki/Images
-- image = {
-- resolve = function(path, src)
-- if require("obsidian.api").path_is_note(path) then
-- return require("obsidian.api").resolve_image_path(src)
-- end
-- end,
-- },
}, },
}) })
Snacks.toggle({ Snacks.toggle({