Skip to content

Commit 0363410

Browse files
committed
docs: add note about JSON re-import to export modal
Added styled information box explaining that only JSON exports can be re-imported to continue workflows. Helps users understand format choices.
1 parent 68df21b commit 0363410

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/lib/components/theia/ExportConfigModal.svelte

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@
256256
📄 PDF <span class="badge">Soon</span>
257257
</button>
258258
</div>
259+
<p class="help-text format-note">
260+
<strong>Note:</strong> Only JSON exports can be re-imported to continue your workflow. Use Markdown or HTML for sharing and documentation.
261+
</p>
259262
</div>
260263

261264
<!-- Options -->
@@ -524,6 +527,18 @@
524527
margin-top: 0.25rem;
525528
}
526529
530+
.format-note {
531+
margin-top: 0.75rem;
532+
padding: 0.75rem;
533+
background: #f8f9fa;
534+
border-left: 3px solid #0d6efd;
535+
border-radius: 4px;
536+
}
537+
538+
.format-note strong {
539+
color: #495057;
540+
}
541+
527542
.format-tabs {
528543
display: flex;
529544
gap: 0.5rem;

0 commit comments

Comments
 (0)