Blazor MarkdownView Implemented MarkdigRenderer (for IMarkdownRenderer) to take markdown text and render it as html. Implemented MarkdownView that has Markdown parameter and used IMarkdownRenderer to convert it to html. Implemented AddMarkdownRenderer helper to register default renderer with DI. Added unit tests for this component and helper classes. Added MarkdownViewPage to the FullSample.Wasm project to show … Continue reading DevLog: Week of March 8, 2026
Category: Dev-Log
dev-log: Weekly Developer Work Log Tool
A command-line utility to help developers create and edit weekly work logs, persisting them as structured markdown files. Track project accomplishments and delivery status week by week, all without leaving your terminal. Overview dev-log is a lightweight .NET global tool built for developers who want a simple, structured way to record what they accomplished each week. … Continue reading dev-log: Weekly Developer Work Log Tool
Dev-Log: Week of 02/22/2026
Weekly tracker of the projects that I worked on this week. Notepad.Tui Implemented editing features into Notepad.Tui. Added support for undo/redo functionality, allowing users to revert or reapply changes. Implemented Find and Replace functionality, enabling users to search for specific text and replace it within the document. Implemented Find/Replace/Go to Line dialogs using Terminal.Gui library. … Continue reading Dev-Log: Week of 02/22/2026