Dev Log
Week of March 22, 2026
Blazor MarkdownView
- Implemented codeblock copy button on HTML converted markdown.
- Component has a ShowCopyButton parameter to customize whether the button is shown.
- Added codeblocks to the MarkdownView sample page to show behavior.
- Added unit tests for new behavior.
- The copy code button copies everything in the inner codeblock to the clipboard.
- Fixed MarkdownView component to work with all Blazor app modes.
- Link: https://d20tek.com/projects/blazor-components
d20Tek-Home
- Updated Markdown component to get code copy button functionality in our articles and tutorials.
- Added articles for CLI lessons section 1.
- Cli lessons link: https://d20tek.com/tutorials/cli-toc
DevLog
- Added EditablePrompt control that allows caret movement and paste behavior in a Spectre.Console prompt.
- Updated AddEntry and EditEntry commands to use the EditablePrompt to make manipulating input text more natural.
- Released new dev-log tool build with changes.
- Link: https://d20tek.com/projects/dev-log