mirror of
https://github.com/rmoff/obsidian-canvas-export.git
synced 2026-07-22 14:00:23 +00:00
- Use Modal.setTitle() and Setting().setHeading() in place of createEl('h2'/'h3')
- Use createSpan() and explicit length check instead of createEl('span') and !!
- Use activeWindow.setTimeout() so the PDF render wait works in popout windows
- Type require('electron') / require('@electron/remote') to remove unsafe-any warnings
- Replace builtin-modules dependency with node:module's builtinModules
- Check file existence via vault.adapter.exists() instead of getAbstractFileByPath(),
so files on disk that aren't in the vault index trigger the overwrite modal
instead of failing the next write with "file already exists"
- Add build provenance attestation step to the release workflow
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| release.yml | ||