Commit graph

11 commits

Author SHA1 Message Date
@gapmiss
a03e81ed06 fix: enable strict mode and fix TypeScript errors
Update tsconfig.json for TypeScript 5.9+ compatibility:
- Remove deprecated baseUrl, use moduleResolution "bundler"
- Enable strict mode to match IDE settings
- Scope include to src/**/*.ts

Fix strict mode violations across codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-06-06 14:31:46 -05:00
@gapmiss
750716057c feat: add no-icon button to modals
Both new and modify modals now show "None" text when no-icon is selected
and include a circle-off button to quickly set icon to none.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-30 17:40:19 -05:00
@gapmiss
224a035795 feat: add no-icon support with none/blank
Use `none` or `blank` as the icon name to render a callout without an icon.
Icons ending with `-none` also work. The icon space is not reserved.

Closes #4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-30 17:30:34 -05:00
@gapmiss
cf52f94f29 feat: add hex color support
Support hex colors (#RGB, #RRGGBB) in addition to RGB values and CSS variables.
Color picker in modals now preserves hex format instead of converting to RGB.

Closes #2

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-30 17:20:54 -05:00
@gapmiss
2e2db6aad4 fix: remove plugin reload, fix all ESLint errors, add release workflow
- Remove disablePlugin/enablePlugin reload method (Scorecard security risk)
- Add eslint-plugin-obsidianmd with typescript-eslint type-checked rules
- Fix 113 ESLint errors across all source files:
  - Replace any types with proper typing
  - Use createSpan/createEl instead of document.createElement
  - Fix floating promises, unused vars, case declarations
  - Shorten command IDs to avoid plugin name duplication
  - Use window.setTimeout instead of bare setTimeout
- Update minAppVersion to 1.4.10 (required by AbstractInputSuggest)
- Update TypeScript to 5.x, ESLint to 9.x
- Add GitHub Actions workflow for releases with artifact attestation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-21 19:22:33 -05:00
gapmiss
2d6980c908 menu.addItem icon 2025-05-13 14:45:13 -05:00
gapmiss
1a7238ca4b addCommand icons 2025-05-12 16:05:51 -05:00
gapmiss
ab0bc0cf61 Suggest modal CSS 2025-05-02 13:43:04 -05:00
gapmiss
47df2c6005 Update README.md 2025-04-06 17:31:38 -05:00
gapmiss
269e9bd73d README.md, modals, example.md 2025-04-06 16:02:35 -05:00
gapmiss
77f3a98765 Initial commit 2025-04-04 18:11:01 -05:00