Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-04 | 900 Bytes | |
v3.7.14 source code.tar.gz | 2024-06-04 | 147.3 kB | |
v3.7.14 source code.zip | 2024-06-04 | 193.5 kB | |
Totals: 3 Items | 341.7 kB | 0 |
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)