Less verbose syntax for values, data tables #2362
archiewood
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Description
A shorthand for referencing values and tables in markdown, giving an alternative to eg the
<Value/>
component in particular which is quite verbose.There is quite a lot of boilerplate in the components, the intent of which could probably be inferred.
Goal of Feature
Better authoring experience
Current Solution
Values
<Value data={my_query} column=my_column row=3/>
{my_query[3].my_column}
Tables
<DataTable data={my_query}/>
{my_query}
Proposals
Implementation Ideas
{}
expressions that are not wrapped in tags in markdown or svelteBeta Was this translation helpful? Give feedback.
All reactions