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*
115
115
first by appending "–dry-run" to the command, e.g. `:ObsidianRename new-id
116
116
--dry-run`.
117
117
- `:ObsidianToggleCheckbox` to cycle through checkbox options.
118
+ - `:ObsidianTOC` to load the table of contents of the current note into a picker
119
+ list.
118
120
119
121
120
122
DEMO *obsidian-demo*
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Table of contents
14
14
15
15
obsidian.Path................................................| obsidian.Path |
16
16
17
-
18
17
------------------------------------------------------------------------------
19
18
*obsidian.SearchOpts*
20
19
`SearchOpts`
@@ -506,7 +505,6 @@ Parameters ~
506
505
Return ~
507
506
obsidian.Note
508
507
509
-
510
508
------------------------------------------------------------------------------
511
509
Class ~
512
510
{obsidian.CreateNoteOpts}
@@ -1169,7 +1167,6 @@ Return ~
1169
1167
1170
1168
Constructors.
1171
1169
1172
-
1173
1170
------------------------------------------------------------------------------
1174
1171
*obsidian.Path.new()*
1175
1172
`Path.new ` ({...} )
@@ -1226,7 +1223,6 @@ obsidian.Path
1226
1223
1227
1224
Pure path methods.
1228
1225
1229
-
1230
1226
------------------------------------------------------------------------------
1231
1227
*obsidian.Path.with_suffix()*
1232
1228
`Path.with_suffix` ({self} , {suffix} )
@@ -1299,7 +1295,6 @@ Return ~
1299
1295
1300
1296
Concrete path methods.
1301
1297
1302
-
1303
1298
------------------------------------------------------------------------------
1304
1299
*obsidian.Path.resolve()*
1305
1300
`Path.resolve ` ({self} , {opts} )
You can’t perform that action at this time.
0 commit comments