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
4f6c9c62c7
Set fetch depth to 0
2020-09-01 22:05:46 +02:00
f2677213a4
Separate build and run when publishing docs
2020-09-01 22:00:44 +02:00
bdaf00a556
Remove empty documentation pages
2020-09-01 21:51:25 +02:00
7de4b6c7b9
Build docs as part of CI
2020-09-01 21:50:36 +02:00
0bc801e3eb
Build docs when source change
2020-09-01 21:40:49 +02:00
88a82cdad0
Build docs in release mode
2020-09-01 21:39:40 +02:00
0cecb555d5
Show documentation version in footer
2020-09-01 21:33:15 +02:00