dodyg / fanon

This is a super friendly wiki written in ASP.NET Core using featherHttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiki

This is an experimental wiki to figure out better ways to write and organize ideas. The ideas being experimented here includes:

  • Federated Wiki
  • Numbered Entries

Note. This wiki requires preview features of C# 9 that is only available on .NET 5 SDK.

  • It supports markdown
  • You can rename pages
  • It is stored using LiteDB
  • It has a nice markdown editor
  • You can upload attachments in every page
  • You can delete attachments
  • You can delete pages
  • It has pages and attachment markdown linking helpers
  • Namespace support. Each namespace is marked by url segment, e.g. /recruitment/about means about page under recruitment namespace. It can also go multiple levels of namespace e.g. /recruitment/2020/about -- the namespace is recruitment/2020.
  • Basic search functionality

Used libraries:

Screenshot screenshot of the running wiki

About

This is a super friendly wiki written in ASP.NET Core using featherHttp

License:MIT License


Languages

Language:C# 100.0%