mirror of
https://github.com/c-degni/text-autocomplete.git
synced 2026-07-22 05:49:39 +00:00
Minor changes
This commit is contained in:
parent
ccdcb64a6b
commit
01082efa9e
1 changed files with 3 additions and 2 deletions
|
|
@ -71,6 +71,7 @@ export class TASettingsTab extends PluginSettingTab {
|
|||
await this.plugin.saveSettings();
|
||||
}));
|
||||
|
||||
// Space terminator setting
|
||||
new Setting(containerEl)
|
||||
.setName('Space terminator after autocomplete')
|
||||
.setDesc('Enable/disable adding space terminator to autocompleted words.')
|
||||
|
|
@ -147,10 +148,10 @@ export class TASettingsTab extends PluginSettingTab {
|
|||
this.display();
|
||||
}));
|
||||
|
||||
// LaTex setting
|
||||
// LaTeX setting
|
||||
// new Setting(containerEl)
|
||||
// .setName('LaTeX Support')
|
||||
// .setDesc('Enable/disable LaTex code autocomplete.')
|
||||
// .setDesc('Enable/disable LaTeX code autocomplete.')
|
||||
// .addToggle(toggle =>
|
||||
// toggle.setValue(this.plugin.settings.latex)
|
||||
// .onChange(async val => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue