Jumbee.Console.Documents
0.1.2
See the version list below for details.
dotnet add package Jumbee.Console.Documents --version 0.1.2
NuGet\Install-Package Jumbee.Console.Documents -Version 0.1.2
<PackageReference Include="Jumbee.Console.Documents" Version="0.1.2" />
<PackageVersion Include="Jumbee.Console.Documents" Version="0.1.2" />
<PackageReference Include="Jumbee.Console.Documents" />
paket add Jumbee.Console.Documents --version 0.1.2
#r "nuget: Jumbee.Console.Documents, 0.1.2"
#:package Jumbee.Console.Documents@0.1.2
#addin nuget:?package=Jumbee.Console.Documents&version=0.1.2
#tool nuget:?package=Jumbee.Console.Documents&version=0.1.2
Jumbee.Console Documents

About
This is an add-on library for Jumbee.Console that provides TUI viewers and editors for different document formats.
Formats supported
- Markdown
- AsciiDoc
- Mermaid
- Mermaid embedded in Markdown
Getting Started
See GETTING-STARTED.md on the project site, and the project documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- AdocNet.Core (>= 1.0.21)
- AdocNet.Parser (>= 1.0.21)
- Jumbee.Console (>= 0.1.2)
- Mermaider (>= 0.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Changelog
## 0.1.2
### Added
- `UI.SendInput(target, key, routeGlobal)` — an opt-in overload that runs the global hotkey dispatch (keys registered with `UI.RegisterHotKey`) before routing to the focused control, mirroring the live input path. Backward-compatible; existing calls route straight to the control as before.
- `Jumbee.Console.Snapshot`: `ConsoleSnapshot.RenderAfter` and `ToTextAfter` now accept a `routeGlobal` flag, so a headless snapshot test can exercise an app's global keybindings, not just control-routed input. Build the simulated key the same way the hotkey was registered so it compares equal.
## 0.1.1
- Initial public release.