We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bc7ab commit 2d0432cCopy full SHA for 2d0432c
doc/obsidian.txt
@@ -474,6 +474,9 @@ carefully and customize it to your needs:
474
sort_by = "modified",
475
sort_reversed = true,
476
477
+ -- Set the maximum number of lines to read from notes on disk when performing certain searches.
478
+ search_max_lines = 1000,
479
+
480
-- Optional, determines how certain commands open notes. The valid options are:
481
-- 1. "current" (the default) - to always open in the current window
482
-- 2. "vsplit" - to open in a vertical split if there's not already a vertical split
0 commit comments