Skip to content

Releases: monapdx/obsidian-skeletal

Skeletal 1.0.1

Choose a tag to compare

@monapdx monapdx released this 17 Jul 10:03
Add ESLint setup and code quality improvements

Configure ESLint with obsidianmd plugin for linting TypeScript code. Replace deprecated builtin-modules with Node's built-in module:module. Refactor ProgressAutoUpdater to use dependency injection for settings. Update lint command and add lint:fix. Fix various code quality issues including regex escapes, type assertions, and deprecated API calls. Add project screenshots.

Skeletal 1.0.0

Choose a tag to compare

@monapdx monapdx released this 17 Jul 09:29
Add local deploy script, docs, and UI tweaks

Add local deployment workflow and docs: .env.local.example, scripts/deploy-local.mjs, deploy:local npm script, screenshots, and CHANGELOG.md. Update README with deployment, screenshots, usage, and development instructions. Update .gitignore to exclude local env, logs, and build outputs. Polish UI and layout: refactor TemplateBrowserModal structure and update styles.css for responsive modal/pane scrolling. Small metadata changes: manifest/package.json author/description and LICENSE copyright.