Skip to content

Commit

Permalink
removed unnecessary note from settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
metawops committed Jun 3, 2022
1 parent 3795cbf commit c869ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ class Table2CSVSettingTab extends PluginSettingTab {
containerEl.empty();

containerEl.createEl('h2', {text: 'Settings for the Table to CSV Plugin.'});
containerEl.createEl('p', {text: 'NOTE #1: Currently, this plugin will only work reliably when there is only one table in a note.'});
containerEl.createEl('p', {text: 'NOTE #2: Currently, the exported CSV files are saved inside your vault main folder.'});
containerEl.createEl('p', {text: 'NOTE: Currently, the exported CSV files are saved inside your vault main folder.'});

// Being able to set a path for the exports will be a future addition
// ------------------------------------------------------------------
Expand Down

0 comments on commit c869ec6

Please sign in to comment.