Releases: ROOCKY-dev/ViewItAll
Releases · ROOCKY-dev/ViewItAll
2.0.1
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.Xwith CSS classes andsetCssStyles() - Removed unused imports and variables
- Fixed async
onUnloadFilewithout guaranteed await
1.5.0
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…