Results 6 issues of Thomas Mur

My main use case is with a template with one root element. For example: {{ title }} {{ body }} Then, I need to create the DOM element as a...

Hi, thanks for this amazing template engine. Here is a suggestion. I currently use events with this kind of code: import Template from './Template.monk'; let state = { someStateVariable: 'abc',...

Changelog: - Add `ShareType`, `SharePermission`, `ShareWith` to share API; - Fix a bug in `stat` api when used against a folder path; - Add a new method `statForFolder`; - Upgrade...

Hi, **Quill 2** has been released. It uses [quill-delta 5.1](https://www.npmjs.com/package/quill-delta). Do you think that _quill-delta-to-html_ can still be used safely on the new Quill 2?

I needed to render a blot asynchronously. So I created a duplicated version of the converter (`QuillDeltaToHtmlAsyncConverter`) for asynchronous rendering. Example: ```js import { QuillDeltaToHtmlAsyncConverter } from 'quill-delta-to-html'; const converter...

**Describe the bug** There are types in the package, but TS doesn't recognize them.