asyouplz_SpeechNote/src
asyouplz d03121ca0c
fix: comprehensive sentence case violations - Phase 2 (#53)
Fixed UI text sentence case issues per ObsidianReviewBot feedback:

**SettingsTab.ts:**
- 'Speech Note' → 'Speech note'
- 'Openai' → 'OpenAI' (brand name)

**EnhancedSettingsTab.ts:**
- 'Speech Note' → 'Speech note'

**ProviderSettingsContainer.ts:**
- 'Configuration' → 'configuration'
- Fixed unsafe any assignment in JSON.parse

**FormatOptions.ts:**
- '(Dash)' → '(dash)'
- '(Asterisk)' → '(asterisk)'
- '(Plus)' → '(plus)'
- '(Bullet)' → '(bullet)'

**main.ts:**
- 'Speech-to-Text plugin' → 'Speech-to-text plugin'

Total: 10 sentence case fixes + 1 type safety fix across 5 files
2026-01-23 11:52:25 +09:00
..
__tests__ chore(format): run prettier 2026-01-15 00:10:37 +09:00
application lint: Fix Obsidian plugin review bot errors (#43) 2026-01-19 02:08:56 +09:00
architecture lint: Fix Obsidian plugin review bot errors (#43) 2026-01-19 02:08:56 +09:00
config lint: Fix Obsidian plugin review bot errors (#43) 2026-01-19 02:08:56 +09:00
core Comprehensive Refactoring & Type Safety Fixes (#48) 2026-01-20 10:41:22 +09:00
domain/models Comprehensive Refactoring & Type Safety Fixes (#48) 2026-01-20 10:41:22 +09:00
infrastructure Comprehensive Refactoring & Type Safety Fixes (#48) 2026-01-20 10:41:22 +09:00
patterns lint: Fix Obsidian plugin review bot errors (#43) 2026-01-19 02:08:56 +09:00
testing chore(format): run prettier 2026-01-15 00:10:37 +09:00
types lint: Fix Obsidian plugin review bot errors (#43) 2026-01-19 02:08:56 +09:00
ui fix: comprehensive sentence case violations - Phase 2 (#53) 2026-01-23 11:52:25 +09:00
utils Address PR #8004 Review Feedback and Improve Compliance (#44) 2026-01-19 17:23:06 +09:00
main.ts fix: comprehensive sentence case violations - Phase 2 (#53) 2026-01-23 11:52:25 +09:00