Commit Graph

  • 93ec7401c8 Add support for markdown tables Patrik Svensson 2020-09-30 23:37:28 +02:00
  • 697273917e Move console encoder to rendering namespace Patrik Svensson 2020-09-21 17:07:05 +02:00
  • 2943535973 Make segments immutable Patrik Svensson 2020-09-21 17:03:17 +02:00
  • cd0d182f12 Add support for recording console output Patrik Svensson 2020-09-21 00:44:47 +02:00
  • b197f278ed Add support for rows Patrik Svensson 2020-09-20 19:04:34 +02:00
  • 3847a8949f Fix bug with uris being interpreted as emojis Patrik Svensson 2020-09-20 13:00:44 +02:00
  • eeb3f967b6 Update emoji support Patrik Svensson 2020-09-18 01:58:55 +02:00
  • 090b30f731 Use Wcwidth library Patrik Svensson 2020-09-17 11:18:27 +02:00
  • df291ef84e Fix Info example emoji problem Patrik Svensson 2020-09-17 10:52:39 +02:00
  • 7d6104ace4 Add padder widget Patrik Svensson 2020-09-14 23:34:02 +02:00
  • 314456ca17 Add emoji codes to example Kristian Hellang 2020-09-15 22:55:14 +02:00
  • b7f654cd7f Replace emoji in segment text Kristian Hellang 2020-09-15 22:54:23 +02:00
  • fea8a36e8a Add generated Emoji class with corresponding non-generated file Kristian Hellang 2020-09-15 22:53:14 +02:00
  • 0632b38477 Fix relative path in existing color script Kristian Hellang 2020-09-15 22:52:13 +02:00
  • a7b7d4e556 Add Generator command to generate emoji lookup table Kristian Hellang 2020-09-15 22:51:55 +02:00
  • 11d331e31d Add .DS_Store to .gitignore Kristian Hellang 2020-09-15 22:43:02 +02:00
  • ce670a7ca9 Add link identity generator Patrik Svensson 2020-09-12 14:47:32 +02:00
  • 101e244059 Minor clean up Patrik Svensson 2020-09-12 10:46:57 +02:00
  • 504746c5dc Add link support for supported terminals Patrik Svensson 2020-09-11 00:34:45 +02:00
  • 1601ef24b3 Update border documentation Patrik Svensson 2020-09-09 14:27:40 +02:00
  • b46d0fa4f6 Group IAnsiConsole extensions in csproj Patrik Svensson 2020-09-09 08:47:55 +02:00
  • 4f06687104 Restructure solution a bit Patrik Svensson 2020-09-09 08:43:48 +02:00
  • 003e15686f Add documentation for tables Patrik Svensson 2020-09-08 18:04:24 +02:00
  • 3e9796849b Add more borders for grids, tables, and panels Patrik Svensson 2020-09-08 00:08:13 +02:00
  • 3cc19520b0 Add implicit conversion op from string to Style Patrik Svensson 2020-09-06 22:58:35 +02:00
  • 87bde3e5a2 Remove BorderKind in favour of Border Patrik Svensson 2020-09-06 11:24:30 +02:00
  • e6e9a4d950 Add description for 'Info' example Patrik Svensson 2020-09-05 08:52:06 +02:00
  • 29ce14e1e8 Rename 'Diagnostic' example to 'Info' Patrik Svensson 2020-09-05 08:50:00 +02:00
  • ceb3572d6a Make table and grid extension methods fluent Patrik Svensson 2020-09-05 08:49:36 +02:00
  • 13c56eca01 Allow mutation of segments Patrik Svensson 2020-09-05 08:39:48 +02:00
  • a477884d36 Move Panel extensions to Spectre.Console namespace Patrik Svensson 2020-09-05 08:20:13 +02:00
  • ae6d2c63a3 Add column support Patrik Svensson 2020-09-04 01:34:31 +02:00
  • e946289bd9 Make styles composable Patrik Svensson 2020-09-03 21:18:52 +02:00
  • bcaaa6b2d3 Update table of contents (skip-ci) Patrik Svensson 2020-09-03 20:04:06 +02:00
  • d3588a4b06 Remove styles and colors (skip-ci) Patrik Svensson 2020-09-03 20:03:12 +02:00
  • 7471e9d38c Add panel header support Patrik Svensson 2020-09-03 18:48:30 +02:00
  • 9f8ca6d648 Add text overflow support Patrik Svensson 2020-09-03 14:34:13 +02:00
  • 88edfe68ec Add border for color representations Patrik Svensson 2020-09-02 09:55:44 +02:00
  • 5d32764a64 Fix typo: SRG -> SGR Patrik Svensson 2020-09-02 09:02:59 +02:00
  • 4f6c9c62c7 Set fetch depth to 0 Patrik Svensson 2020-09-01 22:05:46 +02:00
  • f2677213a4 Separate build and run when publishing docs Patrik Svensson 2020-09-01 22:00:44 +02:00
  • bdaf00a556 Remove empty documentation pages Patrik Svensson 2020-09-01 21:51:25 +02:00
  • 7de4b6c7b9 Build docs as part of CI Patrik Svensson 2020-09-01 21:48:41 +02:00
  • 0bc801e3eb Build docs when source change Patrik Svensson 2020-09-01 21:40:49 +02:00
  • 88a82cdad0 Build docs in release mode Patrik Svensson 2020-09-01 21:39:40 +02:00
  • 0cecb555d5 Show documentation version in footer Patrik Svensson 2020-09-01 21:33:15 +02:00
  • 52e3ee17b0 Fix logo link Patrik Svensson 2020-09-01 21:28:52 +02:00
  • caf7661e66 Moves all the pages up a level and hardcodes the section name Dave Glick 2020-09-01 15:12:21 -04:00
  • 65f0a085cc Updated to the latest Statiq Web with breakage fixes Dave Glick 2020-09-01 14:52:04 -04:00
  • a123806cd8 Add docs for escaping [ and ] in markup Patrik Svensson 2020-09-01 16:52:40 +02:00
  • 173645cdd2 Added documentation for markup text Patrik Svensson 2020-08-31 14:05:28 +02:00
  • 7fd2efaeb5 Merge segments before rendering Patrik Svensson 2020-08-30 12:33:49 +02:00
  • 47fd646d21 Enable publish for all tags (skip-ci) Patrik Svensson 2020-08-30 10:22:25 +02:00
  • a06859dcb5 Only publish on tags (skip-ci) Patrik Svensson 2020-08-30 10:12:45 +02:00
  • 7d3a67e6ae Always publish tags (skip-ci) Patrik Svensson 2020-08-30 10:04:29 +02:00
  • f4497b1278 Docs: Added color number (skip-ci) Patrik Svensson 2020-08-29 11:25:19 +02:00
  • a16daade6c Fallback to default buffer size Patrik Svensson 2020-08-28 11:12:23 +02:00
  • ab73d16583 Fix Unescaped Bracket Khalid Abuhakmeh 2020-08-27 14:45:23 -04:00
  • f2566f2ca4 Remove commented out code (skip-ci) Patrik Svensson 2020-08-27 20:13:35 +02:00
  • 358b0225b4 Add documentation header (skip-ci) Patrik Svensson 2020-08-27 20:12:13 +02:00
  • 68aaf8a2fa Embed symbols in package Patrik Svensson 2020-08-27 19:31:44 +02:00
  • 1b2f2dab82 Do not depend on System.Memory Patrik Svensson 2020-08-27 19:31:12 +02:00
  • 270658b0bb Add hard coded links to root (skip-ci) Patrik Svensson 2020-08-27 16:51:04 +02:00
  • 21c210dc8a Potential fix for link root (skip-ci) Patrik Svensson 2020-08-27 16:03:01 +02:00
  • c546835198 Add host info to docs (skip-ci) Patrik Svensson 2020-08-27 15:48:53 +02:00
  • 3a432b11c8 Update workflow for publishing docs (skip-ci) Patrik Svensson 2020-08-27 15:38:17 +02:00
  • 3210afb698 Add workflow for pushing docs Patrik Svensson 2020-08-27 15:31:12 +02:00
  • f1912b1d44 Add initial docs Patrik Svensson 2020-08-27 13:57:25 +02:00
  • decb887b0a Throw if markup contains unescaped close tag Patrik Svensson 2020-08-26 21:15:52 +02:00
  • 31f117aed0 Clean up public API Patrik Svensson 2020-08-26 15:03:49 +02:00
  • c111c7d463 Restructure and update example image Patrik Svensson 2020-08-25 11:19:58 +02:00
  • 695327ec72 Update README Patrik Svensson 2020-08-25 10:10:12 +02:00
  • 6df90442b7 Add support for setting border color Patrik Svensson 2020-08-25 10:09:25 +02:00
  • 7182d01a23 Fix typo in "Bonjour le monde" (skip-ci) Patrik Svensson 2020-08-25 09:16:46 +02:00
  • 8a01b93aca Don't limit tables and grids to markup text Patrik Svensson 2020-08-24 23:24:23 +02:00
  • effdecb1d4 Add GitHub Sponsors data (skip-ci) Patrik Svensson 2020-08-24 12:04:01 +02:00
  • 4cfe55cc27 Emit native line breaks Patrik Svensson 2020-08-16 13:47:57 +02:00
  • 5b33f80213 Fix line ending problem with text Patrik Svensson 2020-08-16 12:26:51 +02:00
  • d7bbaf4a85 Add word wrapping for text Patrik Svensson 2020-08-13 21:12:45 +02:00
  • 0119364728 Add examples of how to use Spectre.Console Patrik Svensson 2020-08-12 14:25:26 +02:00
  • 1d74fb909c Add support for adding empty rows Patrik Svensson 2020-08-11 17:44:51 +02:00
  • 5d132220ba Enable nullable reference types Patrik Svensson 2020-08-11 17:15:58 +02:00
  • a273f74758 Add aliases for styles Patrik Svensson 2020-08-11 07:54:02 +02:00
  • 717931f11c Add support for RGB colors Patrik Svensson 2020-08-11 07:54:01 +02:00
  • bcfc495843 Add support for hex colors Patrik Svensson 2020-08-11 07:54:00 +02:00
  • 9aa36c4cf0 Do not include cell separators in grid Patrik Svensson 2020-08-11 11:45:05 +02:00
  • 22d4af4482 Preserve line breaks Patrik Svensson 2020-08-10 11:35:01 +02:00
  • f4d1796e40 Do not split lines if width is 0 Patrik Svensson 2020-08-09 11:49:58 +02:00
  • 2dd0eb9f74 Add support for column alignment and padding Patrik Svensson 2020-08-08 01:52:54 +02:00
  • fa85216554 Add fallback for unicode borders Patrik Svensson 2020-08-07 22:24:38 +02:00
  • d475e3b30a Reset colors before line break Patrik Svensson 2020-08-07 13:08:28 +02:00
  • 9637066927 Add better algorithm for calculating column widths Patrik Svensson 2020-08-05 16:25:09 +02:00
  • 0b4321115a Add background color examples in Sample console AdmiringWorm 2020-08-07 08:08:55 +02:00
  • 5cd9ece31a Add check for IsDefault when comparing Colors AdmiringWorm 2020-08-07 08:08:05 +02:00
  • b0341862cf Add failing unit test for comparing black and default color AdmiringWorm 2020-08-07 07:36:07 +02:00
  • 2e7b3d520a Update regex to correctly identify Windows 10 AdmiringWorm 2020-08-07 04:00:02 +02:00
  • 646f51a628 Fix NuGet badge (skip-ci) Patrik Svensson 2020-08-05 16:03:09 +02:00
  • a0bd481255 Add package icon Patrik Svensson 2020-08-05 15:46:09 +02:00
  • 6d197c5140 Add border support for panels Patrik Svensson 2020-08-05 15:24:18 +02:00
  • 108e56c229 Add rounded border Patrik Svensson 2020-08-05 14:07:46 +02:00