-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Issues with Umbraco Flavored Markdown #16776
Comments
Hi there @glombek! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Thanks @glombek, we appreciate the early feedback! 🙏 I'll review and feedback properly soon. A quick note about the localization syntax, I'd just noticed that I had a typo in my original PR description, so it should have been |
@glombek In reply to the specifics...
In collection views, the dynamic label would only have access to that property's (cell) value, so that is what gets rendered regardless of the alias used (e.g. But in v13, the docs for ListView do say that
Good point, noted. I had opted for returning the alias as a fallback for debugging purposes, but I can see how that appears confusing. re: coalesce, it's a tricky one. The idea of introducing UFM is to add a syntax sugar on top of Markdown, to render custom web-components - we've deliberately avoided re-introducing runtime string-to-JS evaluation; I did try it out, but caused issues with performance and reactivity (of the Lit components). We are intending to add more UFM components in future releases that cover typical use-cases, (of which your AngularJS filters post has been super useful! 🙏). In terms of UFM syntax, (e.g. between the curly brackets That said, in the meantime, in case it wasn't apparent, developers can use their own custom web-components within UFM. They don't have to create a Note: as long as the custom web-component name starts with
Good point, we'll review and fix this. 👍
Doh, yup a typo! 🤦 Thanks for the immediate feedback, it is very much appreciated. We're open to any suggestions for future UFM features. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.1.0
Bug summary
Sticking these all in 1 issue so as not to pollute the issue tracker with issues you're probably already aware of!
Specifics
**{=heading}** - {=subheading} {=foo}
in a collection view will render the result:Steps to reproduce
See above
Expected result / actual result
No response
This item has been added to our backlog AB#42328
The text was updated successfully, but these errors were encountered: