Commit graph

17 commits

Author SHA1 Message Date
Claude
ebe3a813a2
Replace builtin-modules with hardcoded list of Node.js builtins
- Remove builtin-modules package dependency
- Define Node.js builtins directly in esbuild.config.mjs
- Resolves Obsidian warning about deprecated package
2026-05-12 18:12:36 +00:00
Rhys
de92cd3d01 refactor: remove redundant eslint-disable comments from setting definitions 2026-05-05 08:20:36 +02:00
Flatulent Fowl
227d36fd4c
Add .DS_Store to .gitignore 2026-05-04 16:07:39 +02:00
Flatulent Fowl
61cd8539aa
Delete .DS_Store 2026-05-04 16:07:04 +02:00
Flatulent Fowl
eee9af5c1d
Delete main.js 2026-05-04 16:06:14 +02:00
Flatulent Fowl
ec01230d04
Add main.js to .gitignore 2026-05-04 16:05:40 +02:00
Rhys
34fbbbf4de chore: suppress sentence-case linting errors for settings labels and placeholders 2026-05-04 15:02:10 +02:00
Rhys
b28d35f415 feat: initialize DocDrop plugin for PDF to Markdown conversion 2026-05-04 11:44:56 +02:00
Rhys
de7db324c3 refactor: improve plugin stability with filesystem checks, add ESLint configuration, and update settings UI labels 2026-05-04 11:43:14 +02:00
Flatulent Fowl
20972accc4
Merge pull request #1 from FlatulentFowl/claude/fix-ui-consistency-X1D4W
Refactor settings UI and improve async handling
2026-05-04 09:04:03 +02:00
Claude
b9318f6acf
Fix Obsidian linting issues
- Replace HTML heading elements with Setting().setHeading() for consistent UI
- Remove async/await from onChange callbacks and use void operator for promise handling
- Replace any type with specific interface type for vault adapter
- Ensure promises are properly handled or explicitly marked as ignored

https://claude.ai/code/session_01WE69VTBHroYEwhkhxrZ83x
2026-05-04 07:01:59 +00:00
Flatulent Fowl
d28e037162
Update description for the Obsidian plugin 2026-05-03 20:10:15 +02:00
Flatulent Fowl
ed4e161ac6
Delete main.js 2026-05-03 20:06:51 +02:00
Flatulent Fowl
54a7653bcf
Add MIT License to the project 2026-05-03 19:45:57 +02:00
Flatulent Fowl
892dbecd7b
Update manifest.json 2026-05-03 19:42:47 +02:00
Rhys
8fcba99348 INITIAL COMMIT 2026-05-03 19:36:42 +02:00
Rhys
2eb6d5f3a4 first commit 2026-05-03 19:23:16 +02:00