File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ COMMANDS *obsidian-commands*
115115 first by appending "–dry-run" to the command, e.g. `:ObsidianRename new-id
116116 --dry-run`.
117117- `:ObsidianToggleCheckbox` to cycle through checkbox options.
118+ - `:ObsidianTOC` to load the table of contents of the current note into a picker
119+ list.
118120
119121
120122DEMO *obsidian-demo*
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Table of contents
1414
1515 obsidian.Path................................................| obsidian.Path |
1616
17-
1817------------------------------------------------------------------------------
1918 *obsidian.SearchOpts*
2019 `SearchOpts`
@@ -506,7 +505,6 @@ Parameters ~
506505Return ~
507506obsidian.Note
508507
509-
510508------------------------------------------------------------------------------
511509Class ~
512510{obsidian.CreateNoteOpts}
@@ -1169,7 +1167,6 @@ Return ~
11691167
11701168Constructors.
11711169
1172-
11731170------------------------------------------------------------------------------
11741171 *obsidian.Path.new()*
11751172 `Path.new ` ({...} )
@@ -1226,7 +1223,6 @@ obsidian.Path
12261223
12271224Pure path methods.
12281225
1229-
12301226------------------------------------------------------------------------------
12311227 *obsidian.Path.with_suffix()*
12321228 `Path.with_suffix` ({self} , {suffix} )
@@ -1299,7 +1295,6 @@ Return ~
12991295
13001296Concrete path methods.
13011297
1302-
13031298------------------------------------------------------------------------------
13041299 *obsidian.Path.resolve()*
13051300 `Path.resolve ` ({self} , {opts} )
You can’t perform that action at this time.
0 commit comments