Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use template engine mustache to render textfield #302

Closed
wants to merge 1 commit into from
Closed

feat: use template engine mustache to render textfield #302

wants to merge 1 commit into from

Conversation

jonathanlukas
Copy link
Contributor

Closes #247

Markdown coming from the text area will now be rended against a template context if available.

Mustache is used as template engine which is also stated in the description of the text area now.

@nikku
Copy link
Member

nikku commented Aug 9, 2022

Thanks for your PR @jonathanlukas!

Could you add a test case to show how the binding is meant to be used?


On our end we need to clarify what template language we want to use for templating, and support that language full stack. CC @christian-konrad

Mustache is a strong player due to it's safety and simplicity, but it is also fairly opinionated (cf. docs).

@barmac
Copy link
Member

barmac commented Oct 27, 2022

Closing this as a stalled PR. Feel free to comment once you have time to look into this again.

@barmac barmac closed this Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Be able to bind inputs to readonly text
3 participants