obsidian.nvim icon indicating copy to clipboard operation
obsidian.nvim copied to clipboard

feat: add an UI option to ignore conceal warnings

Open nobe4 opened this issue 1 year ago • 1 comments

In https://github.com/epwalsh/obsidian.nvim/issues/286#issuecomment-2048334358 it was suggested that a new config could be added to specifically not warn if the conceal level is 0 and the UI is enabled.

This commit does this and guard against the conceal warning when the option is set.

cc https://github.com/epwalsh/obsidian.nvim/issues/492

nobe4 avatar Nov 26 '24 06:11 nobe4

I would love to see this go in. I do want the UI decorations that are applied with obsidian, but I really don't like having conceallevel > 0

kmac avatar Feb 20 '25 16:02 kmac

@nobe4 I'm not sure if you've seen, but this repo was forked into https://github.com/obsidian-nvim/obsidian.nvim

I'm wondering if you might be up for re-submitting the PR there? It's fairly active now.

I'm working around this by manually editing out the warning, but it's a pain to update via Lazy like this.

kmac avatar May 28 '25 17:05 kmac

Good point! I'll open it over there

nobe4 avatar May 29 '25 15:05 nobe4

@kmac => https://github.com/obsidian-nvim/obsidian.nvim/pull/177

nobe4 avatar May 29 '25 16:05 nobe4