Skip to content

Releases: ROOCKY-dev/ViewItAll

2.0.1

19 Mar 14:01

Choose a tag to compare

What's New in 2.0.1

Native OOXML document engine

  • Complete rewrite of the .docx viewer/editor using a native OOXML parser
  • No dependency on mammoth.js or html-to-docx — parses ZIP/XML directly
  • Round-trip save preserves all original ZIP entries (styles, media, theme)

Full editing support

  • Toggle between view and edit mode
  • Formatting toolbar: bold, italic, underline, strikethrough, font, size, color, highlight, alignment
  • Keyboard shortcuts: Ctrl+B/I/U, Ctrl+Z/Ctrl+Shift+Z, Ctrl+S
  • Image insertion and inline rendering
  • Table editing with Tab/Shift+Tab navigation
  • Snapshot-based undo/redo (100 levels)

Bug fixes

  • Fixed all Obsidian plugin review bot issues
  • Replaced el.style.X with CSS classes and setCssStyles()
  • Removed unused imports and variables
  • Fixed async onUnloadFile without guaranteed await

1.5.0

12 Mar 03:47

Choose a tag to compare

First release to the public added support for :

  • .docx
  • .xlsx
  • .csv
  • .pptx

And :

  • some tools for the PDF viewer.

The main goal is to make it collage friendly as I don't need to leave obsidian when I want to study or view docs answer Qs in my .docx file etc…