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
"Add a link on your current cursor position, linking to the file you're capturing to.",
191
-
)
189
+
.setDesc("Insert a link in the current note to the captured file.")
192
190
.addToggle((toggle)=>{
193
191
toggle.setValue(normalizedOptions.enabled);
194
192
toggle.onChange((value)=>{
@@ -325,7 +323,7 @@ export class CaptureChoiceBuilder extends ChoiceBuilder {
325
323
insertAtEndSetting
326
324
.setName("Insert at end of section")
327
325
.setDesc(
328
-
"Insert the text at the end of the section, rather than at the top.",
326
+
"Place the text at the end of the matched section instead of the top.",
329
327
)
330
328
.addToggle((toggle)=>
331
329
toggle
@@ -336,7 +334,7 @@ export class CaptureChoiceBuilder extends ChoiceBuilder {
336
334
newSetting(this.contentEl)
337
335
.setName("Consider subsections")
338
336
.setDesc(
339
-
"Enabling this will insert the text at the end of the section & its subsections, rather than just at the end of the target section. A section is defined by a heading, and its subsections are all the headings inside that section.",
337
+
"Also include the section’s subsections (requires the target to be a heading).",
0 commit comments