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
39a8588dc3
Rename ExceptionFormats.None
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
b1db8a9403
Clean up border code
...
Removed caching that really didn't do anything anymore.
2020-10-01 23:05: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
e429f6434b
Update examples
2020-10-01 14:43:08 +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
697273917e
Move console encoder to rendering namespace
2020-09-21 17:07:05 +02:00
2943535973
Make segments immutable
2020-09-21 17:03:17 +02:00
cd0d182f12
Add support for recording console output
...
This commit adds support for recording console output
as well as exporting it to either text or HTML. A user can
also provide their own encoder if they wish.
2020-09-21 13:33:28 +02:00
b197f278ed
Add support for rows
...
Closes #69
2020-09-20 19:17:33 +02:00
3847a8949f
Fix bug with uris being interpreted as emojis
...
Closes #82
2020-09-20 13:00:44 +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
090b30f731
Use Wcwidth library
2020-09-18 15:31:12 +02:00
df291ef84e
Fix Info example emoji problem
...
The emojis that previously were used, used Unicode combinators
which are not fully supported. Changing to :thumbs_up: and :thumbs_down:
instead.
2020-09-17 10:58:50 +02:00
7d6104ace4
Add padder widget
...
This commit adds a padder can be use to pad other IRenderable
objects such as tables, panels, grids, text, etc.
2020-09-17 10:58:50 +02:00
314456ca17
Add emoji codes to example
2020-09-17 10:35:15 +02:00
b7f654cd7f
Replace emoji in segment text
2020-09-17 10:35:15 +02:00
fea8a36e8a
Add generated Emoji class with corresponding non-generated file
2020-09-17 10:35:15 +02:00
0632b38477
Fix relative path in existing color script
2020-09-17 10:35:15 +02:00
a7b7d4e556
Add Generator command to generate emoji lookup table
2020-09-17 10:35:15 +02:00
11d331e31d
Add .DS_Store to .gitignore
2020-09-17 10:35:15 +02:00
ce670a7ca9
Add link identity generator
2020-09-12 14:47:32 +02:00
101e244059
Minor clean up
2020-09-12 10:46:57 +02:00
504746c5dc
Add link support for supported terminals
...
Also refactors the code quite a bit, to make it a bit more
easier to add features like this in the future.
Closes #75
2020-09-11 17:44:56 +02:00
1601ef24b3
Update border documentation
2020-09-09 14:27:40 +02:00
b46d0fa4f6
Group IAnsiConsole extensions in csproj
2020-09-09 08:47:55 +02:00
4f06687104
Restructure solution a bit
2020-09-09 08:43:48 +02:00
003e15686f
Add documentation for tables
...
Also moves "Colors" and "Styles" sections to appendix.
2020-09-08 18:21:52 +02:00
3e9796849b
Add more borders for grids, tables, and panels
...
* Ascii2
* AsciiDoubleHead
* Double
* DoubleEdge
* Heavy
* HeavyEdge
* HeavyHead
* Horizontal
* Minimal
* MinimalDoubleHead
* MinimalHeavyHead
* Simple
* SimpleHeavy
2020-09-08 00:16:20 +02:00
3cc19520b0
Add implicit conversion op from string to Style
...
Closes #71
2020-09-06 23:03:51 +02:00
87bde3e5a2
Remove BorderKind in favour of Border
2020-09-06 12:29:48 +02:00
e6e9a4d950
Add description for 'Info' example
2020-09-05 08:52:06 +02:00
29ce14e1e8
Rename 'Diagnostic' example to 'Info'
2020-09-05 08:50:00 +02:00
ceb3572d6a
Make table and grid extension methods fluent
2020-09-05 08:49:36 +02:00
13c56eca01
Allow mutation of segments
2020-09-05 08:39:48 +02:00
a477884d36
Move Panel extensions to Spectre.Console namespace
2020-09-05 08:20:13 +02:00
ae6d2c63a3
Add column support
...
Adds support for rendering arbitrary data into columns.
Closes #67
2020-09-05 07:45:38 +02:00
e946289bd9
Make styles composable
...
Also adds some new extension methods and make some APIs a bit more consistent.
Closes #64
2020-09-03 21:26:20 +02:00
bcaaa6b2d3
Update table of contents (skip-ci)
2020-09-03 20:04:06 +02:00
d3588a4b06
Remove styles and colors (skip-ci)
2020-09-03 20:03:26 +02:00
7471e9d38c
Add panel header support
...
Closes #63
2020-09-03 19:02:29 +02:00
9f8ca6d648
Add text overflow support
...
Closes #61
2020-09-03 14:57:57 +02:00
88edfe68ec
Add border for color representations
2020-09-02 09:55:44 +02:00
5d32764a64
Fix typo: SRG -> SGR
2020-09-02 09:02:59 +02:00