What's new
Added 🎉
- Added config option
ui.max_file_length
to disable the UI for files with more than this many lines. Defaults to 5000. - Added config option
search_max_lines
(defaults to 1000) for controlling the max number of lines read from disk from note files during certain searches. - Added FreeBSD support to
ObsidianPasteImg
command.
Changed ⚠️
- Optimization: only show completions for blocks/anchors when prompted with
#
.
Commits
c6bd6d9 chore(release): bump version to v3.7.14 for release
b8ca513 Only warn once about conceallevel
216e5e8 Add support for ObsidianPasteImg
on FreeBSD (#615)
fda8df4 Only collect anchors/blocks when prompted in completion (#590)
2d0432c chore(docs): auto generate docs
80bc7ab Add config option search_max_lines
(#614)
cbffe2a chore(docs): auto generate docs
96630cb Add option to disable UI for long files (#613)