Skip to content

Releases: tndgyq/local-office-preview

Local Office Preview 0.2.3

Choose a tag to compare

@tndgyq tndgyq released this 13 Jul 05:35

Local Office Preview 0.2.3

This release addresses an Obsidian automated review finding in the settings UI.

Changes

  • Removed the redundant settings tab heading.

Install

Download these three files from the release assets into your vault plugin folder:

  • main.js
  • manifest.json
  • styles.css

Then reload Obsidian and enable Local Office Preview.

Local Office Preview 0.2.2

Choose a tag to compare

@tndgyq tndgyq released this 13 Jul 04:31

Local Office Preview 0.2.2

This release addresses an Obsidian automated review finding in the settings UI.

Changes

  • Renamed the settings heading from the plugin name to Preview options.

Install

Download these three files from the release assets into your vault plugin folder:

  • main.js
  • manifest.json
  • styles.css

Then reload Obsidian and enable Local Office Preview.

Local Office Preview 0.2.1

Choose a tag to compare

@tndgyq tndgyq released this 13 Jul 03:55

Local Office Preview 0.2.1

This release addresses automated community review findings.

Changes

  • Replaced DOCX HTML rendering with a local DOCX text preview and copy path.
  • Updated the settings tab heading to use Obsidian's standard Setting#setHeading() API.
  • Removed unused helper code and unnecessary dependencies from the bundle.

Install

Download these three files from the release assets into your vault plugin folder:

  • main.js
  • manifest.json
  • styles.css

Then reload Obsidian and enable Local Office Preview.

Local Office Preview 0.2.0

Choose a tag to compare

@tndgyq tndgyq released this 13 Jul 03:02

Local Office Preview 0.2.0

Initial community-directory submission release.

Features

  • Read-only local preview for Office and text files in Obsidian.
  • Fast local preview for .xlsx files.
  • Fast local HTML preview for .docx files.
  • Local cached PDF preview for PowerPoint and legacy Office files.
  • Windows fallback conversion through WPS Office or Microsoft Office.
  • Copy Text for extractable text in TXT/LOG, XLSX, DOCX, PPTX, and PPSX files.
  • Generated PDF previews are cached in the operating system temp directory, not in the vault.

Privacy

  • No network requests from the plugin.
  • No uploads.
  • No edits written back to source Office files.

Release assets

Attach these files individually to the GitHub release:

  • main.js
  • manifest.json
  • styles.css