copilot-swe-agent[bot]
32f93a670e
Fix link text extraction in MarkdownToInlinesConverter to handle formatted inline children
...
- Add GetPlainText helper that recursively collects text from all inline children
(LiteralInline for leaf text, ContainerInline recurses into children)
- Use GetPlainText(link) instead of .OfType<LiteralInline>() so bold/italic
labels like [**text**](url) are rendered correctly
- Fix BulletType: ListBlock.BulletType is a char in Markdig, not an enum;
remove the incorrect switch expression and use the char directly
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 18:20:58 +00:00
Oleksii Holub
752263a4da
Update DiscordChatExporter.Gui/Converters/MarkdownToInlinesConverter.cs
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-24 20:07:27 +02:00
copilot-swe-agent[bot]
2efddb3b2c
Inline local functions; simplify URL handling; localize OutputPathTooltip
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 17:13:16 +00:00
Oleksii Holub
2b20bf97e3
Apply suggestion from @Tyrrrz
2026-02-24 18:55:23 +02:00
copilot-swe-agent[bot]
dbc16f9f63
Render HyperLink for all links; allow any valid URI scheme
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 16:38:24 +00:00
copilot-swe-agent[bot]
3daf49cb52
Add Url property to HyperLink; simplify converter link handling; add http/https scheme guard
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 15:58:26 +00:00
copilot-swe-agent[bot]
f6ded3fc8c
Add markdown link support; fold bot instructions into markdown; set TextBlock properties directly
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 10:20:25 +00:00
copilot-swe-agent[bot]
5bbd3fa65e
Adopt MarkdownToInlinesConverter for instruction text formatting
...
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com >
2026-02-24 09:55:08 +00:00
Oleksii Holub
612ae2e894
Add a setting to control whether to respect advisory rate limits ( #1342 )
2025-05-12 19:52:47 +03:00
Oleksii Holub
7a69c87b56
Use a 3-way theme switcher instead of a 2-way switcher ( #1233 )
2024-05-13 23:56:21 +03:00
Oleksii Holub
b9c1c47474
Migrate to Avalonia ( #1220 )
2024-04-27 04:17:46 +03:00
Tyrrrz
4e69ff317b
Fix nullability mismatch in WPF converters
2024-01-15 23:59:16 +02:00
Oleksii Holub
057beaacd6
Use null as the default locale, which resolves to the current system default locale ( #1185 )
2024-01-15 23:58:28 +02:00
Tyrrrz
5abe74894c
Remove Channel.ParentNameWithFallback
2023-09-07 16:36:29 +03:00
Oleksii Holub
59344cedbe
Replace the date format option with a locale option ( #1130 )
2023-09-07 14:34:08 +03:00
Tyrrrz
5f6e51f6fb
Show threads in GUI at the bottom of the list, in specialized groups
...
Related to #1119
2023-08-28 21:31:51 +03:00
Tyrrrz
20f58963a6
Use CSharpier
2023-08-22 21:17:19 +03:00
Oleksii Holub
2463cb5087
Sort DMs by last message and avoid grouping them in GUI
...
Closes #271
2022-06-28 17:23:01 +03:00
Oleksii Holub
1daff4178d
Cleanup GUI
2022-04-01 00:10:17 +03:00
Tyrrrz
880f400e2c
C#10ify
2021-12-08 23:50:21 +02:00
Tyrrrz
511af1e35c
Refactor
2021-04-16 23:09:08 +03:00
Andrew Kolos
eb89ea5b40
Add partition by file size ( #497 )
2021-04-12 13:50:32 +03:00
Tyrrrz
ebe4d58a42
Cleanup
2021-02-22 03:15:22 +02:00
Tyrrrz
63803f98aa
Use C#9 features
2020-12-14 17:45:42 +02:00
Tyrrrz
1da80956dd
Refactor
2020-10-24 21:15:58 +03:00
Alexey Golub
45926b0990
Refactor last commit
2020-08-07 21:41:10 +03:00
Alexey Golub
8685a3d7e3
Rework architecture
2020-04-22 19:23:31 +03:00
Alexey Golub
0d2ae8b5db
Add support for announcement channels
...
Closes #222
2019-12-01 17:35:56 +02:00
Alexey Golub
e5a2852165
Use nullable
2019-11-13 19:19:36 +02:00
Oleksii Holub
82b0b8cb0a
[GUI] Block UI when an export is underway
2019-04-12 15:23:07 +03:00
Alexey Golub
6d9bc3625f
Switch from DateTime to DateTimeOffset
2019-04-11 01:20:52 +03:00
Alexey Golub
e4b0d60c40
Add multichannel export to GUI
...
Closes #12
2019-02-09 19:03:34 +02:00
Alexey Golub
0d3510222e
Migrate to Stylet and refactor view/view-model framework
2018-11-29 19:18:44 +02:00
Alexey Golub
435510baf9
Remove AmmyUI
2018-04-15 16:08:57 +03:00