mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-11 18:32:12 +00:00
included a button to export the chat content directly to a Markdown file
This commit is contained in:
parent
953c1c1dd8
commit
c69b30bad2
@ -71,7 +71,10 @@
|
||||
@T("OpenDocument Text (.odt)")
|
||||
</MudTooltip>
|
||||
</MudMenuItem>
|
||||
<MudMenuItem OnClick="@(() => this.ExportDocument(FileExportFormat.HTML))" Icon="@Icons.Custom.FileFormats.FileCode">
|
||||
<MudMenuItem OnClick="@(() => this.ExportDocument(FileExportFormat.MARKDOWN))" Icon="@Icons.Material.Filled.TextFields">
|
||||
@T("Markdown (.md)")
|
||||
</MudMenuItem>
|
||||
<MudMenuItem OnClick="@(() => this.ExportDocument(FileExportFormat.HTML))" Icon="@Icons.Material.Filled.Html">
|
||||
<MudTooltip Text="@T("Webpage")">
|
||||
@T("Hypertext (.html)")
|
||||
</MudTooltip>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user