Skip to content

Commit

Permalink
chore: updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjager committed Jan 3, 2025
1 parent 43de44a commit 4dd4caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Defined `M.file_extensions` for file extension checking (`.md`, `.mdx`, `.mdoc`).
- Updated `lua/obsidian/client.lua` func `Client.path_is_note` to allow `file_extensions` `.md, .mdx, .mdoc` as note
- Updated `lua/obsidian/init.lua` `vim.api.nvim_create_autocmd` from `patter = "*.md"` to `file_patterns` from `obsidian/pattern.lua`
- Updated `lua/obsidian/search.lua` func `M.build_find_cmd` to properly include the term in search options. Fix for: ensure term is used in search options to resolve unused variable warning (W311)
- Updated `lua/obsidian/search.lua` func `M.build_find_cmd` to properly include the search pattern

### Added

Expand Down

0 comments on commit 4dd4caa

Please sign in to comment.