crashappsec / libcon4m

Base Compiler and Runtime Support for con4m
Apache License 2.0
0 stars 0 forks source link

New Grid #3

Closed viega closed 5 months ago

viega commented 5 months ago

This replaces the other half of the old nimutils Rope abstract.

It's much faster and more flexible. it currently supports column spans, and is better in almost every way, minus a few things where I have out of steam.

Currently what will be needed for full parity (will do these as-needed):

  1. I still need to size lines based on render width (right now it's only # cps).
  2. Have not yet implemented the 'no-wrap' option.
  3. Simple search / restyling interface for table content
  4. Enabling nested tables (very minor, but explicitly not done yet).
  5. Have an ingestion path from HTML / markdown to generate flows (requires table nesting to be enabled).