Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Feel-ix-343/obsidian-markdown-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Mar 7, 2024
2 parents 247e0dc + 1e9fab9 commit fb7c51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Generally, this is `[[relativeFilePath(#heading)?(|display text)?]]` e.g. [[arti
- [X] File link completions
- [X] Heading link Completions
- [ ] Subheading completions in the form [[file#heading#subheading]] from https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+heading+in+a+note (Note: right now you can link to subheadings through [[file#subheading]])
- [X] Block link completions (searches the text of the block)
- [X] Block link completions (searches the text of the indexed block)
- [X] Footnote link completions
- [X] New Block link Completions through grep: to use this, type `[[`, and after you press space, completions for every block in the vault will appear; continue typing to fuzzy match the block that you want; finally, select the block; a link will be inserted to the text document and an index (ex ^1j239) will be appended to the block in its respective file
- [X] New Block link Completions through grep: to use this, type `[[`, and after you press space, completions for every block in the vault will appear; continue typing to fuzzy match the block that you want; finally, select the block; a link will be inserted to the text document and an index (ex ^1j239) will be appended to the block in its respective file. In Neovim, this text will not be written yet into the file (it will be edited in an unsaved buffer) so type `:wa`, and it should be resolved (as long as you have `dynamicRegistration = true` as described [here](https://github.com/Feel-ix-343/markdown-oxide?tab=readme-ov-file#neovim)!
- [ ] Callout/admonition completions
- [ ] Metadata completions
- [ ] Dataview completions
Expand Down

0 comments on commit fb7c51a

Please sign in to comment.