Commit graph

11 commits

Author SHA1 Message Date
Claude
b9a5600760
Add eslint-plugin-obsidianmd to devDependencies
The plugin was imported in eslint.config.js but not listed in
package.json, causing TypeScript to treat the import as an unresolved
error type. This produced two ESLint warnings on line 7:
- Unsafe spread of an error typed value
- Unsafe member access .configs on an unresolvable type

Installing the package resolves the module type and eliminates both warnings.
2026-05-13 06:46:49 +00:00
Flatulent Fowl
236fad5913 chore: bump version to 1.1.0 and update command description to support all file types 2026-05-12 23:13:27 +02:00
Flatulent Fowl
b46d587f8f chore: reset project version to 1.0.0 and add automated release workflow 2026-05-12 23:00:01 +02:00
Claude
33d1ad287d
Install @types/node as dev dependency
- Resolves Node.js type references in source code
- Enables proper type checking for process and child_process imports
2026-05-12 18:28:08 +00:00
Claude
8fa2314522
Remove redundant 'Obsidian plugin:' prefix from descriptions
- Update manifest.json and package.json descriptions to remove 'Obsidian plugin:' prefix
- 'Obsidian' is implied by the plugin directory context
- Fix capitalization: 'Microsofts' -> 'Microsoft's'
2026-05-12 18:26:47 +00:00
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
de7db324c3 refactor: improve plugin stability with filesystem checks, add ESLint configuration, and update settings UI labels 2026-05-04 11:43:14 +02:00
Rhys
c6ea3a2f82 chore: add eslint configuration and improve file conversion type safety 2026-05-04 11:29:11 +02:00
Flatulent Fowl
d28e037162
Update description for the Obsidian plugin 2026-05-03 20:10:15 +02:00
Rhys
3ec69575c8 Added support for all file types supported by markitdown 2026-05-03 19:59:37 +02:00
Rhys
2eb6d5f3a4 first commit 2026-05-03 19:23:16 +02:00