You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/openapi.jsonnet
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,8 @@ std.manifestYamlDoc(
146
146
tags: [
147
147
'Active File',
148
148
],
149
-
summary:'Insert content into the currently open note in Obsidian relative to a heading within that document.\n',
150
-
description:'Inserts content into the currently-open note relative to a headingwithin that note.\n\n' + Patch.description,
149
+
summary:'Insert content into the currently open note in Obsidian relative to a heading, block reference, or frontmatter field within that document.\n',
150
+
description:'Inserts content into the currently-open note relative to a heading, block refeerence, or frontmatter field within that document.\n\n' + Patch.description,
151
151
},
152
152
delete: Delete {
153
153
tags: [
@@ -178,15 +178,15 @@ std.manifestYamlDoc(
178
178
'Vault Files',
179
179
],
180
180
summary:'Append content to a new or existing file.\n',
181
-
description:"Appends content to the end of an existing note. If the specified file does not yet exist, it will be created as an empty file.\n\nIf you would like to insert text relative to a particular heading instead of appending to the end of the file, see 'patch'.\n",
181
+
description:"Appends content to the end of an existing note. If the specified file does not yet exist, it will be created as an empty file.\n\nIf you would like to insert text relative to a particular heading, block reference, or frontmatter field instead of appending to the end of the file, see 'patch'.\n",
182
182
parameters+: [ParamPath],
183
183
},
184
184
patch: Patch {
185
185
tags: [
186
186
'Vault Files',
187
187
],
188
-
summary:'Insert content into an existing note relative to a heading within that document.\n',
189
-
description:'Inserts content into an existing note relative to a headingwithin your note.\n\n' + Patch.description,
188
+
summary:'Insert content into an existing note in Obsidian relative to a heading, block reference, or frontmatter field within that document.\n',
189
+
description:'Inserts content into an existing note relative to a heading, block refeerence, or frontmatter field within that document.\n\n' + Patch.description,
190
190
parameters+: [ParamPath],
191
191
},
192
192
delete: Delete {
@@ -325,8 +325,8 @@ std.manifestYamlDoc(
325
325
tags: [
326
326
'Periodic Notes',
327
327
],
328
-
summary:'Insert content into a periodic note relative to a heading within that document.\n',
329
-
description:'Inserts content into an existing note relative to a headingwithin your note.\n\n' + Patch.description,
328
+
summary:'Insert content into a periodic note in Obsidian relative to a heading, block reference, or frontmatter field within that document.\n',
329
+
description:'Inserts content into a periodic note relative to a heading, block refeerence, or frontmatter field within that document.\n\n' + Patch.description,
0 commit comments