Releases: nuthrash/obsidian-html-plugin
Releases · nuthrash/obsidian-html-plugin
1.0.13 Release
Version 1.0.13
New
- Add supporting MHTML file format. (#19)
- Add the feature of opening links to other vault items in new tabs with CTRL+Click keys. (#27)
- Add the feature of refreshing opened HTML file view with the F5 key. (#28)
Changes
- Update some visual effects, icons, and texts for consistent with current Obsidian's style.
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 tosrcattribute by hands (refer to "Allow embed of Local images using").
- 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)