Blog icon indicating copy to clipboard operation
Blog copied to clipboard

A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility...

Results 15 Blog issues
Sort by recently updated
recently updated
newest added
trafficstars

Add vertical timeline with professional events. This should give the reader a rough overview of the professional experience one made. ## Open Questions * Is it part of the.AboutMe Page?...

enhancement

Ideas: - [ ] having a wiki page how to set up everything - [ ] Interactive setup when the blog is loaded the first time For the second one...

documentation

Steps to reproduce: 1. log in as a dummy admin on my dev machine 2. Write a blog post. 3. Save it as a draft. 4. Edited the draft and...

bug
investigate

When updating a blog post and changing the tags, after change those tags are not visible in the overview page nor in the search (for tags). ## Root-Cause When entering...

bug
area-sql

Currently, the migration for the database has to be done manually. It would be nice if a `BackgroundService` does the initial database setup (instead of `Database.EnsureCreated`) and migration. For starters,...

enhancement
help wanted

Introduce the nullable flag.

Instead of dismissing the whole work, we can just put the whole blog post into the local storage (or give the option to save the draft to local storage). This...

enhancement

We have multiple people that need a blog, and the question is this. 1. Is there an easy way to have multiple users all have a blog from the same...

enhancement
help wanted

Add Postgresql support (for example via Entity Framework).

enhancement
help wanted
good first issue