vento
vento copied to clipboard
🌬 A template engine for Deno & Node
One of the reasons I regret using nunjucks is that over the years, Nunjcuks’ vscode formatting plug-in has been very poor and has many problems. I am very interested in...
Vite has gained significant traction as a fast and efficient build tool for modern web development projects. However, Vite currently lacks direct support for the Vento template engine. I thought...
It would be lovely to have a Vento extension for Zed https://github.com/zed-industries/extensions
Hi, Are there any plans to make Vento compatible with Cloudflare Workers? I tried bundling the npm package (using esbuild), but ran into the dreaded `Dynamic require of "node:fs" is...
I'd like to control caching through config. ## inspiration this is how I control caching in development in with eta ```ts const eta = new Eta({ views: `${Deno.cwd()}/views/`, cache: !dev...
Hi. Are you planning to add WebStorm integration?
Hello, Loving Vento so far! I just converted an old blog from Hugo to Vento and I'm really enjoying it. I was using a shortcode + paired shortcode combo on...
If a required property is missing in the data, it defaults to an empty string. I propose adding strict: true to throw an exception when a property is not defined...
Currently, running Vento in the browser requires workarounds such as polyfills or using JSR to fetch raw TypeScript files and handling the build process on the bundler side.
Hi. Are you planning to add CodeMirror integration? Can I help with it?