Skip to content

Releases: arias007/obsidian-mobile-webviewer

Mobile Webviewer 0.3.36

28 Jun 01:18

Choose a tag to compare

Release 0.3.36

  • Cleans Obsidian review lint warnings in the plugin source.
  • Keeps Note browser startup default behavior and local browser surfaces intact.
  • Ships validated main.js, manifest.json, and styles.css assets.

Mobile Webviewer 0.3.35

27 Jun 23:59

Choose a tag to compare

Release 0.3.35

  • Obsidian review warning cleanup pass.
  • Mobile Webviewer local build assets: main.js, manifest.json, styles.css.

Mobile Webviewer 0.3.32

27 Jun 16:04

Choose a tag to compare

Mobile Webviewer 0.3.32

  • Fixes the 0.3.31 community review source-code error by removing the top settings heading entirely, avoiding both plugin-name and generic settings-heading wording rules.
  • Keeps the previous community review fixes from 0.3.30 and 0.3.31.

Local install was built, copied to the vault plugin folder, syntax-checked, archived, and Obsidian was restarted.

Mobile Webviewer 0.3.31

27 Jun 15:22

Choose a tag to compare

Mobile Webviewer 0.3.31

  • Fixes the 0.3.30 community review source-code error by avoiding the plugin name in the settings heading.
  • Keeps the 0.3.30 review fixes for manifest description, unsupported APIs, unsafe saved-note restoration, static style assignments, dynamic reader customizations, lookbehind regex, and dependency cleanup.

Local install was built, copied to the vault plugin folder, syntax-checked, and Obsidian was restarted.

Mobile Webviewer 0.3.30

27 Jun 14:56

Choose a tag to compare

Mobile Webviewer 0.3.30

  • Fixes Obsidian community review blockers from 0.3.29:
    • Removes redundant product name from manifest description.
    • Avoids unsupported Obsidian APIs for the declared minAppVersion.
    • Replaces unsafe saved-note HTML/doodle restoration paths with safer DOM helpers.
    • Stops detaching plugin leaves during unload.
    • Moves static style writes to CSS classes or Obsidian CSS helper APIs.
    • Disables arbitrary reader custom CSS/JavaScript execution in the community-safe build.
    • Removes lookbehind regex usage for older iOS compatibility.
    • Uses Setting.setHeading for the settings heading.
  • Removes the builtin-modules dev dependency by using Node builtinModules.

Local install was built, copied to the vault plugin folder, syntax-checked, and Obsidian was restarted.

Mobile Webviewer 0.3.29

27 Jun 14:10

Choose a tag to compare

Mobile Webviewer 0.3.29

Fixed

  • Keep the NoteWeb navigation self-healing heartbeat from overwriting the address bar while the user is typing.
  • Stop the Bing home navigation toolbar from overlapping the home search box.
  • Adjust mobile sticky status positioning for the two-row navigation layout.

Included since 0.3.23

  • Internal multi-tab utility pages for history, bookmarks, reading list, downloads, console, and Cancip.
  • BrowserView page note overlay with per-URL text and doodle persistence.
  • QR code generation with bundled qrcode-generator.
  • More menu cleanup, grouped actions, import/export, stronger ad block/mark selectors, and improved NoteWeb fallback reader.

Mobile Webviewer 0.3.23

27 Jun 05:39

Choose a tag to compare

Mobile Webviewer 0.3.23

  • Strengthen per-URL NoteWeb text and doodle persistence so page changes are flushed before navigation and close.
  • Remove visible NoteWeb doodle text button while keeping normal NoteDraw-style wand behavior untouched.
  • Keep BrowserView behind the More menu and use icon-style controls instead of bottom text buttons.
  • Add reader fallback paths when live page frames fail, error, or load empty content.
  • Version bumped to 0.3.23; built and installed locally before publishing.

Mobile Webviewer 0.3.21

27 Jun 02:49

Choose a tag to compare

Mobile Webviewer 0.3.21

  • Fixes NoteWeb NoteDraw magic-wand recovery after in-page navigation.
  • Rebinds NoteDraw after URL changes by refreshing workspace/layout events and NoteDraw source/webview/header controllers.
  • Clears stale NoteDraw webview controller entries so the original top magic wand can target the current page.
  • Keeps Note Browser as the default startup surface in reading/note mode.

Verification:

  • npm run build
  • node --check main.js
  • Installed locally to E:/note/.obsidian/plugins/mobile-webviewer and restarted Obsidian

Mobile Webviewer 0.3.19

27 Jun 00:43

Choose a tag to compare

Mobile Webviewer 0.3.19

  • Make the notebook-style Note Browser the default startup surface.
  • Migrate existing settings so startup opens Note Browser in reading view with the note frontend instead of the globe/Web mode.
  • Keep Browser View/Web mode as an explicit manual switch.

Built and locally installed/tested before release.

Mobile Webviewer 0.3.17

26 Jun 23:27

Choose a tag to compare

Mobile Webviewer 0.3.17

  • Move Note Browser / Browser View shortcuts into the top browser toolbar as icon buttons.
  • Move 存 MD into the top toolbar as a file-down icon button.
  • Remove visible split-mode entry points from the toolbar and settings.
  • Keep the note surface cleaner by removing duplicate text action buttons from the reader layer.

Built from commit dc0f5e2.