diff --git a/README.md b/README.md index 977fc4f4..e005240c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Generally, this is `[[relativeFilePath(#heading)?(|display text)?]]` e.g. [[arti - [X] For tag when the cursor is on the tags declaration. Unlike go-to-definition for tags, this will produce all references to the tag and to the tag with subtags - [X] Footnotes when the cursor is on the declaration line of the footnote; *[^1]: description...* -> ![NOTE] +> [!NOTE] > I strongly recommend using [Lspsaga](https://github.com/nvimdev/lspsaga.nvim) for references for two reasons. First because this LS sorts references by the date their files were modified and unlike `vim.lsp.buf.references()` and `Telescope lsp_references`, `Lspsaga finder` maintains this sorting order. Second it also allows you to edit the references in place, similar to Logseq - Completions (requires extra nvim-cmp config; follow the directions above)