Releases: nuthrash/obsidian-html-plugin
Releases · nuthrash/obsidian-html-plugin
1.0.12 Release
1.0.11 Release
Version 1.0.11
Fixes
- Fix bubbling keydown events to parent to make global keyboard shortcuts workable. (#16)
1.0.10 Release
1.0.9 Release
Version 1.0.9
Fixes
- Fix keyboard hotkey mappings on iOS platforms.
1.0.8 Release
1.0.7 Release
1.0.6 Release
Version 1.0.6
Changes
- Add new setting "Operating Mode". Users can switch to less restricted modes by themselves.
Fixes
- Fix error cutting CSS variables sequence.
1.0.5 Release
Version 1.0.5
Changes
- Change HTML Sanitization sanitizer to self-designed
sanitizeAndApplyPatches()
and only sanitize HTML attributes to prevent XSS attacks. - Remove "sanitize-html" HTML Sanitization package because its sub-module invoke some APIs only available on desktop version of Obsidian.
Fixes
- Fix unable enabling this plugin after installed to the mobile version of Obsidian.
- Fix error comparison of CSS selector for ":root".
1.0.4 Release
Version 1.0.4
Changes
- Change HTML Sanitization package to "sanitize-html" and only sanitize HTML attributes to prevent XSS attacks.
- Now, this plugin can view local image files after added
app://local/
orapp://local//
prefix string tosrc
attribute by hands (refer to "Allow embed of Local images using![](file:///...)
").
- Now, this plugin can view local image files after added
- Isolate the content of HTML file with Shadow DOM and div style to prevent CSS Style Pollution.
Fixes
- Fix Declarative Shadow DOM elements not loaded properly.
- Fix global CSS effects of HTML files would cause main program misarrange layout problem.
New
- Add SingleFileZ's compressed HTML-like file format support.
Bugs
- Cannot be enabled at mobile version of Obsidian because of using desktop-only APIs. (#5)
1.0.3 Release
Version 1.0.3 - merged into Obsidian's community plugins https://obsidian.md/plugins.
Changes
- Remove HtmlPluginSettings.ts and related code.
- Change
innerHTML
tonoticeEl.createEl()
ofshowError()
. - Change
console.log()
toshowError()
.