This commit is contained in:
HueByte
2026-07-16 03:54:30 +00:00
parent 35bf05433e
commit 9944e86ee3
71 changed files with 14161 additions and 884 deletions
@@ -213,6 +213,39 @@ Class ClientConfig <a class="header-action link-secondary" title="View source"
<a id="EchoHub_Client_Config_ClientConfig_DefaultAsciiSize_" data-uid="EchoHub.Client.Config.ClientConfig.DefaultAsciiSize*"></a>
<h3 id="EchoHub_Client_Config_ClientConfig_DefaultAsciiSize" data-uid="EchoHub.Client.Config.ClientConfig.DefaultAsciiSize">
DefaultAsciiSize
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/Config/ClientConfig.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>ASCII-art rendering size for images you attach: &quot;s&quot; (40×40), &quot;m&quot; (80×80), or &quot;l&quot; (120×120).
Applies to copy-paste/drag-drop attachments, which have no per-file size flag.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string DefaultAsciiSize { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_Config_ClientConfig_DefaultPreset_" data-uid="EchoHub.Client.Config.ClientConfig.DefaultPreset*"></a>
<h3 id="EchoHub_Client_Config_ClientConfig_DefaultPreset" data-uid="EchoHub.Client.Config.ClientConfig.DefaultPreset">
@@ -244,6 +277,39 @@ Class ClientConfig <a class="header-action link-secondary" title="View source"
<a id="EchoHub_Client_Config_ClientConfig_DownloadPath_" data-uid="EchoHub.Client.Config.ClientConfig.DownloadPath*"></a>
<h3 id="EchoHub_Client_Config_ClientConfig_DownloadPath" data-uid="EchoHub.Client.Config.ClientConfig.DownloadPath">
DownloadPath
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/Config/ClientConfig.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Folder where downloaded attachments and saved images are written. When null, the
OS Downloads folder is used. Set via the native folder picker or <code>/downloadpath</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string? DownloadPath { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_Config_ClientConfig_Notifications_" data-uid="EchoHub.Client.Config.ClientConfig.Notifications*"></a>
<h3 id="EchoHub_Client_Config_ClientConfig_Notifications" data-uid="EchoHub.Client.Config.ClientConfig.Notifications">