Skip to content

Commit

Permalink
fix: add dateRead variable in the article template
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Apr 13, 2023
1 parent aa2b047 commit 8141166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ class OmnivoreSettingTab extends PluginSettingTab {
: DEFAULT_SETTINGS.template;
await this.plugin.saveSettings();
});
text.inputEl.setAttr("rows", 10);
text.inputEl.setAttr("cols", 40);
text.inputEl.setAttr("rows", 30);
text.inputEl.setAttr("cols", 60);
});

new Setting(generalSettings)
Expand Down

0 comments on commit 8141166

Please sign in to comment.