Dev Log
Week of March 15, 2026
d20Tek-Home
- Implemented dynamic page generation for tutorials from markdown files in the solution.
- Implemented dynamic page generation for stand-alone articles from markdown files.
- Split navmenu to include both articles and tutorials NavLinks.
- Added new full CLI tutorial TOC page and the first lession page with content, images, and cross linking.
- Link: https://d20tek.com/
Notepad.Tui
- Implemented zoom in/out behavior that tells users how to use zoom in the terminal host.
- Implemented File > Recent menu that shows a most-recently opened files (max of 10 files).
- Fixed bug with Alt hotkey getting processed by editor and not surfaced to the menubar.
- Implemented Insert/Overwrite behavior in the editor with View > Overwrite mode menu item toggle.
- Released new Alpha build v0.2.4 to NuGet.org.
- Link: https://d20tek.com/projects/notepad-tui
Mythic.Engine
- Implemented core data types for formulas and general code in Engine.Core namespace.
- Implemented formula tokenizer, parser, and evaluator classes for handle text based formulas.
- Implemented the public Formula class as entry point for working with formulas.
- Implemented console app with Spectre.Console to first run formulas.
- Added unit test suite for the full Engine and Cli projects.