@tutti-os/workspace-file-preview 0.0.94 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,3 +9,8 @@ responsible for reading bytes from the local workspace.
|
|
|
9
9
|
It also exposes a small React preview surface for consumers that want the shared
|
|
10
10
|
image, text, loading, and readonly rendering shell while keeping host-specific
|
|
11
11
|
icons and localized copy outside this package.
|
|
12
|
+
|
|
13
|
+
HTML rendering is an explicit consumer opt-in. File-manager detail panes and
|
|
14
|
+
reference pickers intentionally leave it disabled so HTML files are shown as
|
|
15
|
+
source text; opening or executing an HTML document belongs to a separate browser
|
|
16
|
+
activation flow.
|