Hendrik

Results 25 comments of Hendrik

Thanks for bringing this up. What behaviour would you expect from links in the preview? - Open your default browser with that link - Load that link in the preview...

That was my first thought as well. But allways good to check these things. I will make sure to get this fixed.

Hi, thanks for the feedback. Sounds like a good idea. I am looking to add a few features to support people writing blogs (I guess that is your use case)....

Blogging and site generation is also what I mainly want to use this tool for. Rather midterm than shortterm I want to support features for that, like frontmatter editing. Not...

Was going to point out the same thing. In the tutorial it tells us to put the script in the head. But that results on the handler not properly being...

Curious about this: why go with inheritance? What is so bad about composition? JavaScript as a language is much more tuned towards composition. Being a prototypical instead of an object-oriented...

Great viewpoints. Didn't really think about it from the ct.js maintainers' point of view. Thanks for the long reply! I might have been triggered to defend composition over inheritance here....

> Indeed, it sounded a bit fanatical 😉 😄 😅 Thanks for the feedback. Great insights again! Thanks for taking the time even though I still lack insights into the...

Running into this as well. Seems to be related to: https://github.com/jxnblk/mdx-deck/issues/654 Am experiencing the same thing @jorabra described. For now I am working around this by downgrading to version 4.0.0.

@therealparmesh that is a workaround which I don't much like to use. It requires me to restart the bundler every time I add a new image. And while I am...