Skip to content

Releases: nuthrash/obsidian-html-plugin

1.0.12 Release

12 Dec 08:30
Compare
Choose a tag to compare

Version 1.0.12

New

  1. Add supporting extra file extensions for HTML files. (#18)

Changes

  1. Modify scaling method to avoid conflict with some HTML files' CSS attributes. (#20)

1.0.11 Release

11 Nov 09:51
Compare
Choose a tag to compare

Version 1.0.11

Fixes

  1. Fix bubbling keydown events to parent to make global keyboard shortcuts workable. (#16)

1.0.10 Release

10 May 07:30
Compare
Choose a tag to compare

Version 1.0.10

New

  1. Add set background color forcely option. (#12)

1.0.9 Release

09 Apr 08:02
Compare
Choose a tag to compare

Version 1.0.9

Fixes

  1. Fix keyboard hotkey mappings on iOS platforms.

1.0.8 Release

05 Apr 07:15
Compare
Choose a tag to compare

Version 1.0.8

New

  1. Add zoom-in and zoom-out feature. (#8)
  2. Add search feature. (#9)

1.0.7 Release

31 Dec 16:43
Compare
Choose a tag to compare

Version 1.0.7

Changes

  1. Refactor CSS isolation facilities from Shadow DOM to IFrame. (#7)
  2. Refactor related facilities for IFrame and isolate all Operating Modes.
  3. Remove some useless HTML Sanitization attributes for Obsidian platform.

Fixes

  1. Fix setting page table color in dark mode. (#6)

1.0.6 Release

23 Nov 14:08
Compare
Choose a tag to compare

Version 1.0.6

Changes

  1. Add new setting "Operating Mode". Users can switch to less restricted modes by themselves.

Fixes

  1. Fix error cutting CSS variables sequence.

1.0.5 Release

15 Nov 14:46
Compare
Choose a tag to compare

Version 1.0.5

Changes

  1. Change HTML Sanitization sanitizer to self-designed sanitizeAndApplyPatches() and only sanitize HTML attributes to prevent XSS attacks.
  2. Remove "sanitize-html" HTML Sanitization package because its sub-module invoke some APIs only available on desktop version of Obsidian.

Fixes

  1. Fix unable enabling this plugin after installed to the mobile version of Obsidian.
  2. Fix error comparison of CSS selector for ":root".

1.0.4 Release

11 Nov 15:31
Compare
Choose a tag to compare

Version 1.0.4

Changes

  1. Change HTML Sanitization package to "sanitize-html" and only sanitize HTML attributes to prevent XSS attacks.
  2. Isolate the content of HTML file with Shadow DOM and div style to prevent CSS Style Pollution.

Fixes

  1. Fix Declarative Shadow DOM elements not loaded properly.
  2. Fix global CSS effects of HTML files would cause main program misarrange layout problem.

New

  1. Add SingleFileZ's compressed HTML-like file format support.

Bugs

  1. Cannot be enabled at mobile version of Obsidian because of using desktop-only APIs. (#5)

1.0.3 Release

18 Oct 16:16
Compare
Choose a tag to compare

Version 1.0.3 - merged into Obsidian's community plugins https://obsidian.md/plugins.

Changes

  1. Remove HtmlPluginSettings.ts and related code.
  2. Change innerHTML to noticeEl.createEl() of showError().
  3. Change console.log() to showError().