[feat:] initial wiki service implementation (basic, no editing, wrong directory- and saving-logic)

This commit is contained in:
2026-01-13 18:31:41 +01:00
parent c760ef0936
commit aeb4092f28
3 changed files with 180 additions and 41 deletions

View File

@@ -25,6 +25,17 @@
<PackageReference Include="PdfSharp" Version="6.1.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.30.3" />
<PackageReference Include="AvaloniaEdit" Version="0.10.12" />
</ItemGroup>
<ItemGroup>
<None Include="wiki\**\*.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Remove="assets\icon.ico" />
<AvaloniaResource Include="assets\icon.ico">