Łukasz Marek Sielski
Łukasz Marek Sielski
It seems package is not in NPM. I know how to install it, but it would be worth to add it as it has package.json.
**Is your feature request related to a problem? Please describe.** Currently `tags` works as reserved field in the frontmatter that assigns the page to the collections matching a tag name....
Your UMD won't work with requirejs, as you expect `MediumEditor` to be globally available and use `use strict` in the same mode and then invoke your factory without reference to...
## context I build an app using this library with sql.js and memory storage. I'd like to persist data in the local storage. I found that sql.js support that officially...
The problem I faced is that I render editable elements in an iframe (forced by CSS I'm dependent on, long story). I use React.Portal and because the code is defined...
Blockers: https://github.com/11ty/eleventy/issues/1521 Goals: - zero config to have a blog - predefined templates - opt-in features like Disqus
I have two rules ``` yaml /api/cms/.*: - get - delete - post - put /api/.* - get ``` Expected behaviour - `GET /api/whatever TRUE` - `POST /api/whatever FALSE` -...
We have two cases that may be replicable: - We need to show the toolbar over the block on the right, to manage the space in the editor better -...