Structured data input for Obsidian – forms that create notes or update frontmatter
Find a file
tolvitty c4cd228e87 feat: add Formfire styles with refined utilitarian design
Production-grade CSS covering all UI components: form fields with focus
states, tag chips with enter/exit animations, suggest list dropdowns,
gold star rating with hover preview, form modal layout, form builder
card-based field editor, and sidebar with mode badges. All colors via
Obsidian CSS variables for light/dark theme support. Smooth transitions
(0.15-0.25s ease) throughout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 13:22:26 +01:00
docs/plans Add Formfire implementation plan 2026-02-13 13:07:08 +01:00
src feat: add settings tab with visual form builder 2026-02-13 13:22:18 +01:00
.gitignore feat: scaffold Formfire plugin project 2026-02-13 13:10:42 +01:00
esbuild.config.mjs feat: scaffold Formfire plugin project 2026-02-13 13:10:42 +01:00
manifest.json feat: scaffold Formfire plugin project 2026-02-13 13:10:42 +01:00
package-lock.json feat: scaffold Formfire plugin project 2026-02-13 13:10:42 +01:00
package.json feat: scaffold Formfire plugin project 2026-02-13 13:10:42 +01:00
styles.css feat: add Formfire styles with refined utilitarian design 2026-02-13 13:22:26 +01:00
tsconfig.json feat: scaffold Formfire plugin project 2026-02-13 13:10:42 +01:00