Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bigzhu committed Aug 21, 2023
1 parent 3af940a commit c749a88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/obsidian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@ This is a complete list of all of the options that can be passed to
-- is not installed, or if it the command does not support it, the
-- remaining finders will be attempted in the original order.
finder = "telescope.nvim",

-- Optional, `:ObsidianQuickSwitch` sort by `path` `modified` `accessed` `created`
-- The recommend value is `modified` and `sortr`, `:ObsidianQuickSwitch` will show the notes sorted by latest modified time
sort_by = "modified",
-- Optional, `:ObsidianQuickSwitch` order by `sort` `sortr`, default value is sortr
order_by = "sortr"

-- Optional, determines whether to open notes in a horizontal split, a vertical split,
-- or replacing the current buffer (default)
Expand Down

0 comments on commit c749a88

Please sign in to comment.