18-F-cali
5cbe9d40b0
Removed extra line from example code.
2021-06-19 02:38:01 +02:00
Ahmed Şeref
ebd7bb5949
Update canvas.md
2021-06-09 23:43:55 +02:00
Phil Scott
21f731ebd5
Using Statiq processes for tailwind commands
...
Tweaks tailwind to use jit mode and misc content tweaks
Changes point in which tailwind is built
2021-05-28 14:31:57 +02:00
Patrik Svensson
397860e42e
Revert PR #436
...
Using Statiq processes for tailwind commands
This reverts commit adb600c4301db4c0d9ce52cb6a4fe410db2baa17.
This reverts commit ab83e41051d198b550898ff5be30062214779308.
2021-05-26 13:41:49 +02:00
Phil Scott
adb600c430
Tweaks tailwind to use jit mode and misc content tweaks
2021-05-26 10:31:15 +02:00
Dave Glick
ab83e41051
Using Statiq processes for tailwind commands
2021-05-26 10:31:15 +02:00
Phil Scott
0d2a75aeee
Add Cascadia Code as a webfont for fallback
...
This is only for Android (hopefully) which has a system font that doesn't have standard width box drawing characters.
Other systems should still use their defaults.
2021-05-24 15:42:12 +02:00
Phil Scott
cb8dc97847
Removes inline-block from console output in docs
...
This was causing the output to wrap in chrome on ipad and only the ipad. Not quite sure why it was needed in the first place so it's gone.
2021-05-24 09:44:27 +02:00
Patrik Svensson
450d87f5d3
Add support for fake input in asciicast recordings
...
* Fixes a bug with `SelectionPrompt` and page size.
* Allow `IAnsiConsoleInput` to return `null`.
2021-05-23 22:22:44 -04:00
Phil Scott
46abadaccb
Add AsciiCast demos for docs
2021-05-23 23:30:14 +02:00
Patrik Svensson
3dea412785
Add live display support
...
This commit also adds functionality to LiveRenderable that should
fix some problems related to vertical overflow.
Closes #316
Closes #415
2021-05-20 19:41:10 -04:00
Johan Lindfors
5d68020abb
Wrong method in code example
...
Wrong method called in the documentation for the Calendar widget.
2021-05-19 13:46:39 +02:00
Patrik Svensson
e48ae9600a
Revert shrinking of example.png
2021-04-29 17:17:02 -05:00
Phil Scott
9a68b27b31
Shrinks PNGs and converts large gif to webm
...
PNGs were ran through TinyPng. Table.gif was weighing in at over 1.7mb
on my machine. Converted to webm and it's down to 80kb which is pretty
nice for something on the home page. Other gifs didn't have that much of
an improvement so I just left them as GIFs.
2021-04-25 02:52:36 +02:00
Phil Scott
2a9fbb1ee9
New doc theme ( #387 )
2021-04-24 22:20:59 +02:00
Sean Fausett
b568098d5e
Fix required vs optional argument denotation
2021-04-23 23:34:33 -04:00
Phil Scott
79af013bf2
Expanding CLI docs
...
Adding new pages for commandApp, commands and settings.
2021-04-21 17:51:59 +02:00
Loïc Sharma
23564612c1
Make AsyncCommand
a little more discoverable ( #375 )
2021-04-18 09:35:37 +02:00
Patrik Svensson
a2ab522516
Add CNAME
2021-04-05 17:45:29 +02:00
Patrik Svensson
8778ab1739
Set new host for docs
2021-04-05 17:41:18 +02:00
Patrik Svensson
693e1fa170
Update links, references and copyright
2021-04-05 16:59:09 +02:00
Patrik Svensson
4b37a4708f
Update documentation
2021-04-05 16:48:02 +02:00
MB
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
Patrik Svensson
7f6f2437b1
Add support for exclusive mode
2021-03-15 13:14:40 -04:00
Patrik Svensson
c2bab0ebf8
Allow custom instructions for prompts
...
Closes #229
2021-03-14 21:27:44 -04:00
Patrik Svensson
8c099a0038
Add Elmah.io as sponsor
2021-03-14 21:17:56 -04:00
stf
fa731070d8
update the docs
...
To improve discoveratbility of the new option
2021-03-04 07:47:00 -05:00
Patrik Svensson
17ee8990f4
Update example image
2021-02-15 13:01:30 +01:00
Patrik Svensson
fd217ffc83
Update sponsor text
2021-02-11 23:22:43 +01:00
Patrik Svensson
95ec04df40
Add sponsor information
2021-02-11 23:20:11 +01:00
Jay Turpin
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
Patrik Svensson
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
Patrik Svensson
0e0f4b4220
Add interactive prompts for selecting values
...
* Adds SelectionPrompt
* Adds MultiSelectionPrompt
Closes #210
2021-01-09 09:37:28 +01:00
Patrik Svensson
4e2251fd62
Add migration guide for Spectre.Cli
2020-12-29 10:29:26 +01:00
Patrik Svensson
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
Patrik Svensson
7dccb310f3
Add support for bar charts
...
Closes #103
2020-12-23 10:05:08 +01:00
Patrik Svensson
501db5d287
Add status support
2020-12-09 00:07:02 +01:00
Patrik Svensson
ae32785f21
Add progress task list support
2020-12-04 07:29:48 +01:00
Patrik Svensson
b7cd7dd53e
Fix grammar in Canvas Image docs
2020-11-25 13:52:17 +01:00
Patrik Svensson
3e1251b86a
Fix heading size
2020-11-25 13:41:11 +01:00
Patrik Svensson
b0b988a1e7
Add Canvas and CanvasImage docs
2020-11-25 12:15:25 +01:00
Patrik Svensson
a5125d640c
Add initial FIGlet docs
2020-11-22 03:27:15 +01:00
Patrik Svensson
aaf77c3b25
Fix prompt example docs
2020-11-19 14:46:43 +01:00
Patrik Svensson
d70ad661fc
Add docs for text prompts
2020-11-19 14:25:24 +01:00
Patrik Svensson
380c6aca45
Add net5.0 target framework
2020-11-11 15:28:32 +01:00
Patrik Svensson
93d1971f48
Update rule example and docs
2020-10-27 17:30:50 +01:00
Martin Andersen
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
Takahito Yamatoya
9915a0d6a8
Update Documentation for escape
2020-10-27 09:08:27 +01:00
Takahito Yamatoya
f34fc43d00
Update documentation for aligning tables
2020-10-27 09:08:27 +01:00