fix(core): onenote import (#15332)

#### PR Dependency Tree


* **PR #15332** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added improved Windows support for importing OneNote files, including
`.one`, `.onetoc2`, and `.onepkg` formats.
* Enabled reliable handling of Windows paths, including UNC and verbatim
paths.
* Added filesystem operations for reading, writing, discovering, and
opening OneNote content on Windows.

* **Bug Fixes**
* Improved file access and path resolution during OneNote imports on
Windows.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
DarkSky
2026-07-23 18:45:28 +08:00
committed by GitHub
parent 174ad9bc55
commit 8001451fd5
5 changed files with 173 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ resolver = "3"
base64 = "0.22.1"
base64-simd = "0.8"
block2 = "0.6"
bytes = "1"
chrono = "0.4"
core-foundation = "0.10"
coreaudio-rs = "0.12"