Jan Tesař

Results 82 comments of Jan Tesař

> Never tried it but maybe you could implement custom effects in JavaScript as well and trigger them from within your .NET app. Yeah, or we can try to write...

(I know it's an old question) Also [GenericAttributesSpecs](https://github.com/lunet-io/markdig/blob/master/src/Markdig.Tests/Specs/GenericAttributesSpecs.md) could be helpful.

@zHaytam Did you made any progress on this? Do you need any help?

@franklupo I made my own non-generic version of tags. I can share that one...

I also had this question. I have done this e.g in [here](https://zodoc.tech/posts/en/classification_of_handwritten_digits) . [Implementation](https://github.com/tesar-tech/zodoc/blob/develop/config.wyam#L96) : ``` Pipelines["BlogPosts"].Append( Meta("similarPosts", (doc, ctx) => {//get similar posts based on tags if(doc.Get(BlogKeys.Tags) ==null) return...

This would be quit useful, since Uno is slowly becoming synonym to UWP.

That would be great! Anybody has a simple workaround?

Would you mind to share your current solution for such task? I have these two ideas: - Trace everything, but save only the failed cases. - Turn on tracing only...