From 775f9ca06dccf6a373f54f687ebc4ba20cee7985 Mon Sep 17 00:00:00 2001 From: kevcao Date: Fri, 19 Jun 2026 21:25:36 -0400 Subject: [PATCH] feat: update display name to FlexiCal --- eslint.config.mts | 10 ++++++++++ src/view.tsx | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/eslint.config.mts b/eslint.config.mts index 8b31a52..fb7e3a8 100644 --- a/eslint.config.mts +++ b/eslint.config.mts @@ -30,4 +30,14 @@ export default tseslint.config( }, }, ...obsidianmd.configs.recommended, + { + rules: { + 'obsidianmd/ui/sentence-case': [ + 'warn', + { + ignoreWords: ['Obsidian', 'GitHub', 'FlexiCal', 'Sunday', 'Monday'], + } + ] + } + } ); diff --git a/src/view.tsx b/src/view.tsx index 275df0b..aad209f 100644 --- a/src/view.tsx +++ b/src/view.tsx @@ -21,7 +21,7 @@ export class FlexiCalView extends ItemView { } getDisplayText() { - return "Flexical"; + return "FlexiCal"; } getIcon() {