The flexible and customizable Wiki Platform written in c# using aspnet core and SQLite. Runs on Windows, Linux, and Mac with zero upfront configuration.

content-management sqlite wiki
3 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub
enhancement help wanted

The flexible and customizable Wiki Platform written in c# using aspnet core and SQLite. Runs on Windows, Linux, and Mac with zero upfront configuration.

C#
#content-management#sqlite#wiki
Theme fixes. 3 months ago

AI Summary: Fix theme-related issues in the TightWiki project. Specifically, address header height overlap in Lux, Materia, Pulse, and Quartz themes, and menu display problems in Solar and Vapor themes (including unreadable labels in Vapor).

Complexity: 4/5
bug good first issue

The flexible and customizable Wiki Platform written in c# using aspnet core and SQLite. Runs on Windows, Linux, and Mac with zero upfront configuration.

C#
#content-management#sqlite#wiki

AI Summary: The issue is a `System.Exception` thrown during a search in TightWiki (version 2.21.8) when converting a string representation of a float (e.g., "0.60") to a float. The problem stems from the `float.TryParse` method potentially using the wrong culture (Swedish instead of invariant), leading to parsing failure due to the decimal separator difference. The solution involves modifying the `ConvertTo` method in `NTDLS.Helpers.Converters.cs` to explicitly use `CultureInfo.InvariantCulture` within `float.TryParse` to ensure consistent parsing regardless of the system's regional settings.

Complexity: 3/5
bug help wanted

The flexible and customizable Wiki Platform written in c# using aspnet core and SQLite. Runs on Windows, Linux, and Mac with zero upfront configuration.

C#
#content-management#sqlite#wiki