Yongle Yuan

Results 2 comments of Yongle Yuan

@theherk You can already do that by disabling obsidian.nvim's UI as noted in [render-markdown.nvim](https://github.com/MeanderingProgrammer/render-markdown.nvim?tab=readme-ov-file#obsidiannvim) and [obsidian.nvim](https://github.com/epwalsh/obsidian.nvim/blob/14e0427bef6c55da0d63f9a313fd9941be3a2479/README.md?plain=1#L478): ``` require('obsidian').setup({ ui = { enable = false }, }) ```

@guoliang I think the warning message will always be there if you have obsidian.nvim installed (please correct me if I'm wrong). Please check if obsidian.nvim's UI is truly disabled by...