a2ab522516
Add CNAME
2021-04-05 17:45:29 +02:00
8778ab1739
Set new host for docs
2021-04-05 17:41:18 +02:00
693e1fa170
Update links, references and copyright
2021-04-05 16:59:09 +02:00
4b37a4708f
Update documentation
2021-04-05 16:48:02 +02:00
6121203fee
Rename tree to root so the example compiles.
...
The 'root' variable does not exist in current context. Either should call Render(tree) or have it renamed to root. I've chosen root as it's more consistent with the examples later on.
2021-04-02 23:32:15 +02:00
7f6f2437b1
Add support for exclusive mode
2021-03-15 13:14:40 -04:00
c2bab0ebf8
Allow custom instructions for prompts
...
Closes #229
2021-03-14 21:27:44 -04:00
8c099a0038
Add Elmah.io as sponsor
2021-03-14 21:17:56 -04:00
fa731070d8
update the docs
...
To improve discoveratbility of the new option
2021-03-04 07:47:00 -05:00
17ee8990f4
Update example image
2021-02-15 13:01:30 +01:00
fd217ffc83
Update sponsor text
2021-02-11 23:22:43 +01:00
95ec04df40
Add sponsor information
2021-02-11 23:20:11 +01:00
35568ab823
Updated Commands with with new Execute() method signature
2021-01-13 19:48:15 +01:00
d87d8e4422
Update exceptions.md
2021-01-10 20:45:44 +01:00
8261b25e5c
Fix tree rendering
...
Fixes some tree rendering problems where lines were not properly drawn
at some levels during some circumstances.
* Change the API back to only allow one root.
* Now uses a stack based approach to rendering instead of recursion.
* Removes the need for measuring the whole tree in advance.
Leave this up to each child to render.
2021-01-10 15:55:11 +01:00
0e0f4b4220
Add interactive prompts for selecting values
...
* Adds SelectionPrompt
* Adds MultiSelectionPrompt
Closes #210
2021-01-09 09:37:28 +01:00
4e2251fd62
Add migration guide for Spectre.Cli
2020-12-29 10:29:26 +01:00
0ae419326d
Add Spectre.Cli to Spectre.Console
...
* Renames Spectre.Cli to Spectre.Console.Cli.
* Now uses Verify with Spectre.Console.Cli tests.
* Removes some duplicate definitions.
Closes #168
2020-12-28 17:28:03 +01:00
7dccb310f3
Add support for bar charts
...
Closes #103
2020-12-23 10:05:08 +01:00
501db5d287
Add status support
2020-12-09 00:07:02 +01:00
ae32785f21
Add progress task list support
2020-12-04 07:29:48 +01:00
b7cd7dd53e
Fix grammar in Canvas Image docs
2020-11-25 13:52:17 +01:00
3e1251b86a
Fix heading size
2020-11-25 13:41:11 +01:00
b0b988a1e7
Add Canvas and CanvasImage docs
2020-11-25 12:15:25 +01:00
a5125d640c
Add initial FIGlet docs
2020-11-22 03:27:15 +01:00
aaf77c3b25
Fix prompt example docs
2020-11-19 14:46:43 +01:00
d70ad661fc
Add docs for text prompts
2020-11-19 14:25:24 +01:00
380c6aca45
Add net5.0 target framework
2020-11-11 15:28:32 +01:00
93d1971f48
Update rule example and docs
2020-10-27 17:30:50 +01:00
bca1c889d1
Add Padding extension
...
Add extension method for specifying horizontal and vertical padding.
Similar constructor for `Padding` already existed.
Update documentation for table column appearance (padding).
Update
`Should_Render_Padded_Object_Correctly_When_Nested_Within_Other_Object`
test to use new extension method.
2020-10-27 09:09:30 +01:00
9915a0d6a8
Update Documentation for escape
2020-10-27 09:08:27 +01:00
f34fc43d00
Update documentation for aligning tables
2020-10-27 09:08:27 +01:00
e7f497050c
Add row and column accessors for tables and grids
2020-10-26 18:15:27 +01:00
3e5e22d6c2
Update documentation
...
- ExceptionFormat -> ExceptionFormats.
- Fix link to documentation.
- Add cross reference to Styles.
- Render table in example code.
- Add code for setting background color.
2020-10-26 15:31:44 +01:00
10daf727e9
Fix outdated documentation
2020-10-26 12:20:17 +01:00
037a215a78
Add documentation for rule
2020-10-22 08:53:20 +02:00
b52056ee49
Update documentation for calendar
2020-10-20 21:55:29 +02:00
3941fd81ab
Move table and calendar docs
2020-10-20 02:32:04 +02:00
5c119ee0c3
Add documentation for calendar
2020-10-19 15:44:16 +02:00
c0875c912a
fix incorrect link
2020-10-17 12:16:18 +02:00
ae92c606bb
Add support for remapping emojis
...
Closes #94
2020-10-07 17:33:05 +02:00
68e92f3365
Add various exception improvements
2020-10-07 11:57:28 +02:00
3c3afe7439
Add support for rendering exceptions
2020-10-05 07:03:02 +02:00
971f9032ba
(doc) Dynamically generate sections
...
Rather than hard-coding them. Then, as the number of sections increase,
no additional changes will be required here.
2020-10-03 16:30:21 +02:00
5149557560
(doc) Remove hard-coded link
...
Rather than specifying spectre.console directly in the layout, figure out
the URL using GetLink method.
2020-10-03 16:30:21 +02:00
e0947708c9
Generalized Search
...
Generalized the search to work with any table
with some basic classes and some updated
JavaScript, we can now search colors and emojis.
2020-10-02 19:39:02 +02:00
a2f8652575
Add Search To Emoji Page
...
This adds a typeahead search feature
for the very large emoji table. It filters as you type to find if an emoji exists or not.
The JavaScript could be adapted to work on all tables in the future.
2020-10-01 22:00:39 +02:00
672faa131f
Update Docs Readme
...
Added some more context to the docs readme for
folks looking to contribute. Also added the license
so its clear what the license of the docs site is. As
a small tweak I removed a duplicate string value and
use the Constant.
2020-10-01 20:51:32 +02:00
93ec7401c8
Add support for markdown tables
...
Closes #85
* Split Border into BoxBorder and TableBorder
* Change how different table parts are composed
* Add markdown table border
2020-10-01 14:43:08 +02:00
eeb3f967b6
Update emoji support
...
* Add constants for emojis
* Move emoji shortcode rendering to Markup
* Add documentation
* Add example
* Add tests
2020-09-18 16:11:51 +02:00