Frank Ray and GitHub
1dabf25e1c
Add testing documentation ( #1631 )
2025-04-08 16:58:25 +02:00
Phil Scott
05ce33615e
Add async spinner extension methods and related documentation
2025-01-28 10:20:24 -05:00
Phil Scott and Patrik Svensson
43e9669395
Update documentation packages to latest versions
...
* HighlightService was modified to support GetClassifiedSpansAsync method
* Updated Program.cs to pull in the proper location of the Json and ImageSharp extension projects
* Statiq must have changed how they are doing xrefs, so I adjusted those to be more specific with a few links
2024-11-23 14:48:46 +01:00
Phil Scott and Patrik Svensson
835143d95f
Add Native AOT support documentation and update project files for AOT compatibility
2024-11-22 22:55:01 +01:00
aa9e5c48c6
Adding TransferSpeedColumn configuration to display bits/bytes + binary/decimal prefixes ( #904 )
...
* Adding configuration to TransferSpeedColumn to be able to display in both bytes/bits, as well as using binary/decimal prefix definitions.
---------
Co-authored-by: Frank Ray <52075808+FrankRay78@users.noreply.github.com >
2024-11-19 15:41:49 +00:00
Arman Ossi Loko and Patrik Svensson
a32dc8030b
Fixed docs examples URLs redirecting to the examples repository
2024-10-18 11:33:23 +02:00
Patrik Svensson and Patrik Svensson
7f8ed509bb
Fix strange sentence in docs
2024-09-14 14:15:32 +02:00
Davide Piccinini and GitHub
78f3f80b17
Update documentation: add example for the Text Prompt usage ( #1636 )
2024-09-10 09:03:20 +02:00
Patrik Svensson
96512f353f
Fix regression in Razor syntax
2024-08-30 09:18:07 +02:00
Jan Klass and Patrik Svensson
b61fff042b
Make method reference to Markup.Escape more obvious
...
best-practices refers and links to the `Markup.Escape` method but labeled it `EscapeMarkup`.
I got quite confused trying to find EscapeMarkup. Using the typical *class dot method* pattern seems preferable. It also matches what you write in code.
2024-06-23 14:29:25 +02:00
Mattias Karlsson and Patrik Svensson
7b13148773
Trim trailing comma in settings
2024-05-17 16:51:45 +02:00
Patrik Svensson
c5e11626b5
Add blog post for 0.49 release
2024-04-23 15:18:52 +02:00
Jonathan Sheely and GitHub
703d653ec5
Adds ValueFormatter to ProgressBar
2024-01-31 17:37:05 +01:00
Frank Ray and GitHub
9cc888e5ad
Make HelpProvider colors configurable ( #1408 )
2024-01-18 15:31:28 +01:00
Donovan Brown and Patrik Svensson
5a52c1f277
Updated typo in commandApp.md
...
There was a sentence where the word `commits` should have been `commands`.
2024-01-13 18:58:32 +01:00
Nils Andresen and GitHub
544e6a92df
Added the ITypeResolver to the ExceptionHandler ( #1411 )
2024-01-06 23:34:02 +00:00
Nils Andresen and GitHub
a94bc15746
Add the possibility to register multiple interceptors ( #1412 )
...
Having the interceptors registered with the ITypeRegistrar also enables the usage of ITypeResolver in interceptors.
2024-01-06 22:28:20 +00:00
Nils Andresen and Patrik Svensson
006da0f9ea
( #971 ) added spectre.console.cli to quick-start.
2024-01-01 10:17:59 +01:00
Nils Andresen and Patrik Svensson
44300c871f
fixed line-endings
2023-11-28 00:14:54 +01:00
Patrik Svensson and Patrik Svensson
cb52eb63ce
Add blog post for 0.48
2023-11-22 22:13:48 +01:00
Nils Andresen and GitHub
f7befacd79
( #644 ) Specified settings for the argument vector ( #1301 )
2023-09-13 09:06:25 +02:00
Nils Andresen and GitHub
9c86391fb6
( #1297 ) change all SetErrorHandler to SetExceptionHandler ( #1298 )
2023-09-12 13:57:02 +02:00
Nils Andresen and GitHub
a3dcb31729
Update ColumnsSample to showcase nicer data ( #1295 )
...
Also, I switched the base width of the AsciiCast back
to 82 (from 120) so newly created casts are no longer
overflowing the display with on the pages.
Re-created the Panel and BreakdownChart casts, as
they were currently overflowing due to the 120 chars
width of the cast.
2023-09-12 12:58:18 +02:00
Nils Andresen
c64797d681
( #1279 ) added the missing columns-cast
2023-09-11 23:26:54 +02:00
Frank Ray and GitHub
131b37fff8
Allow custom help providers ( #1259 )
...
Allow custom help providers
* Version option will show in help even with a default command
* Reserve `-v` and `--version` as special Spectre.Console command line arguments (nb. breaking change for Spectre.Console users who have a default command with a settings class that uses either of these switches).
* Help writer correctly determines if trailing commands exist and whether to display them as optional or mandatory in the usage statement.
* Ability to control the number of indirect commands to display in the help text when the command itself doesn't have any examples of its own. Defaults to 5 (for backward compatibility) but can be set to any integer or zero to disable completely.
* Significant increase in unit test coverage for the help writer.
* Minor grammatical improvements to website documentation.
2023-09-08 09:51:33 +02:00
Tomasz Prasołek and Patrik Svensson
813a53cdfa
Fix Rule widget docs
2023-07-16 12:29:04 +02:00
Frank Ray and GitHub
4c0178cf9a
Merge branch 'main' into Blog-post-for-0.47.0
2023-05-19 16:50:48 +01:00
Frank Ray
296bc61837
Updated links and github usernames to markdown url format so they render as native html links
2023-05-19 16:48:48 +01:00
Frank Ray and Patrik Svensson
766ccb1f1b
Minor grammatical update
2023-05-19 16:40:57 +02:00
Frank Ray and Patrik Svensson
f7314dc2e8
Blog post for 0.47.0
2023-05-19 16:40:57 +02:00
Frank Ray
f453890d13
Minor grammatical update
2023-05-19 12:26:35 +01:00
Frank Ray
2c8f459806
Blog post for 0.47.0
2023-05-19 12:22:28 +01:00
Andrii Rublov and GitHub
404b052a5f
Add ability to pass example args using params syntax ( #1166 )
2023-05-12 12:08:42 +01:00
Phillip Haydon and GitHub
5843a4545e
Fix coconut spelling
2023-04-24 14:37:06 +08:00
Will Baldoumas
62b30d6072
Alignment => Justification Docs Fixes
2023-01-25 17:45:30 -08:00
Patrik Svensson and Patrik Svensson
f223f6061c
Add blog post for 0.46 release
2023-01-10 04:00:15 +01:00
Patrik Svensson and Patrik Svensson
eba2a8cc76
Add layout documentation
2023-01-10 00:17:11 +01:00
Patrik Svensson and Patrik Svensson
bc6ba26840
Fix title of JSON docs
2023-01-10 00:17:11 +01:00
Patrik Svensson and GitHub
54be64ec84
Add JSON text renderer ( #1086 )
...
* Add JsonText widget to render highlighted JSON
Closes #1051
2022-12-31 18:17:15 +00:00
Brandon Wood and Patrik Svensson
a9b97fa4dc
fixed panel/table copypasta
2022-11-16 00:07:49 +01:00
Patrik Svensson and Patrik Svensson
7dce4af552
Add support for .NET 7.0
2022-11-10 12:01:13 +01:00
Setenay and GitHub
995ef10b8b
Created a Columns widget documentation ( #1044 )
2022-11-04 09:21:18 +01:00
Elisha Aguilera and GitHub
4ea64ccb9c
Added documentation guide for the Padder Widget ( #1046 )
2022-11-04 09:20:38 +01:00
Elisha Aguilera and GitHub
a755cc5d9c
Added documentation guide for Grid Widget ( #1043 )
2022-11-02 12:59:41 +01:00
Elisha Aguilera and Patrik Svensson
2a493cfee9
Added documentation for Rows widget
2022-11-01 09:48:38 +01:00
Steve Smith and Patrik Svensson
9df6ed213c
Minor typo fixes
...
Hope this is helpful, cheers!
2022-10-19 20:13:07 +02:00
Patrick and Patrik Svensson
5f1121e8e1
Create panel documentation
2022-10-15 06:44:48 +02:00
Benjamin Michaelis and GitHub
db095217b7
Add documentation for Breakdown Chart ( #1000 )
...
* Begin breakdown chart documentation
* Fix generator build failure
* Add in breakdown chart graphics
* Add breakdown chart documentation and move cast files
2022-10-06 22:02:25 +02:00
Johan Lindfors and Patrik Svensson
8b5836f4e4
Adding value: a single semi-colon!
2022-10-01 15:38:55 +02:00
Patrik Svensson and GitHub
d339442df8
Join .NET Foundation ( #978 )
2022-09-27 08:36:07 +02:00