Ari Perkkiö

Results 391 comments of Ari Perkkiö

This is emitted by `esbuild` and should likely be fixed in Astro. I don't think TutorialKit itself cancels the builds at any moment as it's just running Astro. https://github.com/evanw/esbuild/blob/fdece9513e3dda132a8bfefbd861624a70b89b0b/pkg/api/api_impl.go#L1510

I see that https://github.com/mrmlnc/fast-glob?tab=readme-ov-file#convertpathtopatternpath does mention `@` and backslash using as espace characters. In this case `\\@` is not escape for `@`, right? In `\@` it would be?

> [...] the file name will be used as the title by default With this approach, how could users disable the title?

Would VitePress-like algolia search work here? https://vitepress.dev/ So the search should be run against lesson markdown files, right? And maybe the titles of chapters and parts.

Svelte tutorial has something similar: https://learn.svelte.dev

We discussed this with @Nemikolh and decided to try adding similar search as Starlight has: https://starlight.astro.build/guides/site-search/. It's using [Pagefind](https://pagefind.app/), that allows users to perform the search against static files. Services...

Looks great, thanks for sharing @noam-honig! I think we can use some of this when adding built-in search support into TutorialKit.

> If you add some blank lines between cases, it should be more readable: This will be fixed in #7019, here's example:

This sounds exactly as - https://github.com/stackblitz/tutorialkit/pull/165 Here's example usage of it - https://github.com/AriPerkkio/tutorial-vite-plugin/pull/15

It's not yet finished or released. We'll need to discuss this with the team a bit more before we know what kind of API we want for it. This discussion...