blamouche_obsidian-any-ai-code/.github/workflows
blamouche 8100cecd42 Align plugin with Obsidian community submission guidelines
Audit-driven fixes for community-store submission:
- Add a top-level MIT LICENSE so the license is discoverable next to
  the manifest and README.
- Remove leaf.detach() from onunload — the plugin guidelines
  explicitly require not detaching custom-view leaves on unload so
  Obsidian preserves leaf placement across reloads.
- Settings tab UI text guidelines:
  - Drop the top-level plugin-name <h2> heading.
  - Drop the redundant heading on the first general section
    (general settings now sit at the top with no heading, per the
    "Only use headings under settings if you have more than one
    section" rule).
  - Replace remaining <h3> elements with
    new Setting(containerEl).setName(...).setHeading() so headings
    inherit Obsidian's setting-heading styling.
- Release workflow now creates drafts (draft: true), matching the
  official "Release your plugin with GitHub Actions" guide so the
  author reviews release notes before publishing.
- Tighten manifest description to a clearer action statement that
  avoids the "OpenAI" parsing ambiguity.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 08:24:41 +02:00
..
ci.yml Translate README to English and finalize plugin runtime/test setup 2026-03-05 09:27:44 +01:00
release.yml Align plugin with Obsidian community submission guidelines 2026-04-26 08:24:41 +02:00