From 8141166de4353edae861b069bc5d7a925323725a Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Thu, 13 Apr 2023 16:30:55 +0800 Subject: [PATCH] fix: add dateRead variable in the article template --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 9bfaee9..6e8f342 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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)