Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Nov 27, 2023
1 parent 8e8c1b5 commit 6d0ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class ExtraSettingsHelper extends SettingsHelper<ExtraSettings> {
this.settings.foldDefault = fold;
}, this.defaultSettings.foldDefault);
this.addToggleSetting("noteTitleInTheoremLink", "Show the note title at the head of a link to a theorem", "If turned on, a link to \"Theorem 1\" will look like \"Note title > Theorem 1\".");
this.addToggleSetting("noteTitleInEquationLink", "Show the note title at the head of a link to a equation", "If turned on, a link to \"Eq.(1)\" will look like \"Note title > Eq.(1)\".");
this.addToggleSetting("noteTitleInEquationLink", "Show the note title at the head of a link to an equation", "If turned on, a link to \"Eq.(1)\" will look like \"Note title > Eq.(1)\".");
this.addToggleSetting("excludeExampleCallout", 'Don\'t treat "> [!example]" as a theorem callout', 'If turned on, a callout of the form "> [!example]" will be treated as Obsidian\'s built-in "Example" callout, and you will need to type "> [!exm]" instead to insert a theorem callout of "Example" type.');
this.addToggleSetting("showTheoremCalloutEditButton", "Show an edit button on a theorem callout");
this.addToggleSetting("setOnlyTheoremAsMain", "If a note has only one theorem callout, automatically set it as main", 'Regardless of this setting, putting "%% main %%" or "%% main: true %%" in a theorem callout will set it as main one of the note, which means any link to that note will be displayed with the theorem\'s title. Enabling this option implicitly sets a theorem callout as main when it\'s the only one in the note.');
Expand Down

0 comments on commit 6d0ff42

Please sign in to comment.