Jumbee.Console.Documents 0.1.2

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jumbee.Console.Documents" Version="0.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jumbee.Console.Documents" Version="0.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Jumbee.Console.Documents" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Jumbee.Console.Documents --version 0.1.2
                    
#r "nuget: Jumbee.Console.Documents, 0.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Jumbee.Console.Documents@0.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Jumbee.Console.Documents&version=0.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Jumbee.Console.Documents&version=0.1.2
                    
Install as a Cake Tool

Jumbee.Console Documents

alternate text is missing from this package README image

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.10 0 8/2/2026
0.1.9 37 8/1/2026
0.1.8 41 7/31/2026
0.1.7 80 7/30/2026
0.1.6 88 7/29/2026
0.1.5 114 7/23/2026
0.1.4 108 7/21/2026
0.1.3 92 7/20/2026
0.1.2 91 7/20/2026
0.1.1 98 7/19/2026

# 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.