mirror of
https://github.com/hyungyunlim/obsidian-korean-grammar-assistant.git
synced 2026-07-22 06:42:55 +00:00
1. Remove main.js from git repository 2. Update LICENSE year from 2025 to 2026 3. Prefix all generic CSS classes with 'kga-' namespace to avoid conflicts with other plugins and Obsidian itself 4. Use registerEvent() for workspace events to ensure proper cleanup 5. Convert commands to conditional commands using checkCallback 6. Remove global variables (window.koreanGrammarPlugin) and use callback injection pattern instead 7. Replace deprecated activeLeaf with getActiveViewOfType(MarkdownView) 8. Remove top-level heading from settings tab per Obsidian guidelines Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
No EOL
1 KiB
Text
21 lines
No EOL
1 KiB
Text
MIT License
|
|
|
|
Copyright (c) 2026 hyungyunlim
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE. |